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

Re: [Virtuoso-users] Prepared statements with SPARQL queries

2010-12-14 Thread Hugh Williams
Hi Timo, To get it to work with xsd:string's (without datatype and language) the first param passed to the bif function should be 3, the second the string value and the third a null value ... The "bif:__rdf_long_from_batch_params" was originally created for use with INSERT & DELETE queries,