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

Note about geographic data #147

Open
nichtich opened this issue Jan 24, 2025 · 0 comments
Open

Note about geographic data #147

nichtich opened this issue Jan 24, 2025 · 0 comments

Comments

@nichtich
Copy link
Member

nichtich commented Jan 24, 2025

Geographic data is included in JSKOS via location. A place or region can be expressed as resource with location or the location can directly be attached to another resource with field location. JSKOS references GeoJSON for details, this is most practical in web application. For RDF or similar applications, geographical data may needed to be transformed from GeoJSON to other forms.

  • Map to RDF property geo:asGeoJSON as specified in context.json. All data is and keep JSON
  • Use GeoJSON-LD to map to GeoJSON ontology
  • Map to other RDF forms by other means, e.g. plain WGS85 properties for points with latitude and longitude. GeoSPARQL should help here as well.

In summary this is all beyond specification of JSKOS but some notes and guidelines may help for interoperability still. I think for reuse of RDF data from JSKOS it would be more convenient to convert GeoJSON to WKT and provide both geo:asGeoJSON and geo:asWKT.

Related paper for use in RDF: https://ceur-ws.org/Vol-3743/paper2.pdf

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