55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/OpeningHour
|
|
name: OpeningHour
|
|
title: Opening Hour
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
OpeningHour:
|
|
class_uri: schema:OpeningHoursSpecification
|
|
description: 'Opening hours specification for a location or service.
|
|
|
|
|
|
**USAGE**:
|
|
|
|
Used for:
|
|
|
|
- Visiting hours
|
|
|
|
- Research room hours
|
|
|
|
- Service availability
|
|
|
|
'
|
|
attributes:
|
|
day_of_week:
|
|
range: string
|
|
description: Day of the week (Monday, Tuesday, etc.)
|
|
opens:
|
|
range: string
|
|
description: Opening time (HH:MM format)
|
|
closes:
|
|
range: string
|
|
description: Closing time (HH:MM format)
|
|
valid_from:
|
|
range: date
|
|
description: Start date of this schedule
|
|
valid_through:
|
|
range: date
|
|
description: End date of this schedule
|
|
exact_mappings:
|
|
- schema:OpeningHoursSpecification
|
|
annotations:
|
|
specificity_score: '0.40'
|
|
specificity_rationale: Moderately specific - opening hours common for public institutions.
|
|
custodian_types: "['*']"
|
|
examples:
|
|
- value:
|
|
day_of_week: Monday
|
|
opens: '10:00'
|
|
closes: '17:00'
|
|
description: Monday opening hours
|