Re: [Virtuoso-users] loading N-Triple files

2009-10-08 Thread Hugh Williams
Hi Dhaval, Currently the VirtGrap.read() method only support RDF/XML format files, thus we are going to add support for other like N-Triple, N3, Turtle etc. Note Jena has another methods for data loading you should be able to use, although the loads will probably be slower: import com.h

Re: [Virtuoso-users] loading N-Triple files

2009-10-07 Thread Hugh Williams
Hi Dhaval, Do you get a specific error when attempting to load the N-triple files ? Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/Op

[Virtuoso-users] loading N-Triple files

2009-10-05 Thread Dhaval Thakker
Hi,I have been trying to load few NT (N-Triple files) using virtuoso API with the following code: === String virtuosoBaseDir ; String virtuosoWebServerPath ; String file; VirtGraph myGraph = new VirtGraph (graphname,url, "dba", "dba"); try { String formatT