Open mterdjimi opened 8 years ago
Interesting, this is not specified in the grammar.
The SPARQL 1.1 Update specification indeed mentions that triples need to be ground. I also noted an exception on blank nodes.
Indeed, both QuadPattern and QuadData refer to Quads in the grammar.
Hello,
As from the SPARQL 1.1 specification, DELETE/INSERT DATA queries only allow ground triples. However, the following (incorrect) query does not return any parsing error :
DELETE DATA { ?s ?p ?o }
Best,
Mehdi