1 2 3 4 5 6 7 8
PREFIX : <http://example/> SELECT ?w (SAMPLE(?v) AS ?S) { ?s :p ?v . OPTIONAL { ?s :q ?w } } GROUP BY ?w