glam/schemas/20251121/linkml/modules/classes/MaximumHumidity.yaml
kempersc 6e63465196 Add ImageTilingServiceEndpoint class and archive ID class
- 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.
2026-02-15 21:40:13 +01:00

31 lines
881 B
YAML

id: https://nde.nl/ontology/hc/class/MaximumHumidity
name: MaximumHumidity
title: Maximum Humidity Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_value
- ../slots/has_measurement_unit
classes:
MaximumHumidity:
class_uri: schema:QuantitativeValue
description: Upper relative-humidity boundary value used in environmental constraints.
exact_mappings:
- schema:QuantitativeValue
slots:
- has_value
- has_measurement_unit
slot_usage:
has_value:
range: float
required: true
has_measurement_unit:
ifabsent: string(%)
annotations:
specificity_score: 0.35
specificity_rationale: Environmental threshold class for preservation control.
custodian_types: '["*"]'