Aklakan commented on issue #3232: URL: https://github.com/apache/jena/issues/3232#issuecomment-2929910387
I see that in `jena-geosparql` there are two distance functions: * `<http://www.opengis.net/def/function/geosparql/distance>` (geof) * `<http://jena.apache.org/function/spatial#distance>` (spatialF) In our JenaX plugins bundle we [added an override](https://github.com/Scaseco/jenax/blob/59a8de85d0bc9a5e86a58f29834854e99670450c/jenax-arq-parent/jenax-arq-plugins-parent/jenax-arq-plugins-bundle/src/main/java/org/aksw/jena_sparql_api/sparql/ext/geosparql/JenaExtensionsGeoSparqlX.java#L95) such that Jena's default geof:distance function actually refers to spatialF:distance. I don't recall the reason anymore, but most likely it was because only that way the function would work as one would expect it to work. If you replace `geof:distance` with `spatialF:distance`, does it work for you then? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
