glam/schemas/20251121/linkml/modules/classes/MeasureUnit.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

44 lines
1.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/MeasureUnit
name: MeasureUnit
title: Measure Unit Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
qudt: http://qudt.org/schema/qudt/
om: http://www.ontology-of-units-of-measure.org/resource/om-2/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../enums/MeasureUnitEnum
- ../slots/has_type
- ../slots/symbolized_by
- ../slots/has_code
- ../slots/has_label
classes:
MeasureUnit:
class_uri: qudt:Unit
description: Unit-of-measure class for physical and quantitative heritage measurements.
exact_mappings:
- qudt:Unit
- om:Unit
close_mappings:
- schema:unitCode
slots:
- has_type
- symbolized_by
- has_code
- has_label
slot_usage:
has_type:
range: MeasureUnitEnum
required: true
notes:
- |
Preserved from prior description (commit 6e634651):
"A unit of measurement for expressing quantities.\nCaptures the unit type (from MeasureUnitEnum), symbol, and optional conversion factors. Used as the range for has_unit slot.\n**EXAMPLES**: - Hectare (ha) for outdoor site area - Square meter (m\xB2) for building floor area - Linear meter (m) for archival shelf extent"
annotations:
specificity_score: 0.35
specificity_rationale: Foundational unit class reused across quantitative model components.
custodian_types: '["*"]'