diff --git a/ED/protocol.html b/ED/protocol.html index 06fa8d7e..cd4bfc64 100644 --- a/ED/protocol.html +++ b/ED/protocol.html @@ -1047,7 +1047,7 @@
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]