68 lines
1.8 KiB
YAML
68 lines
1.8 KiB
YAML
# OpeningHoursMap - Opening hours as a day-keyed map
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/OpeningHoursMap
|
|
name: OpeningHoursMap
|
|
title: OpeningHoursMap
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
OpeningHoursMap:
|
|
description: Opening hours as a day-keyed map
|
|
class_uri: schema:OpeningHoursSpecification
|
|
attributes:
|
|
maandag:
|
|
range: string
|
|
description: Monday hours (Dutch)
|
|
dinsdag:
|
|
range: string
|
|
description: Tuesday hours (Dutch)
|
|
woensdag:
|
|
range: string
|
|
description: Wednesday hours (Dutch)
|
|
donderdag:
|
|
range: string
|
|
description: Thursday hours (Dutch)
|
|
vrijdag:
|
|
range: string
|
|
description: Friday hours (Dutch)
|
|
zaterdag:
|
|
range: string
|
|
description: Saturday hours (Dutch)
|
|
zondag:
|
|
range: string
|
|
description: Sunday hours (Dutch)
|
|
monday:
|
|
range: string
|
|
description: Monday hours (English)
|
|
tuesday:
|
|
range: string
|
|
description: Tuesday hours (English)
|
|
wednesday:
|
|
range: string
|
|
description: Wednesday hours (English)
|
|
thursday:
|
|
range: string
|
|
description: Thursday hours (English)
|
|
friday:
|
|
range: string
|
|
description: Friday hours (English)
|
|
saturday:
|
|
range: string
|
|
description: Saturday hours (English)
|
|
sunday:
|
|
range: string
|
|
description: Sunday hours (English)
|