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 *