Hi,
I have stored a triples file(http://sider.com) in virtuoso quad store.I am
trying to access it using jdbc.Part of my program is something like this
Class.forName("virtuoso.jdbc3.Driver");
String url = "jdbc:virtuoso://localhost:/DATABASE=DB/UID=dba/PWD=dba/";
Connection conn = DriverManag
Hi,
I am using sesame 2 provider and tried compiling sesame 2 sample program as
per instructions in the following link.
http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtSesame2Provider
But every time i try to compile it using the following command
javac VirtuosoTest.java
I am getting 100
Hi,
I am trying to upload turtle file (18kb) into virtuoso using the following
instructions:
http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoaderExampleSingle
the dirsallowed param in my virtuoso.ini file is as follows:
DirsAllowed = ., ../vad
So i put my file sider.ttl inside v