Re: [Virtuoso-users] Problem concenring deleting triples

2012-03-01 Thread aliki aliki
Technology Providers On 29 Feb 2012, at 14:28, aliki aliki wrote:Thank you for the replies. The triples returned are some of the ones I have loaded with rdf_loader_run() (Triples from dbpedia dumps). I can also see the ones from the system graphs but not only them. Subject: Re: [Virtuoso-users] Problem

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread aliki aliki
, at 10:58, aliki aliki wrote:Hello! I have great trouble while trying to delete data (rdf triples) from my virtuoso database. First I tried to delete everything by using the RDF_GLOBAL_RESET() function. When finished, I searched for the remaining graphs using the sparql command: select

[Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread aliki aliki
Hello! I have great trouble while trying to delete data (rdf triples) from my virtuoso database. First I tried to delete everything by using the RDF_GLOBAL_RESET() function. When finished, I searched for the remaining graphs using the sparql command: select distinct ?g from

[Virtuoso-users] Problem Virtuoso Bulk Loader

2012-02-02 Thread aliki aliki
Hi everyone! I'm trying to load dbpedia datasets. I have installed virtuoso opensource 6.1.4. According to this page: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoaderExampleDbpedia I should execute the Bulk Loading Script. However I have trouble in executing the isql pr