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
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
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