glam/schemas/20251121/linkml/modules/classes/Drawer.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- 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.
2026-02-16 10:16:51 +01:00

45 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/class/Drawer
name: Drawer
title: Drawer Class
description: Drawer storage unit class.
prefixes:
hc: https://nde.nl/ontology/hc/
rico: https://www.ica.org/standards/RiC/ontology#
linkml: https://w3id.org/linkml/
default_prefix: hc
imports:
- linkml:types
- ../slots/identified_by
classes:
Drawer:
class_uri: rico:PhysicalLocation
description: >-
Compartment location unit within a storage fixture used for organizing and
retrieving preserved items.
alt_descriptions:
nl: Compartimentslocatie binnen een opslagmeubel voor ordening en terugvinden van bewaarde items.
de: Fachbezogene Lageeinheit innerhalb eines Aufbewahrungsmoebels zur Ordnung und Auffindung bewahrter Objekte.
fr: Unite d emplacement compartimentee dans un meuble de rangement pour organiser et retrouver les elements conserves.
es: Unidad de ubicacion compartimentada en un mueble de almacenamiento para organizar y recuperar elementos conservados.
ar: وحدة موضع داخل خزانة تخزين مقسمة لتنظيم العناصر المحفوظة واسترجاعها.
id: Unit lokasi kompartemen dalam perlengkapan penyimpanan untuk mengatur dan mengambil item yang dilestarikan.
zh: 存储装置中的抽屉式分格位置单元,用于组织与检索保存对象。
structured_aliases:
- {literal_form: lade, in_language: nl}
- {literal_form: Schublade, in_language: de}
- {literal_form: tiroir de conservation, in_language: fr}
- {literal_form: cajon de almacenamiento, in_language: es}
- {literal_form: درج تخزين, in_language: ar}
- {literal_form: laci penyimpanan, in_language: id}
- {literal_form: 抽屉单元, in_language: zh}
broad_mappings:
- rico:PhysicalLocation
slots:
- identified_by
slot_usage:
identified_by:
range: DrawerNumber
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"