OregonDigital / oregondigital_2

The active development on Oregon Digital 2 is in the https://github.com/OregonDigital/OD2 repo.
Other
1 stars 1 forks source link

Change lat/long predicates to use Basic Geo (WGS84 lat/long) Vocabulary #320

Open vantuyls opened 7 years ago

vantuyls commented 7 years ago

[moved from OD1] - https://github.com/OregonDigital/oregondigital/issues/1154

The current lat/long predicates are from the EXIF vocabulary, and I think a better fit is the Basic Geo (WGS84 lat/long) Vocabulary: https://www.w3.org/2003/01/geo/ EXIF is closely tied to pictures, and comments in that schema specify that values should be in 'degrees, minutes and seconds' which we've moved away from. https://www.w3.org/2003/12/exif/

http://www.w3.org/2003/01/geo/wgs84_pos#lat and http://www.w3.org/2003/01/geo/wgs84_pos#long

This will involve changing predicates on all existing records too and reindexing them.