summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/grouping/group03.rq
blob: 7621f945f86dd99f6f14b78054bb575c49de7dbb (plain)
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