Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread Hugh Williams
Hi Please confirm the version of Virtuoso you are using by running the command β€œ./virtuoso-t -?” from you β€œbin” directory of Virtuoso installation directory. Also, what is the name of the graph it reports these unexpected triples that should have been removed to be in, using the following cor

Re: [Virtuoso-users] Insertion w/ explicit datatypes

2012-02-29 Thread Percy Enrique Rivera Salas
Hi Ivan, If we take into consideration the SPARQL 1.0 spec. I would expected *no untyped * because the datatype IRI of typedLit; returns *xsd:string *if the parameter is a *simple literal *(our case) -- > 11.4.7 datatype > IRI datatype (typed literal typedLit) > IRI datatype (simple

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread aliki aliki
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 concenring deleting triples From: hwilli...@openlinksw.c

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread Ivan Mikhailov
Hello Aliki, The graph http://www.openlinksw.com/schemas/virtrdf# contains system metadata about all RDF Views in use, including the default one that is used to store triples in DB.DBA.RDF_QUADS table. RDF_GLOBAL_RESET() does not make the table DB.DBA.RDF_QUADS (the default storage) entirely empty

Re: [Virtuoso-users] Problem concenring deleting triples

2012-02-29 Thread Hugh Williams
Hi The best methods for deleted graphs in Virtuoso, particularly large ones are detailed at: http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideDeleteLargeGraphs The best methods for deleting all graphs which includes the RDF_GLOBAL_REST() method is detailed at:

[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

Re: [Virtuoso-users] Paging long SPARQL query

2012-02-29 Thread Lars Marius Garshol
* Lars Marius Garshol > > Trying to do simple paging via > > order by ?uri limit 1000 offset 4000 > > and stepping up the offset doesn't work, because I get [...] > > I've tried simply turning off paging and trying to get the entire data set in > one go, but then the result set is chopped o