diff --git a/protocol.html b/protocol.html index f85764b2..a0ae70b8 100644 --- a/protocol.html +++ b/protocol.html @@ -726,7 +726,7 @@
An N3 Patch is a document in the Notation3 (N3) format [N3], identified by the MIME type text/n3
, conforming to the following structural constraints:
?patch solid:patches ?target
, in which ?patch
is a freely chosen identifier for a patch resource and ?target
is the URI of the RDF document to be modified.?patch
which can be chosen freely.?patch solid:deletes ?deletions
.?patch solid:inserts ?insertions
.?patch solid:where ?conditions
.While other specifications might provide a structure and interpretation for a wider class of N3 Patch documents, the present specification only governs the application of N3 Patch documents that additionally adhere to the following structural constraints:
?target
is an exact match with the request URI.?patch
subject.?patch solid:matchingStrategy solid:SingleMatch
.?insertions
and ?deletions
formulae may only contain variables that also occur in the ?conditions
formula.