From dedc46dcad1e362dddca5b13a3bba086ccc85344 Mon Sep 17 00:00:00 2001
From: Kjetil Kjernsmo Writing Resources
Servers MAY further support SPARQL 1.1 Update [SPARQL],
except that servers MUST NOT allow a request with a 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 also defines operations LOAD, CLEAR, CREATE, DROP, and ADD that have an equivalent operation in this protocol. 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.
From 26caabebc9be54e0691183d29e7651daee1bd41a Mon Sep 17 00:00:00 2001
From: Kjetil Kjernsmo Writing Resources
Servers MAY further support SPARQL 1.1 Update [SPARQL],
except that servers MUST NOT allow a request with a 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 also defines operations LOAD, CLEAR, CREATE, DROP, and ADD that have an equivalent operation in this protocol. 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.
+ 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.