diff --git a/protocol.html b/protocol.html index 5e143060..618c7ee2 100644 --- a/protocol.html +++ b/protocol.html @@ -712,6 +712,10 @@
+ If servers that process SPARQL 1.1 Update’s [SPARQL11-UPDATE]) DELETE/INSERT
operation finds any solution that produces a triple containing an unbound variable or an illegal RDF construct, then the server MUST abort any modifications and respond with a 409
status code.
+
When the request body of a PATCH
request has a SPARQL Update query that contains an INSERT
keyword, servers MUST treat the request as an Append operation.
When the query contains a WHERE
keyword, servers MUST treat the request as a Read operation.
@@ -1260,6 +1264,8 @@