- 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.8 KiB
YAML
44 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/HeadingLevel
|
|
name: HeadingLevel
|
|
title: HeadingLevel
|
|
description: >-
|
|
Level of a heading (e.g. H1, H2).
|
|
|
|
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:
|
|
HeadingLevel:
|
|
class_uri: schema:Integer
|
|
description: >-
|
|
Numeric hierarchy level assigned to a heading to indicate document
|
|
structure depth.
|
|
alt_descriptions:
|
|
nl: Numeriek hierarchieniveau van een kop om de diepte van documentstructuur aan te geven.
|
|
de: Numerische Hierarchieebene einer Ueberschrift zur Kennzeichnung der Dokumentstrukturtiefe.
|
|
fr: Niveau hierarchique numerique attribue a un titre pour indiquer la profondeur structurelle du document.
|
|
es: Nivel jerarquico numerico asignado a un encabezado para indicar la profundidad de la estructura documental.
|
|
ar: مستوى هرمي رقمي يُسند إلى العنوان لبيان عمق بنية المستند.
|
|
id: Tingkat hierarki numerik yang diberikan pada heading untuk menunjukkan kedalaman struktur dokumen.
|
|
zh: 分配给标题的数字层级,用于表示文档结构深度。
|
|
structured_aliases:
|
|
- {literal_form: kopniveau, in_language: nl}
|
|
- {literal_form: Ueberschriftenebene, in_language: de}
|
|
- {literal_form: niveau de titre, in_language: fr}
|
|
- {literal_form: nivel de encabezado, in_language: es}
|
|
- {literal_form: مستوى العنوان, in_language: ar}
|
|
- {literal_form: tingkat heading, 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
|