Thanks Andy. Nice to know. I'm not quite up to date of the standard. :)

For now, for large imports, I use the fuseki "upload" endpoint, which is far 
faster.

Christophe

-----Message d'origine-----
De : Andy Seaborne [mailto:[email protected]] 
Envoyé : lundi 11 juillet 2011 21:59
À : [email protected]
Objet : Re: How delete works on Fuseki

Also:

   INSERT DATA INTO<http://test>

is old-style syntax (not SPARQL 1.1)

It should be:

   INSERT DATA { GRAPH <http://test> { ... } }

Try at:
http://www.sparql.org/update-validator.html

        Andy

Reply via email to