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

4 lines
77 B

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