Re: again with TurtlePatch

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