- 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.
33 lines
1.6 KiB
YAML
33 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/classes/MultilingualDescriptions
|
|
name: MultilingualDescriptions
|
|
title: Multilingual Descriptions
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
MultilingualDescriptions:
|
|
class_uri: linkml:Any
|
|
description: Language-keyed structure for storing descriptive text variants.
|
|
alt_descriptions:
|
|
nl: Taalgestructureerde structuur voor varianten van beschrijvende tekst.
|
|
de: Sprachschluessel-Struktur zur Speicherung von Varianten beschreibender Texte.
|
|
fr: Structure indexee par langue pour stocker des variantes de texte descriptif.
|
|
es: Estructura por idioma para almacenar variantes de texto descriptivo.
|
|
ar: بنية مفاتيح لغوية لتخزين صيغ متعددة من النصوص الوصفية.
|
|
id: Struktur berbasis bahasa untuk menyimpan varian teks deskriptif.
|
|
zh: 按语言键组织的描述文本变体存储结构。
|
|
structured_aliases:
|
|
- {literal_form: meertalige beschrijvingen, in_language: nl}
|
|
- {literal_form: mehrsprachige Beschreibungen, in_language: de}
|
|
- {literal_form: descriptions multilingues, in_language: fr}
|
|
- {literal_form: descripciones multilingues, in_language: es}
|
|
- {literal_form: أوصاف متعددة اللغات, in_language: ar}
|
|
- {literal_form: deskripsi multibahasa, in_language: id}
|
|
- {literal_form: 多语言描述, in_language: zh}
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|