- From: Steve Harris <steve.harris@garlik.com>
- Date: Fri, 8 Jan 2010 22:01:33 +0000
- To: Paul Gearon <gearon@ieee.org>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
On 8 Jan 2010, at 16:29, Paul Gearon wrote:
> Hi everyone,
>
> SPARQL Update has a DELETE operation that looks something like:
>
> DELETE { modify_template [ modify_template ]* }
> [ WHERE GroupGraphPattern ]
>
> (I'm ignoring WITH since it's not important to this question).
>
> As a convenience, the WHERE clause is optional. If it is missing then
> the full modify_template is also treated as a WHERE clause. So this
> statement:
> DELETE { modify_template }
>
> Is to be treated identically to:
> DELETE { modify_template }
> WHERE { modify_template }
I have a preference for not allowing FILTER, I think it's more
straightforward if the modify_template is exactly the same in both
sections.
- Steve
--
Steve Harris, CTO, Garlik Limited
2 Sheen Road, Richmond, TW9 1AE, UK
+44(0)20 8973 2465 http://www.garlik.com/
Registered in England and Wales 535 7233 VAT # 849 0517 11
Registered office: Thames House, Portsmouth Road, Esher, Surrey, KT10
9AD
Received on Friday, 8 January 2010 22:02:05 UTC