ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 12 forks source link

latitude and longitude are wrong in TeSS' Bioschemas output #902

Closed fbacall closed 7 months ago

fbacall commented 10 months ago

The address for an event is serialized as a PostalAddress, which does not support latitude and longitude. Should instead be a Place, with the PostalAddress under address.

https://validator.schema.org/#url=https%3A%2F%2Fdev.tess.elixir-europe.org%2Fevents%2Fsingle-cell-transcriptomics-2dfadcfc-7c58-40b8-bd83-913fa3a378aa

latitude | 46.798562 (The property latitude is not recognised by the schema (e.g. schema.org) for an object of type PostalAddress.)
longitude | 8.231974 (The property longitude is not recognised by the schema (e.g. schema.org) for an object of type PostalAddress.)