- Deleted obsolete slot definitions: statement_summary, statement_text, statement_type, status_name, supersede_articles, supersede_condition, supersede_name, temporal_dynamics, total_amount, typical_contents, use_cases, was_acquired_through, was_fetched_at, was_retrieved_at. - Updated existing slot definitions for states_or_stated to enhance clarity and structure. - Introduced new classes: Article, ConditionofAccess, FinancialStatementType, MaximumQuantity, Series, Summary, Type, and their respective slots to improve schema organization and usability. - Added new slots: changes_or_changed_through, has_or_had_condition_of_access, has_or_had_heritage_type, is_or_was_part_of_series, is_or_was_retrieved_at, maximum_of_maximum to capture additional metadata and relationships.
153 lines
5.1 KiB
YAML
153 lines
5.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/climate_control
|
|
name: climate_control_class
|
|
title: Climate Control Class
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
aat: http://vocab.getty.edu/aat/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_type
|
|
- ./ClimateControlType
|
|
|
|
classes:
|
|
ClimateControl:
|
|
class_uri: aat:300264752
|
|
description: |
|
|
Climate control system or approach for managing environmental conditions.
|
|
|
|
**DEFINITION**:
|
|
|
|
A ClimateControl represents the physical system, equipment, or approach
|
|
used to manage temperature, humidity, air quality, and other environmental
|
|
factors in heritage facilities.
|
|
|
|
**GETTY AAT ALIGNMENT**:
|
|
|
|
`aat:300264752` (climate control systems) - "Systems for controlling
|
|
environmental conditions such as temperature and humidity."
|
|
|
|
**USE CASES**:
|
|
|
|
1. **Full HVAC System**:
|
|
```yaml
|
|
ClimateControl:
|
|
has_or_had_label: "Main Gallery HVAC"
|
|
has_or_had_type: HVAC
|
|
has_or_had_description:
|
|
description_text: "Central HVAC with 24/7 monitoring, backup power"
|
|
```
|
|
|
|
2. **Basic Heating**:
|
|
```yaml
|
|
ClimateControl:
|
|
has_or_had_label: "Warehouse Heating"
|
|
has_or_had_type: HEATED
|
|
```
|
|
|
|
3. **Dehumidification Only**:
|
|
```yaml
|
|
ClimateControl:
|
|
has_or_had_label: "Photo Archive Dehumidifier"
|
|
has_or_had_type: DEHUMIDIFIED
|
|
```
|
|
|
|
**RELATIONSHIP TO ClimateControlType**:
|
|
|
|
```
|
|
ClimateControl
|
|
│
|
|
└── has_or_had_type ──► ClimateControlType
|
|
│
|
|
└── (HEATED, HVAC, DEHUMIDIFIED, NONE, etc.)
|
|
```
|
|
|
|
exact_mappings:
|
|
- aat:300264752
|
|
close_mappings:
|
|
- schema:Product
|
|
related_mappings:
|
|
- crm:E22_Human-Made_Object
|
|
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- has_or_had_type
|
|
|
|
slot_usage:
|
|
has_or_had_label:
|
|
description: |
|
|
Name or identifier for this climate control system.
|
|
range: string
|
|
required: false
|
|
examples:
|
|
- value: "Main Stack HVAC System"
|
|
description: Named HVAC system
|
|
- value: "Depot B Climate Control"
|
|
description: Named by location
|
|
has_or_had_description:
|
|
description: |
|
|
Description of the climate control system capabilities.
|
|
examples:
|
|
- value:
|
|
description_text: "Precision HVAC with temperature control ±1°C, humidity control ±3% RH. Redundant systems with automatic failover."
|
|
description_type: technical
|
|
description: Detailed technical description
|
|
has_or_had_type:
|
|
range: ClimateControlType
|
|
required: true
|
|
description: |
|
|
Type of climate control (HEATED, HVAC, DEHUMIDIFIED, NONE, etc.).
|
|
examples:
|
|
- value: HVAC
|
|
description: Full heating/cooling system
|
|
- value: HEATED
|
|
description: Heating only
|
|
- value: DEHUMIDIFIED
|
|
description: Humidity control only
|
|
- value: NONE
|
|
description: No climate control
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Climate control applies to all heritage custodian types with physical facilities.
|
|
custodian_types_primary: A
|
|
specificity_score: 0.55
|
|
specificity_rationale: Moderately specific - common across facility management contexts.
|
|
replaces_slots: "climate_control_type (partial - represents the system, type is separate)"
|
|
|
|
comments:
|
|
- "Represents climate control systems/equipment"
|
|
- "Maps to Getty AAT 300264752"
|
|
- "Type classification via has_or_had_type → ClimateControlType"
|
|
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "Rijksmuseum Collection Storage HVAC"
|
|
has_or_had_type: HVAC
|
|
has_or_had_description:
|
|
description_text: "Precision climate control with T=20±1°C, RH=50±3%. Redundant compressors, backup power, 24/7 monitoring."
|
|
description_type: technical
|
|
description: Museum collection storage climate system
|
|
- value:
|
|
has_or_had_label: "Logistics Warehouse Heating"
|
|
has_or_had_type: HEATED
|
|
has_or_had_description:
|
|
description_text: "Basic gas heating to prevent freezing. No humidity control."
|
|
description_type: technical
|
|
description: Basic warehouse heating
|
|
- value:
|
|
has_or_had_label: "Photo Archive Dehumidifier"
|
|
has_or_had_type: DEHUMIDIFIED
|
|
has_or_had_description:
|
|
description_text: "Portable dehumidifier maintaining RH below 50%."
|
|
description_type: technical
|
|
description: Dehumidification for photos
|