- Deleted obsolete chapter slots: chapter_description, chapter_end_seconds, chapter_end_time, chapter_id, chapter_index, chapter_source, chapter_start_seconds, chapter_start_time, humidity_tolerance, parent_chapter_id. - Archived previous versions of deleted slots for reference. - Introduced new generic slots: end_seconds, end_time, has_or_had_parent, has_or_had_sequence_index to streamline schema and improve consistency. - Updated descriptions and mappings for new slots to ensure clarity and maintain functionality.
34 lines
1.1 KiB
YAML
34 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.
|