InTaVia / source-dataset-conversion

scripts and converted datasets accordng to IDM RDF (see IDM RDF repository)
0 stars 0 forks source link

inconsistencies in spaceprimitive #24

Closed sennierer closed 1 year ago

sennierer commented 1 year ago

APIS uses Point ( xx ) whereas BS uses POINT xx

ptleskin commented 1 year ago

BS data is now updated using the format "Point ( +x +y )"^^geo:wktLiteral

sennierer commented 1 year ago

Hi, can you please have another look at the BS geo serialization. Looks like now its Point ( LON LAT ) whereas it should be the other way around: Point ( LAT LON ).

ptleskin commented 1 year ago

Is it? There's this comment regarding the coordinate format by Carla that states the order to be "POINT Longitude Latitude" https://github.com/InTaVia/source-dataset-conversion/issues/2#issuecomment-1211649839

as well as this documentation https://www.w3.org/2015/spatial/wiki/Coordinate_Reference_Systems#GeoSPARQL WGS84 with the order longitude, latitude

and I checked that the latitude of Helsinki, Finland is 60.1..., and the longitude is 24.9... and we have "Point ( +24.9384 +60.1699 )"^^geo:wktLiteral

sennierer commented 1 year ago

:) you are right, sorry for the hassle, should read my on comments more carefully ;). will fix it in our serialization

sennierer commented 1 year ago

added a new issue for the APIS serialization (#28)