blob: a8cd28f7f7857fb5bbbc6c37ca4d133f0aba648d [file] [log] [blame]
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX : <http://example.org/ns#>
SELECT ?a
WHERE
{ ?a :p ?v .
FILTER ("false"^^xsd:boolean || ?v) .
}