Re: [Virtuoso-users] Sparql using delete insert problem

2013-05-28 Thread Vishesh Handa
eturn any results. Therefore, the insert/delete operation will not be executed. > Regards, > Jerven > > On 15/05/13 17:20, Vishesh Handa wrote: > > Hey Ivan > > > > On Tue, May 14, 2013 at 8:44 PM, Ivan Mikhailov > > wrote: > >> Hello Vishesh, >

Re: [Virtuoso-users] Sparql using delete insert problem

2013-05-15 Thread Vishesh Handa
Best Regards, > > Ivan Mikhailov > OpenLink Software > http://virtuoso.openlinksw.com > > On Tue, 2013-05-14 at 15:27 +0530, Vishesh Handa wrote: >> Hey guys >> >> I've been trying to update some statements in a graph, and I have been >> using the fo

[Virtuoso-users] Sparql using delete insert problem

2013-05-14 Thread Vishesh Handa
nded behaviour? [1] http://www.w3.org/TR/2012/PR-sparql11-update-20121108/#deleteInsert -- Vishesh Handa -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essent

[Virtuoso-users] Inserting large quantities of text via SPARQL

2012-12-24 Thread Vishesh Handa
nie:plainTextContent `bif:concat( ?pt, ".. part of the text..." )` . } where { nie:plainTextContent ?pt . } Is there a better way to stream in a large quantity of text? -- Vishesh Handa -- LogMeIn Rescue: Anywhe

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

2012-12-07 Thread Vishesh Handa
} Type the rest of statement, end with a semicolon (;)> ; Done. -- 2 msec. A combined delete + insert took around 20msec. When separate delete + insert statements took 2 msecs each. Anyway, I'll run some proper tests on a large data set and compare the actual benchmarks to see if t

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

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

2012-12-07 Thread Vishesh Handa
http://twitter.com/OpenLink > Google+ -- http://plus.google.com/100570109519069333827/ > Facebook -- http://www.facebook.com/OpenLinkSoftware > Universal Data Access, Integration, and Management Technology Providers > > On 7 Dec 2012, at 10:23, Vishesh Handa wrote: > > Hey

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

2012-12-07 Thread Vishesh Handa
and P = iri_to_id('predicate', 0) and O = iri_to_id('object', 0); This might result in fewer commands than our current approach. [1] http://docs.openlinksw.com/virtuoso/rdfdatarepresentation.html -- Vishesh Handa ---