glam/schemas/20251121/linkml/modules/classes/AirChanges.yaml
kempersc 92c79067cd Refactor time-related classes and descriptions for clarity and consistency
- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding.
- Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes.
- Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions.
- Improved comments and modeling notes in VariantTypes to clarify usage and examples.
- General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
2026-02-16 13:49:40 +01:00

107 lines
4 KiB
YAML

id: https://nde.nl/ontology/hc/class/AirChanges
name: AirChanges
title: Air Changes
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
wd: http://www.wikidata.org/entity/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_quantity
- ../slots/has_measurement_unit
classes:
AirChanges:
class_uri: schema:QuantitativeValue
description: >-
Measurement of the rate at which air within an enclosed space is replaced
with fresh air, expressed as air changes per hour (ACH) or per minute,
critical for environmental control in storage and exhibition spaces.
alt_descriptions:
nl: >-
Meting van de snelheid waarmee lucht in een afgesloten ruimte wordt
vervangen door verse lucht, uitgedrukt als luchtveranderingen per uur
of per minuut, cruciaal voor milieubeheersing in opslag- en
tentoonstellingsruimtes.
de: >-
Messung der Rate, mit der Luft in einem geschlossenen Raum durch
Frischluft ersetzt wird, ausgedrueckt als Luftwechsel pro Stunde oder
Minute, kritisch fuer die Umweltkontrolle in Lager- und
Ausstellungsräumen.
fr: >-
Mesure du taux auquel l'air dans un espace clos est remplace par de
l'air frais, exprimee en renouvellements d'air par heure ou par minute,
essentielle pour le controle environnemental des espaces de stockage et
d'exposition.
es: >-
Medicion de la tasa a la que el aire en un espacio cerrado es reemplazado
por aire fresco, expresada como cambios de aire por hora o por minuto,
critica para el control ambiental en espacios de almacenamiento y
exposicion.
ar: >-
قياس معدل استبدال الهواء في مساحة مغلقة بهواء نقي، معبرًا عنه
بتغييرات الهواء في الساعة أو الدقيقة، وهو أمر بالغ الأهمية للتحكم
البيئي في مساحات التخزين والعرض.
id: >-
Pengukuran tingkat pergantian udara dalam ruang tertutup dengan udara
segar, dinyatakan sebagai pergantian udara per jam atau per menit,
penting untuk kontrol lingkungan di ruang penyimpanan dan pameran.
zh: >-
衡量封闭空间内空气被新鲜空气替换的速率,以每小时或每分钟换气次数表示,
对于存储和展示空间的环境控制至关重要。
examples:
- value:
has_quantity: 4
has_measurement_unit: "ACH"
description: Four air changes per hour for storage facility
- value:
has_quantity: 6
has_measurement_unit: "ACH"
description: Six air changes per hour for exhibition space
structured_aliases:
- literal_form: luchtveranderingen
in_language: nl
- literal_form: Luftwechsel
in_language: de
- literal_form: renouvellement d'air
in_language: fr
- literal_form: cambios de aire
in_language: es
- literal_form: تغييرات الهواء
in_language: ar
- literal_form: pergantian udara
in_language: id
- literal_form: 换气次数
in_language: zh
keywords:
- ventilation
- HVAC
- environmental control
- storage
- exhibition
- air quality
broad_mappings:
- wd:Q2299838
- schema:QuantitativeValue
slots:
- has_quantity
- has_measurement_unit
slot_usage:
has_quantity:
range: float
required: true
has_measurement_unit:
required: true
comments:
- Critical parameter for collections preservation
- Higher ACH values indicate better ventilation rates
- |
Preserved from prior description:
**Ontological Alignment**:
- `schema:QuantitativeValue`: Allows specifying value and unit.
annotations:
specificity_score: "0.2"
specificity_rationale: Specific environmental control measurement
custodian_types: "['*']"