33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/HumidityTolerance
|
|
name: HumidityTolerance
|
|
title: Humidity Tolerance Class
|
|
description: "Acceptable deviation from target humidity.\n\n**MIGRATED** from humidity_tolerance (Rule 53).\n\nUsed in storage condition policies."
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_value
|
|
- ../slots/has_or_had_unit
|
|
classes:
|
|
HumidityTolerance:
|
|
class_uri: schema:QuantitativeValue
|
|
description: "Allowed humidity fluctuation (+/-)."
|
|
slots:
|
|
- has_or_had_value
|
|
- has_or_had_unit
|
|
slot_usage:
|
|
has_or_had_value:
|
|
range: float
|
|
required: true
|
|
description: Allowed fluctuation in percentage points (e.g. 5.0 for +/- 5%).
|
|
has_or_had_unit:
|
|
range: string
|
|
ifabsent: string(%)
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class.
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept.
|