Re: [Virtuoso-users] Java spatial problem

2011-01-20 Thread Hugh Williams
Hi Hoan, You need to bypass the Jena parser which does not understand the Virtuoso specific "bif:xxx" functions in your query and pass directly to Virtuoso for execution as detailed in our Jena Provider documentation at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtJenaP

[Virtuoso-users] Java spatial problem

2011-01-20 Thread Nguyen Mau Quoc Hoan
I was successfully creating RDF Views in Virtuoso,but there are some problem when I queried from Java,problem about some spatial function (but It work when I query from virtuoso sparql end point) public class IntersectsExample { > public static void main(String[] args) { // TODO Auto-generated