Rameswara Sashi Kiran Challa wrote:
I want to programmatically (in Java) put the RDF files I get, into
virtuoso. I am planning to use HTTP put. I could make a system call, use
curl and do it on Unix.
How could I do it on Windows ?
There's a load of ways to insert RDF into Virtuoso:
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert
If you have RDF files, then maybe the easiest would be the ttlp() function:
either put your RDF files in the same directory as the virtuoso database
instance, or edit virtuoso.ini and change DirsAllowed to include the path to
the files, then run ttlp(
And do I have to start my instance, push my RDF file into virtuoso and
stop the instance every time ?
~Tim
--
Tim Haynes
Product Development Consultant
OpenLink Software
<http://www.openlinksw.com/>
<http://twitter.com/openlink>