-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add GeoJSON(-LD) #1
Comments
Merged
|
I am not sure how much WKT is used in the Geospartial comunity. The thiniking is that the GeoJSON data is generated from a GIS. Until GraphDB support GeoJSON, I do not see a big issue in converting the GeoJSON to WKT. |
Is this comment based on some observations? Here are some facts:
|
Hi @Sveino!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigate the possibility to use GeoJSON(-LD) as a replacement for GeographicalLocationProfile described in IEC 61968-13:2021.
We would to use JSON-LD since this could be the first step to create IEC 61970-553 that describe how JSON-LD should be used for exchanging RDFS based profiles (IEC 61970-450-series and IEC 61968-13).
We would also like to be complaint with the latest version of GeoSparql v1.1:
https://opengeospatial.github.io/ogc-geosparql/geosparql11/spec.html
Relevant issue: opengeospatial/ogc-geosparql#1
https://www.ogc.org/standards/geosparql
Best practice: https://www.w3.org/TR/sdw-bp/
JSON-LD 1.1: https://www.w3.org/TR/json-ld11/
JSON-LD test site:
https://json-ld.org/playground/
The GeoJSON Format: https://datatracker.ietf.org/doc/rfc7946/
A Uniform Resource Identifier for Geographic Locations ('geo' URI): https://datatracker.ietf.org/doc/html/rfc5870
Schema.org: https://schema.org/GeospatialGeometry
Header information should be based on Data Catalog Vocabulary (DCAT) - Version 3: https://www.w3.org/TR/vocab-dcat-3/
Map test site:
https://azuremapscodesamples.azurewebsites.us/?sample=Drag%20and%20Drop%20GeoJSON%20File%20onto%20Map
http://geojson.io/#map=2/20.0/0.0
Relevant examples:
https://docs.ogc.org/is/17-003r2/17-003r2.html
GraphDB:
https://graphdb.ontotext.com/documentation/10.0/geo-spatial-extensions.html
The text was updated successfully, but these errors were encountered: