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

5 lines
78 B

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