91 lines
3.2 KiB
YAML
91 lines
3.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/BayNumber
|
|
name: bay_number_class
|
|
title: Bay Number Class
|
|
description: |
|
|
A storage bay or section identifier within a storage row.
|
|
|
|
MIGRATED from bay_number slot (Rule 53).
|
|
Uses generic has_or_had_identifier slot with range narrowed to BayNumber.
|
|
Updated 2026-01-16: Migrated from inline attributes to proper slots.
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identifier_value
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
BayNumber:
|
|
class_uri: hc:BayNumber
|
|
description: |
|
|
An identifier for a storage bay or section within a row/aisle of a storage facility.
|
|
|
|
**DEFINITION**:
|
|
|
|
BayNumber represents a discrete location identifier within a storage system.
|
|
In heritage storage facilities, storage is typically organized hierarchically:
|
|
|
|
```
|
|
Storage Facility
|
|
└── Zone (environmental control)
|
|
└── Row/Aisle (physical corridor)
|
|
└── Bay/Section (THIS CLASS - vertical unit in row)
|
|
└── Shelf (horizontal level within bay)
|
|
└── Storage Unit (box, drawer, etc.)
|
|
```
|
|
|
|
**TYPICAL VALUES**:
|
|
|
|
| Format | Example | Description |
|
|
|--------|---------|-------------|
|
|
| Numeric | "3", "12" | Sequential bay numbers |
|
|
| Alphabetic | "A", "C", "AA" | Lettered bays |
|
|
| Mixed | "3A", "B2" | Combined formats |
|
|
| Descriptive | "North-3" | Location-based |
|
|
|
|
**HERITAGE USE CASES**:
|
|
|
|
| Institution Type | Bay Naming Convention |
|
|
|------------------|----------------------|
|
|
| Archives | Sequential numeric (1, 2, 3...) |
|
|
| Museums | Alphanumeric by collection area |
|
|
| Libraries | By call number range |
|
|
| Natural history | By specimen type |
|
|
|
|
**PROVENANCE**:
|
|
|
|
Created as part of slot migration (Rule 53) from deprecated
|
|
`bay_number` slot to generic `has_or_had_identifier` pattern.
|
|
exact_mappings:
|
|
- hc:BayNumber
|
|
close_mappings:
|
|
- crm:E42_Identifier
|
|
related_mappings:
|
|
- schema:identifier
|
|
slots:
|
|
- identifier_value
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
slot_usage:
|
|
identifier_value:
|
|
required: true
|
|
description: The bay number/identifier value (string, may be numeric or alphanumeric).
|
|
comments:
|
|
- Storage bay identifier within a row/aisle
|
|
- Part of hierarchical storage location addressing
|
|
- Part of Rule 53 slot migration from bay_number
|
|
- "Updated 2026-01-16: Migrated from inline attributes to proper slots"
|
|
see_also:
|
|
- https://nde.nl/ontology/hc/StorageUnit
|