You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Noticed this issue since I'm going through UPDATE stuff myself.
This actually is specified in the grammar, it's note 8 in the notes above the grammar table.
The exception on blank nodes is note 10 (which links to the section you linked).
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
The text was updated successfully, but these errors were encountered: