- 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.
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/TargetHumidity
|
|
name: TargetHumidity
|
|
title: Target Humidity Class
|
|
description: "The target setpoint for relative humidity.\n\n**MIGRATED** from humidity_target (Rule 53).\n\nUsed in environmental control policies for heritage preservation."
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_value
|
|
- ../slots/has_or_had_unit
|
|
classes:
|
|
TargetHumidity:
|
|
class_uri: schema:QuantitativeValue
|
|
description: "Target humidity setpoint."
|
|
slots:
|
|
- has_or_had_value
|
|
- has_or_had_unit
|
|
slot_usage:
|
|
has_or_had_value:
|
|
range: float
|
|
required: true
|
|
description: Target relative humidity percentage (0-100).
|
|
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.
|