rdfstore-js icon indicating copy to clipboard operation
rdfstore-js copied to clipboard

SELECT * WHERE { } should return one result

Open datokrat opened this issue 8 years ago • 1 comments

SELECT * WHERE { } doesn't match any result. Normally, it should: https://www.w3.org/TR/rdf-sparql-query/#emptyGroupPattern

This simple case really doesn't bother me but in consequence, SELECT * WHERE { { ?s ?p ?o } . {} } will fail, too. This case can occur with computer-generated queries in which there simply are no restrictions.

datokrat avatar Jul 18 '16 23:07 datokrat

An example of this issue is also "INSERT { ... } WHERE {}" which should be equivalent to "INSERT DATA { ... }", shouldn't it?

datokrat avatar Sep 21 '16 12:09 datokrat