diff --git a/protocol.html b/protocol.html index 5e143060..788f6f46 100644 --- a/protocol.html +++ b/protocol.html @@ -709,7 +709,7 @@
PATCH
method to change other resources than the target resource. [Source]
Servers that receives a request body containing a SPARQL query that falls outside of the subset they are able to process MUST respond with a 422
status code [RFC4918] and a message body that explains the error.
-
+ SPARQL Update [SPARQL] also defines operations LOAD
, CLEAR
, CREATE
, DROP
, COPY
, MOVE
and ADD
. Servers that receives a PATCH
request body containing these operations SHOULD respond with a 422
status code [RFC4918] and a message body that explains the error, or MUST ensure that any access control measures apply.