- 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.
24 lines
581 B
YAML
24 lines
581 B
YAML
id: https://nde.nl/ontology/hc/class/Humidity
|
|
name: Humidity
|
|
title: Humidity
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_tolerance
|
|
classes:
|
|
Humidity:
|
|
class_uri: hc:Humidity
|
|
description: >-
|
|
Relative moisture condition metric used to monitor and control
|
|
preservation environments.
|
|
slots:
|
|
- has_tolerance
|
|
slot_usage:
|
|
has_tolerance:
|
|
range: HumidityTolerance
|
|
broad_mappings:
|
|
- schema:StructuredValue
|