summaryrefslogtreecommitdiff
path: root/test/DAWG/data-sparql11/grouping/group04.rq
blob: e2f4ed284a02549378f09a754139986933269ef9 (plain)
1
2
3
4
5
6
7
8
9
PREFIX :        <http://example/>
PREFIX xsd:     <http://www.w3.org/2001/XMLSchema#>

SELECT ?X (SAMPLE(?v) AS ?S)
{
  ?s :p ?v .
  OPTIONAL { ?s :q ?w }
}
GROUP BY (COALESCE(?w, "1605-11-05"^^xsd:date) AS ?X)