- From: Andy Seaborne <andy@apache.org>
- Date: Sun, 27 Jul 2014 16:47:31 +0100
- To: public-ldp-wg@w3.org
On 27/07/14 16:12, Sandro Hawke wrote:
> 1. I realized allowing single-use blank nodes in the DELETE clause
> gives us the wildcard functionality I really want, so I can say:
>
> PREFIX x: <something...>
> DELETE DATA {
> x:me x:name []
> }
> INSERT DATA {
> x:me x:name "John Smith"
> }
but it is then not SPARQL Update semantics. You would need DELETE WHERE.
Andy
PS Is human read/writeablity a requirement for LDP-Patch?
Received on Sunday, 27 July 2014 15:48:00 UTC