- Updated `has_or_had_url` slot to allow a broader range of values by changing its range from `uriorcurie` to `Any`. - Removed obsolete slots: `house_number`, `html_file`, `html_snapshot_path`, and `http_status_code`. - Introduced new classes: `CeasingEvent`, `FileLocation`, `FilePath`, `HTMLFile`, `HTTPStatusCode`, `HouseNumber`, `MaximumHumidity`, `MinimumHumidity`, `TargetHumidity`, and `WKT` to better represent various concepts. - Migrated existing slots to new structures, ensuring alignment with RiC-O naming conventions. - Added new slots: `ceases_or_ceased_through`, `has_or_had_file_location`, `has_or_had_file_path`, `has_or_had_http_status`, and `is_or_was_observed_by` to capture additional metadata. - Enhanced descriptions and annotations for clarity and context.
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Humidity
|
|
name: Humidity
|
|
title: Humidity Class
|
|
description: "A class representing humidity measurements or policies (min, max, target).\n\n**MIGRATED** from humidity_max, humidity_min, humidity_target (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/maximum_of_maximum
|
|
- ../slots/minimum_of_minimum
|
|
- ../slots/has_or_had_target
|
|
- ./MaximumHumidity
|
|
- ./MinimumHumidity
|
|
- ./TargetHumidity
|
|
classes:
|
|
Humidity:
|
|
class_uri: schema:StructuredValue
|
|
description: "Humidity control parameters."
|
|
slots:
|
|
- maximum_of_maximum
|
|
- minimum_of_minimum
|
|
- has_or_had_target
|
|
slot_usage:
|
|
maximum_of_maximum:
|
|
range: MaximumHumidity
|
|
description: Maximum allowed humidity.
|
|
minimum_of_minimum:
|
|
range: MinimumHumidity
|
|
description: Minimum allowed humidity.
|
|
has_or_had_target:
|
|
range: TargetHumidity
|
|
description: Target humidity setpoint.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class.
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept.
|