Hello,

I want to you report a bug on Virtuoso 6.1.3.
When i run a request of delete with a limit, there is two ways:
- from or from graph : correct result message but after a count of graph,
nothing change;
- from graph + from: Virtuoso process is killed.

First request:
SPARQL DELETE FROM <http://somegraph.com> { ?x ?p ?y } WHERE { ?x ?p ?y }
limit 1000;
SPARQL DELETE FROM GRAPH <http://somegraph.com> { ?x ?p ?y } WHERE { ?x ?p
?y } limit 1000;

Second request:
SPARQL DELETE FROM GRAPH <http://somegraph.com> { ?x ?p ?y } FROM <
http://somegraph.com> WHERE { ?x ?p ?y } limit 1000;

Thanks.

Reply via email to