summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/expr-builtin/q-str-3.rq
blob: 8f9a290099e8fc2fc4596adefbf423b4ce0b9238 (plain)
1
2
3
4
5
6
7
PREFIX  xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX  : <http://example.org/things#>
SELECT  ?x ?v
WHERE
    { ?x :p ?v . 
      FILTER ( str(?v) = "zzz" ) .
    }