Re: [Virtuoso-users] RDF views and caching the data locally

2010-04-19 Thread Mark James
Thanks Guys. Much appreciated. Cheers Mark On 20 April 2010 02:36, Mitko Iliev wrote: > Hi Mark, > > The attached script will create a stored procedure which allows you to dump > RDF View based graph to a n3 dumps, see the script head for help , at the > end there are examples of it's use. >

Re: [Virtuoso-users] RDF views and caching the data locally

2010-04-19 Thread Mitko Iliev
Hi Mark, The attached script will create a stored procedure which allows you to dump RDF View based graph to a n3 dumps, see the script head for help , at the end there are examples of it's use. Then the produced dumps can be loaded on any Virtuoso instance using TTLP () import function. Best

Re: [Virtuoso-users] RDF views and caching the data locally

2010-04-19 Thread Kingsley Idehen
Mark James wrote: Hi, Is it possible to cache data (in the quad store) retrieved by a sparql query against an rdf view much like a sponger query? Eg. (Using northwind demo db) select * from where { ?s 'Rancho grande'

[Virtuoso-users] RDF views and caching the data locally

2010-04-19 Thread Mark James
Hi, Is it possible to cache data (in the quad store) retrieved by a sparql query against an rdf view much like a sponger query? Eg. (Using northwind demo db) select * from where { ?s 'Rancho grande' } returns 5 rows. How