- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision. - Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure. - Added new synonyms in multiple languages for better localization support.
179 lines
5.3 KiB
YAML
179 lines
5.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Storage
|
|
name: storage_class
|
|
title: Storage Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
premis: http://www.loc.gov/premis/rdf/v3/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
dcterms: http://purl.org/dc/terms/
|
|
wd: http://www.wikidata.org/entity/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/CapacityTypeEnum
|
|
- ../enums/StorageStandardEnum
|
|
- ../enums/StorageTypeEnum
|
|
- ../enums/StorageUnitTypeEnum
|
|
- ../slots/has_percentage
|
|
- ../slots/has_capacity
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_policy
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/stored_at
|
|
- ../slots/managed_by
|
|
- ../slots/provide
|
|
- ../slots/refer_to
|
|
- ../slots/has_standard
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
Storage:
|
|
class_uri: hc:StorageFacility
|
|
alt_descriptions:
|
|
nl: Fysieke opslagfaciliteit waar erfgoedcollecties worden bewaard en beheerd.
|
|
de: Physische Lagerstaette
|
|
fr: Installation physique de stockage ou les collections patrimoniales sont conservees et gerees.
|
|
es: Instalacion fisica de almacenamiento donde se conservan y gestionan colecciones patrimoniales.
|
|
ar: مرفق تخزين مادي تُحفظ وتُدار فيه مجموعات التراث.
|
|
id: Fasilitas penyimpanan fisik tempat koleksi warisan dilestarikan dan dikelola.
|
|
zh: 用于保存和管理文化遗产藏品的实体存储设施。
|
|
structured_aliases:
|
|
- literal_form: depot
|
|
in_language: nl
|
|
- literal_form: Depot
|
|
in_language: de
|
|
- literal_form: depot de conservation
|
|
in_language: fr
|
|
- literal_form: deposito de conservacion
|
|
in_language: es
|
|
- literal_form: مستودع حفظ
|
|
in_language: ar
|
|
- literal_form: depot penyimpanan
|
|
in_language: id
|
|
- literal_form: 文物库房
|
|
in_language: zh
|
|
description: >-
|
|
Dedicated storage facility or area for preserving heritage collections.
|
|
close_mappings:
|
|
- premis:StorageLocation
|
|
- rico:Place
|
|
- schema:Place
|
|
- wd:Q1191732
|
|
broad_mappings:
|
|
- crm:E27_Site
|
|
related_mappings:
|
|
- hc:StorageUnit
|
|
- hc:EnvironmentalZone
|
|
- premis:StorageMedium
|
|
- org:Site
|
|
- crm:E53_Place
|
|
slots:
|
|
- has_capacity
|
|
- has_policy
|
|
- has_percentage
|
|
- provide
|
|
- managed_by
|
|
- refer_to
|
|
- has_standard
|
|
- has_description
|
|
- identified_by
|
|
- stored_at
|
|
- has_label
|
|
- has_type
|
|
- has_score
|
|
- temporal_extent
|
|
slot_usage:
|
|
identified_by:
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/storage/rijksmuseum-depot-amersfoort
|
|
has_label:
|
|
required: true
|
|
examples:
|
|
- value: Depot Amersfoort
|
|
- value: Cold Storage Vault A
|
|
has_type:
|
|
required: true
|
|
examples:
|
|
- value: ARCHIVE_DEPOT
|
|
- value: COLD_STORAGE
|
|
- value: ART_STORAGE
|
|
has_description:
|
|
multivalued: true
|
|
required: false
|
|
stored_at:
|
|
range: StorageLocation
|
|
required: false
|
|
inlined: true
|
|
has_capacity:
|
|
range: Capacity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
has_percentage:
|
|
range: float
|
|
minimum_value: 0.0
|
|
maximum_value: 100.0
|
|
has_standard:
|
|
range: StorageStandardEnum
|
|
multivalued: true
|
|
has_policy:
|
|
required: false
|
|
managed_by:
|
|
required: false
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
required: false
|
|
refer_to:
|
|
range: Custodian
|
|
required: true
|
|
comments:
|
|
- Storage models the preservation function, not only the physical building
|
|
- AuxiliaryPlace can provide location context for a storage facility
|
|
- StorageCondition captures observed state; StorageConditionPolicy captures intended state
|
|
- Multiple Storage instances can coexist in one physical site
|
|
see_also:
|
|
- http://www.loc.gov/premis/rdf/v3/StorageLocation
|
|
- https://www.wikidata.org/wiki/Q1191732
|
|
- http://www.cidoc-crm.org/html/cidoc_crm_v7.1.3.html#E27
|
|
examples:
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/storage/rijksmuseum-depot-amersfoort
|
|
has_label: Depot Amersfoort
|
|
has_type: ART_STORAGE
|
|
has_standard:
|
|
- EN_16893_2018
|
|
- EN_15757_2010
|
|
has_percentage: 78.5
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/storage/nationaal-archief-depot-b
|
|
has_label: Depot B - Cold Storage
|
|
has_type: COLD_STORAGE
|
|
has_standard:
|
|
- ISO_TR_19815_2018
|
|
refer_to: https://nde.nl/ontology/hc/nl-na
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
modeling_notes: |
|
|
Key distinction
|
|
|
|
- Storage: functional role of preserving collections.
|
|
- AuxiliaryPlace: physical site/building context.
|
|
- StorageCondition: observed state.
|
|
- StorageConditionPolicy: intended target conditions.
|
|
|
|
Typical use cases
|
|
|
|
- archive depot
|
|
- cold storage for film/photographic materials
|
|
- open study storage
|