Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
oxigraph/testsuite/oxigraph-tests/sparql-optimization/if_always_false_output.rq

5 lines
70 B

SELECT ?o1 ?o2 WHERE {
?s ?p ?o1 , ?o2 .
FILTER(?o2 != ?o1)
}