Re: [Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Vishesh Handa
On Fri, Dec 7, 2012 at 11:09 PM, Kingsley Idehen wrote: > SPARQL 1.1 Update language includes DELETE option :-) Thanks. I managed. I had been trying "sparql insert { .. } delete { .. }". The correct syntax was "sparql delete { .. } insert { .. }". I am a little concerned about the execution ti

Re: [Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Kingsley Idehen
On 12/7/12 12:22 PM, Vishesh Handa wrote: On Fri, Dec 7, 2012 at 8:42 PM, Kingsley Idehen mailto:kide...@openlinksw.com>> wrote: On 12/7/12 7:06 AM, Vishesh Handa wrote: Thanks for the link, however the proposed method of moving triples from one graph to another assume

Re: [Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Vishesh Handa
On Fri, Dec 7, 2012 at 8:42 PM, Kingsley Idehen wrote: > On 12/7/12 7:06 AM, Vishesh Handa wrote: > >> >> Thanks for the link, however the proposed method of moving triples from >> one graph to another assumes that the user wants to move all the triples >> from one graph to another. In my case I j

Re: [Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Kingsley Idehen
On 12/7/12 7:06 AM, Vishesh Handa wrote: Thanks for the link, however the proposed method of moving triples from one graph to another assumes that the user wants to move all the triples from one graph to another. In my case I just need to move a particular subset of triples from one graph to

Re: [Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Vishesh Handa
On Fri, Dec 7, 2012 at 5:31 PM, Hugh Williams wrote: > Hi Vishesh, > > Hey Hugh > There are a number of ways to perform SPARUL insert/update/delete > operations with Virtuoso in the tips and tricks guide, at: > > > http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuide#RDF

Re: [Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Hugh Williams
Hi Vishesh, There are a number of ways to perform SPARUL insert/update/delete operations with Virtuoso in the tips and tricks guide, at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuide#RDF%20data%20management The key being to perform such operations with l

[Virtuoso-users] Moving triples from one graph to another

2012-12-07 Thread Vishesh Handa
Hey everyone In our install, we have a case where we need to move triples from one graph to another. This is a fairly regular operation, and we would like it to be as fast as possible. The current approach that we are using is - SQL> sparql delete from { triples } where { triples } SQL> sparql