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