summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/construct/query-construct-optional.rq
blob: 038c28c73491fda5fc42bf81254fdb393d9444dd (plain)
1
2
3
4
5
6
7
8
9
10
PREFIX : <http://example/> 

CONSTRUCT { ?x :p2 ?v }

WHERE
{
  ?x :p ?o .
  OPTIONAL {?o :q ?v }
}