- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Tue, 25 Sep 2012 11:52:36 +0100
- To: public-rdf-dawg@w3.org
On 25/09/12 10:23, Polleres, Axel wrote:
> I'm not at the computer with my ssh-keys for CVS installed,
> so please forgive me that I attach the files for the proposed
> variant of test case insert-05a called
> insert-data-same-bnode
> and the modified http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest.ttl
> for this added test case.
>
> Axel
>
This test does not make sense to me.
There is no data in teh test set up:
mf:action [
ut:request <insert-data-same-bnode.ru> ;
] ;
so this
INSERT { GRAPH :g2 { _:b :p :o } }
WHERE { GRAPH :g1 { _:b :p :o } } ;
matches nothing.
What is the test trying to illustrate?
Andy
Received on Tuesday, 25 September 2012 10:54:34 UTC