summaryrefslogtreecommitdiff
path: root/test/DAWG/data-r2/expr-ops/query-unplus-1.rq
blob: 735e99bb94eebc80f74dc59152a75e0027c51918 (plain)
1
2
3
4
5
PREFIX : <http://example.org/>
SELECT ?s WHERE {
    ?s :p ?o .
    FILTER(?o = +3) .
}