RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.11k stars 547 forks source link

Update _GEO.py to include GeoSPARQL 1.1 vocabularies #2771

Closed situx closed 1 month ago

situx commented 2 months ago

GeoSPARQL 1.1 was released earlier this year. https://docs.ogc.org/is/22-047r1/22-047r1.html#_32d62c99-ffc4-40b3-93ca-aeef5272b492

This pull request updates the rdflib namespace mappings to GeoSPARQL 1.1.

nicholascar commented 1 month ago

Thanks @situx!