43 lines
1.7 KiB
YAML
43 lines
1.7 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#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
hc_preset_uri:
|
|
description: "URI of the corresponding HC ontology environmental preset individual.\n\nThese presets define standard environmental parameters for heritage storage.\n\nExample presets:\n- hc:StandardArchiveEnvironment (18\xB0C, 50% RH)\n- hc:ColdStorageEnvironment (-5\xB0C, 30% RH)\n- hc:PhotographicMaterialsEnvironment (15\xB0C, 35% RH)\n- hc:TextileStorageEnvironment (18\xB0C, 50% RH, 50 lux)\n"
|
|
range: string
|
|
slot_uri: skos:exactMatch
|
|
examples:
|
|
- value: hc:StandardArchiveEnvironment
|
|
description: "Standard archive storage preset (18\xB0C, 50% RH)"
|
|
- value: hc:ColdStorageEnvironment
|
|
description: "Cold storage preset (-5\xB0C, 30% RH)"
|
|
- value: hc:PhotographicMaterialsEnvironment
|
|
description: "Photographic materials storage preset (15\xB0C, 35% RH)"
|
|
annotations:
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|
|
exact_mappings:
|
|
- skos:exactMatch
|