diff --git a/protocol.html b/protocol.html index 5e143060..618c7ee2 100644 --- a/protocol.html +++ b/protocol.html @@ -712,6 +712,10 @@

Writing Resources

+

+ 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 @@

Normative References

SOLID-OIDC. Aaron Coburn; elf Pavlik; Dmitri Zagidulin. W3C Solid Community Group. W3C Editor's Draft. URL: https://solid.github.io/solid-oidc/
[SPARQL]
SPARQL 1.1 Overview. The W3C SPARQL Working Group. W3C. 21 March 2013. W3C Recommendation. URL: https://www.w3.org/TR/sparql11-overview/
+
[SPARQL11-UPDATE]
+
SPARQL 1.1 Update. Paula Gearon; Alexandre Passant; Axel Polleres. W3C. 21 March 2013. W3C Recommendation. URL: https://www.w3.org/TR/sparql11-update/
[Turtle]
RDF 1.1 Turtle. Eric Prud'hommeaux; Gavin Carothers. W3C. 25 February 2014. W3C Recommendation. URL: https://www.w3.org/TR/turtle/
[W3C-HTML]