- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases. - Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/Measurement
|
|
name: Measurement
|
|
title: Measurement Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
sosa: http://www.w3.org/ns/sosa/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_value
|
|
- ../slots/has_measurement_type
|
|
- ../slots/has_measurement_unit
|
|
classes:
|
|
Measurement:
|
|
class_uri: sosa:Observation
|
|
description: Measurement observation capturing a numeric value, measurement kind, and unit.
|
|
exact_mappings:
|
|
- sosa:Observation
|
|
close_mappings:
|
|
- qudt:QuantityValue
|
|
- crm:E16_Measurement
|
|
slots:
|
|
- has_value
|
|
- has_measurement_type
|
|
- has_measurement_unit
|
|
slot_usage:
|
|
has_value:
|
|
required: true
|
|
has_measurement_type:
|
|
range: MeasurementType
|
|
inlined: true
|
|
has_measurement_unit:
|
|
range: MeasureUnit
|
|
inlined: true
|
|
annotations:
|
|
specificity_score: 0.5
|
|
specificity_rationale: Core observation class for environmental and conservation monitoring.
|
|
custodian_types: '["*"]'
|