summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/grouping/group05.rq
blob: a56cf7c1abfd96c60441d3474f1decfade0b6bf3 (plain)
1
2
3
4
5
6
7
8
PREFIX : <http://example/>

SELECT ?s ?w
{
  ?s :p ?v .
  OPTIONAL { ?s :q ?w }
}
GROUP BY ?s ?w