Replies: 1 comment
-
As I understand it there would be more to it than just whitelisting the function. An implementation of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GeoSPARQL 1.1 was recently released and it introduced 6 new geospatial aggregation functions such as geof:aggUnion. However, when parsing a geospatial query involving aggregation with a
GROUP BY
clause using therdf4j-queryparser-sparql
module, RDF4J will throw an error such as e.g.:Is it possible to whitelist these 6 functions and add them to the collection of allowed aggregate operators in the official release together with AVG/SUM/COUNT? If I am not mistaken the AGG prefix and certain aggregation functions seem to be already whitelisted. I would probably consider GeoSPARQL to deserve the same degree of official support.
Beta Was this translation helpful? Give feedback.
All reactions