- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Thu, 23 Aug 2012 12:37:42 +0100
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
Section 2.2 says: """ The update operation must be invoked using the HTTP POST method. Client requests for this operation must include exactly one SPARQL update request string (parameter name: update) and may include zero or more default graph URIs (parameter name: using-graph-uri) and named graph URIs (parameter name: using-named-graph-uri). """ This talks about "parameters" and specifically gives the name 'update' In the context of a application/sparql-update request, there is no "update=" parameter. Suggestion: Change: [[ (parameter name: update) ]] to something like: [[ (either in the body of the message or as parameter name: update) ]] or simply drop the (...) for this specific item and rely on the subsections. Andy
Received on Thursday, 23 August 2012 11:38:12 UTC