1 2 3 4 5 6 7 8
PREFIX : <http://example/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT DISTINCT ?v { :x1 ?p ?o OPTIONAL { ?o :q ?v } }