- 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.
45 lines
2.1 KiB
YAML
45 lines
2.1 KiB
YAML
id: https://nde.nl/ontology/hc/classes/OpeningHours
|
|
name: OpeningHours
|
|
title: OpeningHours
|
|
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:
|
|
OpeningHours:
|
|
description: Structured weekly opening-hours definition for an institution, site, or service.
|
|
alt_descriptions:
|
|
nl: Gestructureerde wekelijkse openingsuren voor een instelling locatie of dienst.
|
|
de: Strukturierte woechentliche Oeffnungszeiten fuer een Einrichtung einen Standort oder Dienst.
|
|
fr: Definition structuree des horaires hebdomadaires pour une institution un lieu ou un service.
|
|
es: Definicion estructurada del horario semanal de una institucion lugar o servicio.
|
|
ar: تعريف منظم لساعات الافتتاح الأسبوعية لمؤسسة أو موقع أو خدمة.
|
|
id: Definisi terstruktur jam buka mingguan untuk institusi lokasi atau layanan.
|
|
zh: 机构、场所或服务的结构化每周开放时间定义。
|
|
structured_aliases:
|
|
- {literal_form: wekelijkse openingsuren, in_language: nl}
|
|
- {literal_form: woechentliche Oeffnungszeiten, in_language: de}
|
|
- {literal_form: horaires hebdomadaires, in_language: fr}
|
|
- {literal_form: horario semanal, in_language: es}
|
|
- {literal_form: ساعات افتتاح أسبوعية, in_language: ar}
|
|
- {literal_form: jam buka mingguan, in_language: id}
|
|
- {literal_form: 每周开放时间, in_language: zh}
|
|
class_uri: schema:OpeningHoursSpecification
|
|
close_mappings:
|
|
- time:TemporalEntity
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:Place
|
|
annotations:
|
|
mapping_rationale: "class_uri=schema:OpeningHoursSpecification; close_mappings=time:TemporalEntity; related_mappings=prov:Entity,schema:Place"
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- in_period
|