Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-23 Thread Hugh Williams
Hi Timo, This issue has been resolved and a new virt_sesame3.jar file uploaded to the VOSDowload page, can you please download from: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload and confirm this works for you ... Best Regards Hugh Williams Professional Services

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-22 Thread Timo Westkämper
Hi Hugh. Sorry for the late reply downloaded : -rw-r--r-- 1 tiwe tiwe 38483 2010-11-17 15:05 virt_sesame3.jar tiwe@tiwe:~/work$ java -jar virt_sesame3.jar OpenLink Virtuoso(TM) Provider for Sesame3(TM) Version 3.0-alpha [Build 1.1] from CVS : -rw-r--r-- 1 tiwe tiwe 30546 2010-02-12 14:56

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Timo Westkämper
Hi Hugh. I used the Sesame 3 adapter and JDBC 4 driver from this page : http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload The Sesame dependencies I use are from the 3.0-alpha-1 version via this Maven repository : http://repo.aduna-software.org/maven2/releases Are the

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, The source for the sesame 3 provider are in ~/binsrc/sesame3/virtuoso_driver of the open source archive (ditto for the sesame2 provider) ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums:

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, I don't get it, as you say the initial download was from http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload ie http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload/virt_sesame3.jar , which I have just downloaded and compare with the version in the archive

[Virtuoso-users] Blank node usage via Sesame

2010-11-17 Thread Timo Westkämper
Hi. I am using Sesame 3 with the JDBC 4 driver to access a Virtuoso database and I am having problems creating blank nodes through it : Repository repository = new VirtuosoRepository(localhost:, dba, dba); repository.initialize(); RepositoryConnection conn =