summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/expr-equals/query-eq-2.rq
blob: 2e41d83f832d31cea4f60da82657fd6853daf5d8 (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 = 1.0e0 )  .
    }