glam/schemas/20251121/linkml/modules/classes/OpeningPeriod.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

43 lines
1.9 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 interval with explicit start and end times.
alt_descriptions:
nl: Enkel openingsinterval met expliciete begin- en eindtijd.
de: Einzelnes Oeffnungsintervall mit expliziter Start- und Endzeit.
fr: Intervalle d ouverture unique avec heure de debut et de fin explicites.
es: Intervalo unico de apertura con hora de inicio y fin explicitas.
ar: فترة افتتاح واحدة بوقت بداية ونهاية محددين بوضوح.
id: Interval buka tunggal dengan waktu mulai dan selesai yang eksplisit.
zh: 具有明确开始和结束时间的单个开放时段。
structured_aliases:
- {literal_form: enkel openingsinterval, in_language: nl}
- {literal_form: einzelnes Oeffnungsintervall, in_language: de}
- {literal_form: intervalle d ouverture, in_language: fr}
- {literal_form: intervalo de apertura, in_language: es}
- {literal_form: فترة افتتاح, in_language: ar}
- {literal_form: interval jam buka, in_language: id}
- {literal_form: 开放时段, in_language: zh}
class_uri: schema:OpeningHoursSpecification
exact_mappings:
- time:Interval
related_mappings:
- schema:Schedule
annotations:
mapping_rationale: "class_uri=schema:OpeningHoursSpecification; exact_mappings=time:Interval; related_mappings=schema:Schedule"
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
slots: []