and as a result we are adding the Place entity with properties: name, description, postalAddress, geometry (point, line, polygon) and coordinates ( list of pairs for lat/lon)
This entity will be the range for Dataset.spatialCoverage, but also all the activities location and Organization.location (instead of postalAddress)
Following from issue https://github.com/biocaddie/WG3-MetadataSpecifications/issues/48, we need an entity to cover the location for a dataset, but also for activities and organization.
We looked at:
DataCite schema (http://schema.datacite.org) and its use of GeoLocation ( see example here: http://schema.datacite.org/meta/kernel-4.0/example/datacite-example-GeoLocation-v4.0.xml)
schema.org and its specification of Place (https://schema.org/Place) used in CreativeWork/Dataset for spatialCoverage
GeoJSON specification (http://geojson.org/, RFC7946 https://tools.ietf.org/html/rfc7946)
and as a result we are adding the Place entity with properties: name, description, postalAddress, geometry (point, line, polygon) and coordinates ( list of pairs for lat/lon)
This entity will be the range for Dataset.spatialCoverage, but also all the activities location and Organization.location (instead of postalAddress)