- 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.
97 lines
3 KiB
YAML
97 lines
3 KiB
YAML
id: https://nde.nl/ontology/hc/class/BoxNumber
|
|
name: box_number_class
|
|
title: Box Number Class
|
|
description: |
|
|
A storage box number or position identifier on a shelf.
|
|
|
|
MIGRATED from box_number slot (Rule 53).
|
|
Uses generic has_or_had_identifier slot with range narrowed to BoxNumber.
|
|
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:
|
|
BoxNumber:
|
|
class_uri: hc:BoxNumber
|
|
description: |
|
|
An identifier for a storage box or its position on a shelf.
|
|
|
|
**DEFINITION**:
|
|
|
|
BoxNumber represents the position or identifier of a storage box within
|
|
a storage unit hierarchy. Archive boxes are the most common physical
|
|
containers for heritage materials, particularly in archives.
|
|
|
|
```
|
|
Shelf
|
|
└── Box 1 (THIS CLASS - position on shelf)
|
|
└── Box 2
|
|
└── Box 3
|
|
...
|
|
```
|
|
|
|
**TYPICAL VALUES**:
|
|
|
|
| Type | Example | Description |
|
|
|------|---------|-------------|
|
|
| Sequential | 1, 2, 3, 12 | Position on shelf left-to-right |
|
|
| Inventory | 145, 2024-0042 | Unique box inventory number |
|
|
| Combined | 12.3 | Bay 12, Box 3 |
|
|
|
|
**ARCHIVE BOX STANDARDS**:
|
|
|
|
Heritage institutions typically use acid-free archive boxes conforming to:
|
|
- ISO 16245 (Boxes for documents)
|
|
- ANSI/NISO Z39.77 (Guidelines for materials in archives)
|
|
|
|
**HERITAGE USE CASES**:
|
|
|
|
| Material Type | Box Format |
|
|
|---------------|------------|
|
|
| Documents | Standard archive box (legal/letter) |
|
|
| Photographs | Photo storage boxes |
|
|
| Oversized | Flat boxes, tubes |
|
|
| Fragile | Custom padded boxes |
|
|
|
|
**PROVENANCE**:
|
|
|
|
Created as part of slot migration (Rule 53) from deprecated
|
|
`box_number` slot to generic `has_or_had_identifier` pattern.
|
|
exact_mappings:
|
|
- hc:BoxNumber
|
|
close_mappings:
|
|
- crm:E42_Identifier
|
|
related_mappings:
|
|
- schema:identifier
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|
|
attributes:
|
|
value:
|
|
range: integer
|
|
required: true
|
|
minimum_value: 1
|
|
description: The box number (position on shelf or inventory number).
|
|
examples:
|
|
- value: 12
|
|
description: Box at position 12 on shelf
|
|
- value: 145
|
|
description: Archive box inventory number 145
|
|
comments:
|
|
- Storage box position identifier
|
|
- Typically integer representing shelf position or inventory number
|
|
- Part of Rule 53 slot migration from box_number
|
|
see_also:
|
|
- https://nde.nl/ontology/hc/StorageUnit
|
|
- https://www.wikidata.org/wiki/Q854619
|