On 12/16/10 7:38 AM, Pierre-Yves wrote:
Hi Hugh,
This is what I do:
$ /usr/libexec/virtuoso/isql virtuoso
Connected to OpenLink Virtuoso
Driver: 06.01.3127 OpenLink Virtuoso ODBC Driver
OpenLink Interactive SQL (ODBC), version 0.9849b.
Type HELP; for help and EXIT; to exit.
SQL> DB.DBA.RDF_LOAD
Hi Pierre,
The relative path base is the server working directory i.e. in the place where
virtuoso.ini file is, and since your file is on desktop server can't find it
unless full path is given.
Best Regards,
Mitko
On Dec 16, 2010, at 2:38 PM, Pierre-Yves wrote:
> Hi Hugh,
>
> This is what I
Hi Hugh,
This is what I do:
$ /usr/libexec/virtuoso/isql virtuoso
Connected to OpenLink Virtuoso
Driver: 06.01.3127 OpenLink Virtuoso ODBC Driver
OpenLink Interactive SQL (ODBC), version 0.9849b.
Type HELP; for help and EXIT; to exit.
SQL> DB.DBA.RDF_LOAD_RDFXML_MT (file_to_string_output
('/home/
Hi Pierre,
Relative paths work for me:
$ /opt/virtuoso/bin/isql 1162
Connected to OpenLink Virtuoso
Driver: 06.01.3127 OpenLink Virtuoso ODBC Driver
OpenLink Interactive SQL (Virtuoso), version 0.9849b.
Type HELP; for help and EXIT; to exit.
SQL> DB.DBA.RDF_LOAD_RDFXML_MT (file_to_string_output (
Hi,
Just a small remark about this subject. When I use the method [1], I
have to specify the full path, not just the relative path as shown in
the example.
Thanks for your help,
Pierre
[1]: http://docs.openlinksw.com/virtuoso/fn_rdf_load_rdfxml_mt.html
On Wed, 2010-12-15 at 08:42 +0100, Pierre
Hi Hugh,
I guess you were refering to :
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#Loading%20RDF%20datasets%20into%20one%20or%20more%20Virtuoso%20Graph%20IRIs
and
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#Loading%20RDF%20datasets%20into%20a%20V
Forgot the link,
http://edit-wiki.usnet.private/dataspace/dav/wiki/VOS/VirtRDFInsert#Loading%20RDF%20datasets%20into%20a%20Virtuoso%20Graph%20IRI
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http:/
Hi Pierre,
You can use one of the two Virtuoso functions for loading TTL and RDF/XML
datasets, which I have just added to the VirtInsertRDF page you refer to.
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Dear list,
I have to upload a medium size rdf file into a virtuoso (Version:
06.01.3126). I have been looking at the page [1] but it seems to only go
through the webdav when it comes to upload a file.
I tried :
curl -i -T myrdf.rdf
http://localhost:8890/DAV/home/pingou/rdf_sink/test.rdf -u user: