RE: HTTP Update and HTTP verbs



> -----Original Message-----
> From: public-rdf-dawg-request@w3.org [mailto:public-rdf-dawg-request@w3.org]
> On Behalf Of Chimezie Ogbuji
> Sent: 12 October 2009 16:47
> To: Steve Harris; public-rdf-dawg@w3.org Group
> Subject: Re: HTTP Update and HTTP verbs
> 
> Comments inline below:
> 
> On 10/6/09 12:41 PM, "Steve Harris" <steve.harris@garlik.com> wrote:
> > Which to me implies that the operation should be equivalent to
> >
> > DROP SILENT GRAPH <uri>
> > CREATE SILENT GRAPH <uri>
> > INSERT DATA [ INTO <uri> ] { .. RDF payload .. }
> 
> I've made this change.

The doc (r1.8) uses <request_uri> but a "Request URI" is the line in the HTTP GET 

[[rfc2616 sec 5.1:
  Request-Line   = Method SP Request-URI SP HTTP-Version CRLF
]]

and it's the fact that the URI in the dataset and the URL in the HTTP request are different that's the point.

 Andy

Received on Monday, 12 October 2009 17:52:25 UTC