summaryrefslogtreecommitdiff
path: root/tests/core/expr-ops/query-res-1.rq
blob: 8456b7e9ecca09e5277218d5ab814ad188c692e9 (plain)
1
2
3
4
5
PREFIX : <http://example.org/>
SELECT ?s WHERE {
    ?s a :B .
    FILTER((!(?s = <a> || ?s = <b> || ?s = <unknown>))) .
}