31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/OpeningPeriod
|
|
name: OpeningPeriod
|
|
title: OpeningPeriod
|
|
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#
|
|
time: http://www.w3.org/2006/time#
|
|
imports:
|
|
- linkml:types
|
|
# default_range: string
|
|
classes:
|
|
OpeningPeriod:
|
|
description: "Single opening period representing a time window when an institution\
|
|
\ is accessible, defined by open and close TimeSlot values.\nOntology mapping\
|
|
\ rationale: - class_uri is schema:OpeningHoursSpecification because this class\
|
|
\ represents\n structured opening hours data with open/close times\n- exact_mappings\
|
|
\ includes time:Interval as both represent bounded time periods - related_mappings\
|
|
\ includes schema:Schedule for broader scheduling context"
|
|
class_uri: schema:OpeningHoursSpecification
|
|
exact_mappings:
|
|
- time:Interval
|
|
related_mappings:
|
|
- schema:Schedule
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots: []
|