more HTTP status code in SPARQL protocol spec

Hi,

Most triple stores in some way or another have to deal with complex queries that cannot be resolved or just partially resolved.

I just had a look at
http://www.w3.org/TR/2012/WD-sparql11-http-rdf-update-20120501/#status-codes

I think that section 5.1 can be extended with the following status codes:

Partial Content 206
(partial content is returned by query, but this is not a complete result)

Request Time out 408
(no able to generate any results in the given time or to process the query)

Request Entity Too large 413
(when the query is too expensive to be processed)

Best,

Manuel

Received on Wednesday, 9 May 2012 21:28:12 UTC