summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/syntax-sparql2/syntax-graph-04.rq
blob: 08fac9cf32b7067ed3157085c352ce308c6fc262 (plain)
1
2
3
4
5
6
7
PREFIX : <http://example.org/>
SELECT *
WHERE
{
  :x :p :z
  GRAPH ?g { :x :b ?a } 
}