-
Notifications
You must be signed in to change notification settings - Fork 905
Description
We have had this in the OpeningHoursSpecification construction since 2012.
DayOfWeek in schema.org v2.2 gives http://purl.org/goodrelations/v1#PublicHolidays
as a possible instance. In the proposed sdo-deimos release aka v3.0 this (like URLs for Monday-Friday) is given a schema.org URL, preserving the previous expressivity. However currently we have no examples of its use.
The current plan is for a simple mapping, i.e.
- http://purl.org/goodrelations/v1#Monday -> http://schema.org/Monday
- http://purl.org/goodrelations/v1#Tuesday -> http://schema.org/Tuesday
- http://purl.org/goodrelations/v1#Wednesday -> http://schema.org/Wednesday
- http://purl.org/goodrelations/v1#Thursday -> http://schema.org/Thursday
- http://purl.org/goodrelations/v1#Friday -> http://schema.org/Friday
- http://purl.org/goodrelations/v1#Saturday -> http://schema.org/Saturday
- http://purl.org/goodrelations/v1#Sunday -> http://schema.org/Sunday
- http://purl.org/goodrelations/v1#PublicHolidays -> http://schema.org/PublicHolidays
However the latter has no examples.
grep PublicHolidays data/*.txt
The GoodRelations documentation does however say "A placeholder for all official public holidays at the gr:Location. This allows specifying the opening hours on public holidays. If a given day is a public holiday, this specification supersedes the opening hours for the respective day of the week.". Perhaps this should be incorporated? /cc @betehess @mfhepp
Current definition proposed for v3 is http://webschemas.org/PublicHolidays "This stands for any day that is a public holiday. While not technically a "day of the week", it can be used to with OpeningHoursSpecification."