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:http://www.w3.org/2002/07/owl#construct { ?ind owl:sameAs ?other} where {?ind owl:sameAs ?other } Note the missing whitespace before

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:

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

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