Re: [Virtuoso-users] query via sesame API throws Exception

2011-04-21 Thread Hugh Williams
Hi Florian, I have been able to recreate this against a local Sesame HTTP repository I setup and have reported it to development to be fixed ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http:/

Re: [Virtuoso-users] query via sesame API throws Exception

2011-04-21 Thread Florian Kleedorfer
Hi, I found the cause and I was able to fix it. To reproduce, run the following query through the sesame java API in the setup I described. prefix owl:construct { ?ind owl:sameAs ?other} where {?ind owl:sameAs ?other } Note the missing whitespace before 'cons

Re: [Virtuoso-users] query via sesame API throws Exception

2011-04-20 Thread Hugh Williams
Hi Florian, Can you provide some sample code we can review or compile/run to test locally ? Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter

Re: [Virtuoso-users] query via sesame API throws Exception

2011-04-19 Thread Florian Kleedorfer
Hi Hugh, thanks for the quick reaction! The first option (the Virtuoso RDF Data Storage Provider) works, but I'd have to change my client code which I really don't want. The second option is the one that fails. best, Florian On 19.4.2011 14:24, Hugh Williams wrote: Hi Florian, What meth

Re: [Virtuoso-users] query via sesame API throws Exception

2011-04-19 Thread Hugh Williams
Hi Florian, What method are you using to query the Virtuoso repository from Sesame as we support two methods: 1. Using the Virtuoso RDF Data Storage provider as detailed at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSesame2Provider 2. Using the Sesame HTTP repository

[Virtuoso-users] query via sesame API throws Exception

2011-04-19 Thread Florian Kleedorfer
Hi all, I'm using the virtuoso sesame provider with the latest openrdf-workbench and openrdf-sesame webapps. sesame version: 2.3.3 virtuoso version: virtuoso-opensource-win32-20110330 I've configured a repository to use virtuoso and I can access it normally in the openrdf workbench. However