Re: [Virtuoso-users] Querying on all the data in the triple store

2010-05-05 Thread Rameswara Sashi Kiran Challa
Hi Tim, Thanks for your answers earlier on how to have a common GRAPH IRI to which I can upload my RDF's I checked out the properties of rdf_sink on WEBDAV browser and they have virt:rdf_graph as http://localhost:8890/DAV/home/schalla/rdf_sink/ and virt:rdf_sponger is set to "On" So as the docu

Re: [Virtuoso-users] Querying on all the data in the triple store

2010-03-23 Thread Tim Haynes
Rameswara Sashi Kiran Challa wrote: Thanks Tim. Could you please direct me to any documentation that has methods showing how to programmatically set virt:rdf_graph and virt:rdf_sponger properties. Probably best: http://docs.openlinksw.com/virtuoso/fn_dav_api_change.html see dav_prop_set(),

Re: [Virtuoso-users] Querying on all the data in the triple store

2010-03-23 Thread Rumi Tsekova
: tim.hay...@openlinksw.co.uk Cc: virtuoso-users@lists.sourceforge.net Sent: Tuesday, March 23, 2010 1:29 PM Subject: Re: [Virtuoso-users] Querying on all the data in the triple store Thanks Tim. Could you please direct me to any documentation that has methods showing how to

Re: [Virtuoso-users] Querying on all the data in the triple store

2010-03-23 Thread Rameswara Sashi Kiran Challa
Thanks Tim. Could you please direct me to any documentation that has methods showing how to programmatically set virt:rdf_graph and virt:rdf_sponger properties. When you said browser, did you mean that I need to do it on the condutor ? Thanks Regards Sashikiran On Mon, Mar 22, 2010 at 8:24 AM, T

Re: [Virtuoso-users] Querying on all the data in the triple store

2010-03-22 Thread Tim Haynes
Rameswara Sashi Kiran Challa wrote: Hello All, The way I used virtuoso is upload my file containing triples into triple store and with the Graph IRI I get, do sparql queries on that. Can I append say a new set of triples related to already existing ones, like have a common Graph IRI for all

[Virtuoso-users] Querying on all the data in the triple store

2010-03-22 Thread Rameswara Sashi Kiran Challa
Hello All, The way I used virtuoso is upload my file containing triples into triple store and with the Graph IRI I get, do sparql queries on that. Can I append say a new set of triples related to already existing ones, like have a common Graph IRI for all the data I push into virtuoso store ?? T