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

3 lines
60 B

SELECT ?o WHERE {
{ ?s ?p ?o } UNION { VALUES () {} }
}