glam/schemas/20251121/linkml/modules/slots/hc_preset_uri.yaml
kempersc 5d3d8530b0
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 4m13s
chore: trigger DSPy eval workflow
2026-01-11 22:40:23 +01:00

40 lines
1.4 KiB
YAML

id: https://nde.nl/ontology/hc/slot/hc_preset_uri
name: hc_preset_uri_slot
title: HC Ontology Preset URI Slot
description: |
Slot for referencing Heritage Custodian ontology environmental preset individuals.
These presets are defined in hc-storage.ttl and provide standard environmental
configurations for heritage preservation contexts.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
imports:
- linkml:types
default_prefix: hc
slots:
hc_preset_uri:
description: |
URI of the corresponding HC ontology environmental preset individual.
These presets define standard environmental parameters for heritage storage.
Example presets:
- hc:StandardArchiveEnvironment (18°C, 50% RH)
- hc:ColdStorageEnvironment (-5°C, 30% RH)
- hc:PhotographicMaterialsEnvironment (15°C, 35% RH)
- hc:TextileStorageEnvironment (18°C, 50% RH, 50 lux)
range: string
slot_uri: skos:exactMatch
examples:
- value: hc:StandardArchiveEnvironment
description: Standard archive storage preset (18°C, 50% RH)
- value: hc:ColdStorageEnvironment
description: Cold storage preset (-5°C, 30% RH)
- value: hc:PhotographicMaterialsEnvironment
description: Photographic materials storage preset (15°C, 35% RH)