Re: [Virtuoso-users] RDF - how to interact with other triple stores?

2011-05-29 Thread Robbet
Hi Hugh, thank you. How can this batch file look like? Dunno how to run these sql commands with isql.exe within a batch file. My C# application creates .n3 files storing them into a definied folder. Then my store is queried using the endpoint. Best regards, Robert Original-Nachricht -

Re: [Virtuoso-users] RDF - how to interact with other triple stores?

2011-05-29 Thread Hugh Williams
Hi Robbet, The initial issue with the load of files for the WebDAV rdf_sink folder is still to be looked into by development. You can call the ld_dir and rdf_loader_run() functions at runtime either in your application or as part of some scheduled batch script to load new data. You can also di

Re: [Virtuoso-users] Regex-based renaming of graphs

2011-05-29 Thread Ivan Mikhailov
Hello Alexandre, On Thu, 2011-05-26 at 11:51 -0400, Alexandre Passant wrote: > Hi, > > Based on your two answers, I guess I have to run the following > > UPDATE DB.DBA.RDF_QUAD > set g = iri_to_id( >regexp_replace(id_to_iri(g), '/foo/', '/bar/') > ) > where > g = iri_to_id( > regexp_

Re: [Virtuoso-users] RDF - how to interact with other triple stores?

2011-05-29 Thread Robbet
Hello Hugh, is there something new about this issue? In the meantime i need to insert RDF files on runtime (e.g it should be inserted as soon as the .n3 file is created). Is there a possibility to run the isql commands using a batchfile which execute the/ld_dir/ and /rdf_loader_run ()/ script