Suggestion on modifying update in SPARQL 1.1.

Hello,

I'm reading a proposal SPARQL 1.1/Update (http://www.w3.org/2009/sparql/docs/update-1.1/gen.html#t413). 
My impression that DELETE/INSERT construct is incomplete. I suggest to add to this construct SELECT. It will use the same WHERE as DELETE and INSERT simultaneously. One could use it for returning results about execution of update which are intreseted for application.
Now the construct will look like:

# UPDATE outline syntax : general form:
[ WITH <uri> ]
SELECT {...}
DELETE { modify_template [ modify_template ]* }
INSERT { modify_template [ modify_template ]* }
WHERE GroupGraphPattern
 
One can specify what was added/deleted to RDF database.
One more benefit is it would clarify what to return back after updating.
 
Reagards,
Nikolay Anisimov
Software Architect at FrontRange Solutions
Email: anisimov@computer.org

Received on Thursday, 18 March 2010 08:14:59 UTC