- 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.
44 lines
1.7 KiB
YAML
44 lines
1.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/Heading
|
|
name: Heading
|
|
title: Heading
|
|
description: >-
|
|
A heading in a document.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_value
|
|
classes:
|
|
Heading:
|
|
class_uri: schema:Text
|
|
description: >-
|
|
Structured textual heading used to label sections and support document
|
|
navigation.
|
|
alt_descriptions:
|
|
nl: Gestructureerde koptekst om secties te benoemen en documentnavigatie te ondersteunen.
|
|
de: Strukturierte Ueberschrift zur Kennzeichnung von Abschnitten und zur Unterstuetzung der Dokumentnavigation.
|
|
fr: Intitule textuel structure utilise pour nommer des sections et faciliter la navigation documentaire.
|
|
es: Encabezado textual estructurado para nombrar secciones y facilitar la navegacion del documento.
|
|
ar: عنوان نصي منظم لتسمية الأقسام ودعم التنقل داخل المستند.
|
|
id: Judul teks terstruktur untuk menamai bagian dan mendukung navigasi dokumen.
|
|
zh: 用于标注章节并支持文档导航的结构化标题文本。
|
|
structured_aliases:
|
|
- {literal_form: kopregel, in_language: nl}
|
|
- {literal_form: Ueberschrift, in_language: de}
|
|
- {literal_form: titre de section, in_language: fr}
|
|
- {literal_form: encabezado, in_language: es}
|
|
- {literal_form: عنوان قسم, in_language: ar}
|
|
- {literal_form: judul bagian, in_language: id}
|
|
- {literal_form: 标题文本, in_language: zh}
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_value
|