- 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.
42 lines
2.1 KiB
YAML
42 lines
2.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/DepositingOrganization
|
|
name: DepositingOrganization
|
|
title: DepositingOrganization
|
|
description: Organization that deposited material.
|
|
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:
|
|
DepositingOrganization:
|
|
class_uri: schema:Organization
|
|
description: >-
|
|
Organization that transfers materials into another custodian's care while
|
|
retaining attribution to the depositor role.
|
|
alt_descriptions:
|
|
nl: Organisatie die materialen overdraagt aan een andere beheerder met behoud van herkomst als deposant.
|
|
de: Organisation die Materialien in die Verwahrung eines anderen Traegers uebergibt und dabei die Rolle als Einlieferer behaelt.
|
|
fr: Organisation qui transfere des materiaux sous la garde d un autre depositaire tout en conservant l attribution du role de deposant.
|
|
es: Organizacion que transfiere materiales al cuidado de otro custodio manteniendo la atribucion del rol depositante.
|
|
ar: منظمة تقوم بإيداع مواد لدى جهة حافظة أخرى مع بقاء نسبتها بصفتها جهة مُودِعة.
|
|
id: Organisasi yang menitipkan materi ke kustodian lain sambil mempertahankan atribusi peran sebagai penyetor.
|
|
zh: 将材料移交他方托管并保留“移交机构”身份归属的组织。
|
|
structured_aliases:
|
|
- {literal_form: deponerende organisatie, in_language: nl}
|
|
- {literal_form: einliefernde Organisation, in_language: de}
|
|
- {literal_form: organisation deposante, in_language: fr}
|
|
- {literal_form: organizacion depositante, in_language: es}
|
|
- {literal_form: منظمة مُودِعة, in_language: ar}
|
|
- {literal_form: organisasi penyetor, in_language: id}
|
|
- {literal_form: 移交机构, in_language: zh}
|
|
broad_mappings:
|
|
- schema:Organization
|
|
slots:
|
|
- has_name
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|