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 -- ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Straße 11a ++ 81379 München ++ Tel +49 89 32 19 77 80 ++ Fax +49 89 32 19 77 89 ++ E-Mail [email protected] ++ http://www.netestate.de/ ++ ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) ++ USt-IdNr. DE221033342 ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel
pgp6Ve7Cqlpky.pgp
Description: PGP signature
