pietercolpaert / Blue-Bike-to-Linked-GBFS

MIT License
2 stars 3 forks source link

WGS predicates for lat and long are wrong #16

Open julianrojas87 opened 2 years ago

julianrojas87 commented 2 years ago

The mappings for the geospatial properties are not correct. The predicate IRIs being used are:

@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> 
geo:latitude
geo:longitude

But according to the WGS84 vocabulary they should be:

@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> 
geo:lat
geo:long