Re: [Virtuoso-users] Upload rdf file from isql

2010-12-16 Thread Kingsley Idehen
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

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-16 Thread Mitko Iliev
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

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-16 Thread Pierre-Yves
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/

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-16 Thread Hugh Williams
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 (

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-16 Thread Pierre-Yves
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

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-15 Thread Pierre-Yves
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

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-15 Thread Hugh Williams
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:/

Re: [Virtuoso-users] Upload rdf file from isql

2010-12-15 Thread Hugh Williams
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

[Virtuoso-users] Upload rdf file from isql

2010-12-14 Thread Pierre-Yves
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: