opengeospatial / ogc-geosparql

Public Repository for the OGC GeoSPARQL Standards Working Group
71 stars 19 forks source link

Inconsistency in minx/minX, miny/minY, minz/minZ, maxx/maxX, maxy/maxY, and maxz/maxZ #454

Closed ghobona closed 7 months ago

ghobona commented 7 months ago

This turtle file declares a triple with an object named <http://www.opengis.net/def/function/geosparql/minX>.

However, this turtle file declares a triple with a subject named <http://www.opengis.net/def/function/geosparql/minx>.

Please fix the issue and let me know when the source files in this ogc-geosparql repository have been fixed.

Screenshots attached for quick reference.

Screenshot 2023-11-22 at 19 11 11

Screenshot 2023-11-22 at 19 10 59

ghobona commented 7 months ago

Note that in the Standard document the convention used is minX, minY, minZ, maxX, maxY, and maxZ. So it may be safer to change all to this convention.

Screenshot 2023-11-23 at 16 23 17

nicholascar commented 7 months ago

I will do this

nicholascar commented 7 months ago

This issue has been addressed directly by PR #464 so I will close this. Note that the files fixed here will be split in a subsequent PR (#461)