- 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.
47 lines
2.2 KiB
YAML
47 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/classes/FormerName
|
|
name: FormerName
|
|
title: FormerName
|
|
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#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
org: http://www.w3.org/ns/org#
|
|
imports:
|
|
- linkml:types
|
|
# default_range: string
|
|
classes:
|
|
FormerName:
|
|
description: >-
|
|
Historical institutional name that is no longer the current preferred
|
|
form but remains relevant for identification and search.
|
|
alt_descriptions:
|
|
nl: Historische instellingsnaam die niet langer de huidige voorkeursvorm is maar wel relevant blijft voor identificatie en zoeken.
|
|
de: Historischer Institutionsname der nicht mehr die aktuelle Vorzugsform ist aber fuer Identifikation und Suche relevant bleibt.
|
|
fr: Ancienne denomination institutionnelle qui n est plus la forme preferee actuelle mais reste utile pour identification et recherche.
|
|
es: Denominacion historica institucional que ya no es la forma preferida actual pero sigue siendo relevante para identificacion y busqueda.
|
|
ar: اسم مؤسسي تاريخي لم يعد الصيغة المفضلة الحالية لكنه يظل مهما للتعريف والبحث.
|
|
id: Nama institusi historis yang bukan lagi bentuk baku saat ini namun tetap relevan untuk identifikasi dan pencarian.
|
|
zh: 机构历史名称,虽已非当前首选名称,但仍用于识别与检索。
|
|
structured_aliases:
|
|
- {literal_form: vroegere naam, in_language: nl}
|
|
- {literal_form: frueherer Name, in_language: de}
|
|
- {literal_form: ancien nom, in_language: fr}
|
|
- {literal_form: nombre anterior, in_language: es}
|
|
- {literal_form: اسم سابق, in_language: ar}
|
|
- {literal_form: nama lama, in_language: id}
|
|
- {literal_form: 曾用名, in_language: zh}
|
|
class_uri: hc:FormerName
|
|
related_mappings:
|
|
- skos:hiddenLabel
|
|
- org:changedBy
|
|
- schema:alternateName
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- has_name
|
|
- has_note
|