- 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.
27 lines
698 B
YAML
27 lines
698 B
YAML
id: https://nde.nl/ontology/hc/class/HumidityTolerance
|
|
name: HumidityTolerance
|
|
title: Humidity Tolerance
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_measurement_unit
|
|
- ../slots/has_value
|
|
classes:
|
|
HumidityTolerance:
|
|
class_uri: hc:HumidityTolerance
|
|
description: >-
|
|
Allowed deviation band around target relative humidity used for preventive
|
|
conservation control.
|
|
slots:
|
|
- has_value
|
|
- has_measurement_unit
|
|
slot_usage:
|
|
has_value:
|
|
range: float
|
|
required: true
|
|
broad_mappings:
|
|
- schema:QuantitativeValue
|