Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Eliza Chan
Hi Kingsley, Thank you for the explanation. I'll certainly look into your suggestions. Regards, Eliza On 3/30/15 5:09 PM, "Kingsley Idehen" wrote: >On 3/30/15 4:42 PM, Eliza Chan wrote: >> Hi, >> >> Thank you all for the help. >> >> I was thinking, wouldn't it nice if one could delete data

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Kingsley Idehen
On 3/30/15 4:42 PM, Eliza Chan wrote: Hi, Thank you all for the help. I was thinking, wouldn't it nice if one could delete data by simply passing some parameters to a function. Please see example below ... Insert data: ld_dir ('/usr/local/virtuoso-opensource/share/virtuoso/tmp', 'someData.n

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Eliza Chan
Hi, Thank you all for the help. I was thinking, wouldn't it nice if one could delete data by simply passing some parameters to a function. Please see example below ... Insert data: ld_dir ('/usr/local/virtuoso-opensource/share/virtuoso/tmp', 'someData.n3', 'http://someGraph'); Delete data:

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Kingsley Idehen
On 3/30/15 3:49 PM, Eliza Chan wrote: Hi Lorena, Thanks for the help. The command you gave me deletes the entire graph. Is it correct? Is there a way to delete just a portion of a graph that's specified in a file? Regards, Eliza A Named Graph is an internal Virtuoso Document Identifier. A

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Lorena Etcheverry
sts.sourceforge.net>" <mailto:virtuoso-users@lists.sourceforge.net>> Subject: Re: [Virtuoso-users] Deleting data from a graph Hi Eliza what I usually do is run the following SPARQL query in isql SPARQL DEFINE sql:log-enable 3 CLEAR GRAPH <http://someGraph>; more info here ht

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Eliza Chan
3:43 PM To: "virtuoso-users@lists.sourceforge.net<mailto:virtuoso-users@lists.sourceforge.net>" mailto:virtuoso-users@lists.sourceforge.net>> Subject: Re: [Virtuoso-users] Deleting data from a graph Hi Eliza what I usually do is run the following SPARQL query in isql SPARQL DE

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Lorena Etcheverry
Hi Eliza what I usually do is run the following SPARQL query in isql SPARQL DEFINE sql:log-enable 3 CLEAR GRAPH ; more info here http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksGuideDeleteLargeGraphs best regards, Lorena On 03/30/2015 04:35 PM,