openactive / modelling-opportunity-data

OpenActive Modelling Opportunity Data specification
https://www.openactive.io/modelling-opportunity-data/
Other
6 stars 6 forks source link

Canonical and Authoritative Places #244

Open nickevansuk opened 4 years ago

nickevansuk commented 4 years ago

Proposer

MCRactive

Use Case

Currently Place data is published incidentally from a number of sources of opportunity data. This makes it difficult for a data user to know which Place details (such as openingHoursSpecification) are authoritative.

Why is this not covered by existing properties?

There is no way to indicate ownership of the Place by the publisher within the current model.

Proposal

Where a local authority or leisure operator is the authoritative source of data about a particular Place, they may publish a flag that states it is an authoritative source.

This flag, isAuthoritative, would be a simple boolean property with a domain of schema:Place.

Example

{
  "@type": "Place",
  ...
  "isAuthoritative": true
}