- From: Axel Polleres <axel.polleres@deri.org>
- Date: Fri, 19 Aug 2011 23:16:17 +0100
- To: Steve Harris <steve.harris@garlik.com>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
On 19 Aug 2011, at 09:58, Steve Harris wrote:
> What is
>
> BASE <http://example.com/bar>
> INSERT DATA {
> GRAPH <http://example.com/foo> {
> <> a <Thing> .
> }
> }
>
> supposed to insert?
>
> I would expect
>
> <http://example.com/foo> a <http://example.com/Thing> .
>
> but I don't see anything in the spec that justifies that, or anything in the test cases, though I could easily have missed it.
>
> The alternative would be
>
> <http://example.com/bar> a <http://example.com/Thing> .
>
> Which I think is what I'd get to from following the spec to the letter.
I would also have supposed that the latter is what the spec would suggest.
Axel
>
> Cheers,
> Steve
>
> --
> Steve Harris, CTO, Garlik Limited
> 1-3 Halford Road, Richmond, TW10 6AW, UK
> +44 20 8439 8203 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, 19 August 2011 22:16:47 UTC