Hi.

I get the following error message:

"42001 Error SR185: Undefined procedure SPARQL.SPARQL.st_point. "

when executing following query :

"PREFIX  geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
  SELECT DISTINCT ?m ?geo
   WHERE  {
    ?m  geo:geometry  ?geo .
      FILTER ( bif:st_intersects
              ( ?geo,
                bif:st_point(13.379273,52.516863),
        30
              )
       )
  } "

on a local virtuoso endpoint with dbpedia also locally installed. No problem executing the query in the public SPARQL DBPedia endpoint.

Had someone a similar problem, or any idea why this happens?

Thanks!
--

* Ruben Navarro-Piris *
Junior Entwickler Semantic Web

Unister GmbH
Barfußgässchen 11 | 04109 Leipzig

Telefon: +49 (0)341 355381 5071
ruben.navarro-pi...@unister-gmbh.de <mailto:%0a%0a%20%20ruben.navarro-pi...@unister-gmbh.de>
www.unister.de <http://www.unister.de>

Vertretungsberechtigter Geschäftsführer: Thomas Wagner
Amtsgericht Leipzig, HRB: 19056

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to