- 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.
38 lines
1.8 KiB
YAML
38 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/OperationalArchive
|
|
name: OperationalArchive
|
|
title: OperationalArchive
|
|
description: An archive containing operational records.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
classes:
|
|
OperationalArchive:
|
|
class_uri: schema:ArchiveComponent
|
|
description: Archive component that stores records needed for ongoing operational activity.
|
|
alt_descriptions:
|
|
nl: Archiefcomponent met records die nodig zijn voor lopende operationele activiteiten.
|
|
de: Archivkomponente mit Unterlagen fuer laufende betriebliche Taetigkeiten.
|
|
fr: Composant d archive contenant les documents necessaires aux activites operationnelles courantes.
|
|
es: Componente de archivo que conserva registros necesarios para la actividad operativa en curso.
|
|
ar: مكوّن أرشيفي يحتفظ بالسجلات اللازمة للأنشطة التشغيلية الجارية.
|
|
id: Komponen arsip yang menyimpan rekaman untuk aktivitas operasional yang sedang berjalan.
|
|
zh: 保存当前运营活动所需记录的档案组件。
|
|
structured_aliases:
|
|
- {literal_form: operationeel archiefonderdeel, in_language: nl}
|
|
- {literal_form: operativer Archivbestandteil, in_language: de}
|
|
- {literal_form: composant d archive operationnelle, in_language: fr}
|
|
- {literal_form: componente de archivo operativo, in_language: es}
|
|
- {literal_form: مكوّن أرشيف تشغيلي, in_language: ar}
|
|
- {literal_form: komponen arsip operasional, in_language: id}
|
|
- {literal_form: 运营档案组件, in_language: zh}
|
|
slots:
|
|
- has_name
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|