summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/expr-equals/query-eq-5.rq
blob: 660c67489ce5b8fd1f8bf491eaa13bf1211bbabb (plain)
1
2
3
4
5
6
7
PREFIX  xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX  : <http://example.org/things#>
SELECT  ?x
WHERE
    { ?x :p ?v . 
      FILTER ( ?v = :z  ) .
    }