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

Add terms that appear as attributes #3

Open
labra opened this issue Mar 12, 2020 · 0 comments
Open

Add terms that appear as attributes #3

labra opened this issue Mar 12, 2020 · 0 comments

Comments

@labra
Copy link

labra commented Mar 12, 2020

It seems the initial conversion from XML ignored the terms that appeared as attributes like gpx:creator, gpx:lat, gpx:lon, etc.

The complete list is the following:

  • gpx:version
  • gpx:creator
  • gpx:lat
  • gpx:lon
  • gpx:id
  • gpx:domain
  • gpx:href
  • ' gpx:author`
  • gpx:minlat
  • gpx:minlon
  • gpx:maxlat
  • gpx:maxlon

Some of those attributes could be represented with properties from other namespaces. For example: gpx:lat and gpx:lon could be defined reusing the wgs_84 properties: wgs_84:lat and wgs_84:long instead, but in that case we should not use gpx:ele and use wgs_84:alt.

In my opinion we could just add those terms to the vocabulary and map between those terms and similar terms in other vocabularies later.

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