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: '["*"]'