Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing and wrong funcs:agg* #479

Open
VladimirAlexiev opened this issue Dec 28, 2023 · 0 comments
Open

missing and wrong funcs:agg* #479

VladimirAlexiev opened this issue Dec 28, 2023 · 0 comments

Comments

@VladimirAlexiev
Copy link

https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html#_spatial_aggregate_functions defines 6 aggregation functions

Req 45 Implementations shall support geof:aggBoundingBox, geof:aggBoundingCircle, geof:aggCentroid, geof:aggConcaveHull, geof:aggConvexHull and geof:aggUnion as a SPARQL extension functions.

However, https://opengeospatial.github.io/ogc-geosparql/geosparql11/functions.ttl defines only 4, and the first 2 have wrong capitalization:

    101:funcs:aggboundingBox
    113:funcs:aggboundingCircle
    276:funcs:aggConcaveHull
    288:funcs:aggUnion

The respective collection mentions 5 (geof:aggConvexHull is missing):

funcs:sa
    a skos:Collection ;
    skos:definition "All the GeoSPARQL aggregation functions"@en ;
    skos:member
        funcs:aggBoundingBox ,
        funcs:aggBoundingCircle ,
        funcs:aggCentroid ,
        funcs:aggConcaveHull ,
        funcs:aggUnion ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant