1PREFIX ex: <http://example.org/ns#>
2PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3SELECT ?x
4WHERE {
5  ?x ex:f ?y .
6}
7
8