Could you raise a JIRA please so this does not get lost?

Thanks

        Andy

On 02/10/13 13:33, Michael Brunnbauer wrote:

Hello Andy,

On Mon, Sep 30, 2013 at 12:33:57PM +0100, Andy Seaborne wrote:
http://www.brunni.de/sparql_turing_machine.txt
http://www.brunni.de/searchsparqlendpoints.txt

Those queries do not work any more after updating from Fuseki 0.2.5 to 1.0.0.
It seems to be related to the WITH keyword because this minimal example works
with the default graph but not with WITH:

drop graph <http://mytest>;
insert data { graph <http://mytest> { _:b0 <http://test> "test" }};
WITH <http://mytest>

DELETE {
?s ?p "test"
}
INSERT
{
?s ?p "test1".
}
WHERE
{
?s ?p "test"
}

The triple _:b0 <http://test> "test1" will not show up - but it works on
the default graph:

drop DEFAULT;
insert data { _:b0 <http://test> "test" };
DELETE {
?s ?p "test"
}
INSERT
{
?s ?p "test1".
}
WHERE
{
?s ?p "test"
}

Regards,

Michael Brunnbauer


Reply via email to