glam/schemas/20251121/linkml/modules/classes/BayNumber.yaml
kempersc 7c7d8c0270 feat: Add SchemaElementPopup component for displaying LinkML schema element previews
- Implemented a draggable, resizable, and minimizable popup component for displaying previews of LinkML schema elements (classes, slots, enums).
- Integrated loading states and error handling for fetching element information.
- Added navigation functionality to go to full element view.
- Enhanced user experience with type badges and detailed descriptions for each element type.

chore: Migrate AudioEventSegment, BayNumber, BoxNumber, and BudgetStatus classes to new YAML schema format

- Created new YAML definitions for AudioEventSegment, BayNumber, BoxNumber, and BudgetStatus classes with detailed descriptions and attributes.
- Migrated from deprecated slots to new class structures as part of Rule 53.
- Updated imports and prefixes for consistency across schemas.

chore: Archive deprecated slots for audio_event_segments, bay_number, and box_number

- Archived previous slot definitions for audio_event_segments, bay_number, and box_number to maintain historical records.
- Updated slot descriptions and ensured proper URI mappings for future reference.
2026-01-14 15:13:06 +01:00

92 lines
3 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.
imports:
- linkml:types
- ../slots/identifier_value
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
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:
- specificity_annotation
- template_specificity
attributes:
value:
range: string
required: true
description: The bay number/identifier value.
examples:
- value: "3"
description: Numeric bay number
- value: "C"
description: Alphabetic bay identifier
- value: "North-3"
description: Location-descriptive bay
comments:
- Storage bay identifier within a row/aisle
- Part of hierarchical storage location addressing
- Part of Rule 53 slot migration from bay_number
see_also:
- https://nde.nl/ontology/hc/StorageUnit