- 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
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Size
|
|
name: Size
|
|
title: Size Class
|
|
description: >-
|
|
Dimensions or size of an entity. Maps to CIDOC-CRM E54 Dimension.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_measurement_unit
|
|
default_prefix: hc
|
|
classes:
|
|
Size:
|
|
class_uri: crm:E54_Dimension
|
|
description: >-
|
|
Dimensions or size of an entity.
|
|
alt_descriptions:
|
|
nl: Afmetingen of grootte van een entiteit.
|
|
de: Abmessungen oder Größe einer Entität.
|
|
fr: Dimensions ou taille d'une entité.
|
|
structured_aliases:
|
|
- literal_form: afmeting
|
|
in_language: nl
|
|
- literal_form: Größe
|
|
in_language: de
|
|
- literal_form: taille
|
|
in_language: fr
|
|
comments:
|
|
- Migrated from dimension string value (2026-01-26).
|
|
- Maps to CIDOC-CRM E54 Dimension.
|
|
broad_mappings:
|
|
- crm:E54_Dimension
|
|
slots:
|
|
- has_label
|
|
- has_measurement_unit
|
|
slot_usage:
|
|
has_label:
|
|
has_measurement_unit:
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|