- Removed unnecessary aliases and adjusted slot definitions in Timestamp, Topic, TopicType, TransferEvent, TransferPolicy, and others. - Enhanced descriptions and added alternative language descriptions for TradeUnionArchiveRecordSetType and UnescoIchElement. - Updated slot usage for various archive-related classes to use `equals_string` instead of `equals_expression`. - Streamlined VideoChapter class by refining descriptions and restructuring slot usage for better navigation and organization. - General cleanup of comments and annotations to ensure clarity and maintainability.
135 lines
4.7 KiB
YAML
135 lines
4.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/StorageUnit
|
|
name: storage_unit_class
|
|
title: Storage Unit Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
wd: http://www.wikidata.org/entity/
|
|
aat: http://vocab.getty.edu/aat/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/CapacityTypeEnum
|
|
- ../enums/StorageUnitTypeEnum
|
|
- ../slots/has_quantity
|
|
- ../slots/has_capacity
|
|
- ../slots/has_description
|
|
- ../slots/has_drawer
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/part_of
|
|
- ../slots/has_shelf_mark
|
|
- ../slots/store
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
StorageUnit:
|
|
class_uri: hc:StorageUnit
|
|
alt_descriptions:
|
|
nl: {text: Individuele opslageenheid zoals plank, kast, lade of doos waarin objecten fysiek worden geplaatst., language: nl}
|
|
de: {text: Individuelle Lagereinheit wie Regal, Schrank, Schublade oder Box zur physischen Aufbewahrung von Objekten., language: de}
|
|
fr: {text: Unite de stockage individuelle (etagere, armoire, tiroir, boite) ou des objets sont physiquement places., language: fr}
|
|
es: {text: Unidad de almacenamiento individual (estante, armario, cajon, caja) donde se colocan objetos fisicamente., language: es}
|
|
ar: {text: وحدة تخزين فردية مثل رف أو خزانة أو درج أو صندوق تُوضع فيها المواد فعليًا., language: ar}
|
|
id: {text: Unit penyimpanan individual seperti rak/lemari/laci/kotak tempat objek disimpan secara fisik., language: id}
|
|
zh: {text: 用于实际放置藏品的单元存储位置,如货架、柜体、抽屉或档案盒。, language: zh}
|
|
structured_aliases:
|
|
nl: [{literal_form: opslageenheid, language: nl}]
|
|
de: [{literal_form: Lagereinheit, language: de}]
|
|
fr: [{literal_form: unite de stockage, language: fr}]
|
|
es: [{literal_form: unidad de almacenamiento, language: es}]
|
|
ar: [{literal_form: وحدة تخزين, language: ar}]
|
|
id: [{literal_form: unit penyimpanan, language: id}]
|
|
zh: [{literal_form: 存储单元, language: zh}]
|
|
description: >-
|
|
Individual storage compartment, shelf, cabinet, drawer, or box where
|
|
heritage objects are physically placed.
|
|
exact_mappings:
|
|
- hc:StorageUnit
|
|
- crm:E27_Site
|
|
- wd:Q1186447
|
|
close_mappings:
|
|
- aat:300038892
|
|
related_mappings:
|
|
- hc:StorageFacility
|
|
- hc:EnvironmentalZone
|
|
- schema:Place
|
|
slots:
|
|
- identified_by
|
|
- has_capacity
|
|
- has_quantity
|
|
- has_drawer
|
|
- part_of
|
|
- has_shelf_mark
|
|
- store
|
|
- has_score
|
|
- has_description
|
|
- has_label
|
|
- has_type
|
|
- temporal_extent
|
|
slot_usage:
|
|
identified_by:
|
|
multivalued: true
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/unit/na-depot-a-r12-b3-s4
|
|
- value: BOX-2024-00145
|
|
has_type:
|
|
range: StorageUnitTypeEnum
|
|
required: true
|
|
has_shelf_mark:
|
|
range: integer
|
|
has_drawer:
|
|
range: Drawer
|
|
multivalued: true
|
|
inlined: true
|
|
has_capacity:
|
|
range: Capacity
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
has_quantity:
|
|
range: integer
|
|
part_of:
|
|
required: false
|
|
store:
|
|
range: HeritageObject
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
required: false
|
|
comments:
|
|
- Lowest practical spatial level for object placement
|
|
- Typically nested within zone/facility structures
|
|
- Supports local row/bay/shelf conventions via identifiers and shelf marks
|
|
see_also:
|
|
- https://nde.nl/ontology/hc/StorageUnit
|
|
- http://vocab.getty.edu/aat/300038892
|
|
- https://www.wikidata.org/wiki/Q1186447
|
|
examples:
|
|
- value:
|
|
identified_by:
|
|
- https://nde.nl/ontology/hc/unit/na-depot-a-r12-b3-s4
|
|
- BOX-2024-00145
|
|
has_type: ARCHIVE_BOX
|
|
has_shelf_mark: 4
|
|
- value:
|
|
identified_by:
|
|
- https://nde.nl/ontology/hc/unit/rm-depot-ff-042
|
|
- FF-MAPS-042
|
|
has_type: FLAT_FILE_DRAWER
|
|
has_quantity: 38
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
modeling_notes: |
|
|
StorageUnit models where objects are actually placed (drawer/shelf/box level).
|
|
|
|
Distinguish from Storage (facility-level) and EnvironmentalZone (zone-level).
|