diff --git a/ED/protocol.html b/ED/protocol.html index 7c59d7cd..274b9895 100644 --- a/ED/protocol.html +++ b/ED/protocol.html @@ -1049,7 +1049,7 @@

Deleting Resources

Resource Representations

-

When a server creates a resource on HTTP PUT, POST or PATCH requests such that the request’s representation data encodes an RDF document [RDF11-CONCEPTS] (as determined by the Content-Type header), the server MUST accept GET requests on this resource when the value of the Accept header requests a representation in text/turtle or application/ld+json [Turtle] [JSON-LD11]. [Source] Source] [Source] [Source]

+

When a server creates an RDF source [RDF11-CONCEPTS] on HTTP PUT, POST, or PATCH requests, the server MUST satisfy GET requests on this resource when the value of the Accept header requests a representation in text/turtle or application/ld+json [Turtle] [JSON-LD11]. [Source] Source] [Source] [Source]

When a PUT, POST, PATCH or DELETE method request targets a representation URL that is different than the resource URL, the server MUST respond with a 307 or 308 status code and Location header specifying the preferred URI reference. [Source]

@@ -1464,6 +1464,11 @@

Changelog

#relationship-to-ldp Add section describing the the relationship between Solid Protocol and LDP. + + 2 + #server-representation-turtle-jsonld + Amend server-representation-turtle-jsonld requirement with emphasis on the created RDF source. +