63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
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)
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|