On 12/28/10 10:52 AM, Nguyen Mau Quoc Hoan wrote:
I've read the RDF Geography Virtuoso document and tried some examples in this.

    PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>

        SELECT ?class

        COUNT (*)

        WHERE { ?m geo:geometry ?geo .

        ?m a ?class .

        FILTER ( <bif:st_intersects>

        ( ?geo,<bif:st_point> (0, 52),100)

        )

        }

        GROUP BY ?class

        ORDER BY DESC 2


and I got this error message :
42001 Error SR185: Undefined procedure SPARQL.SPARQL.st_point.
What's problem with this?I think this function is already defined in virtuoso.

You can use SPARQL-GEO with the Open Source edition of Virtuoso, you need the commercial edition for this functionality.

Kingsley


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl


_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--

Regards,

Kingsley Idehen 
President&  CEO
OpenLink Software
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen





Reply via email to