glam/schemas/20251121/linkml/modules/classes/BayNumber.yaml

42 lines
2.6 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 identified_by slot with range narrowed to BayNumber.
Updated 2026-01-16: Migrated from inline attributes to proper slots.
'
imports:
- linkml:types
- ../slots/has_score
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.\n\n**DEFINITION**:\n\nBayNumber represents a discrete location identifier within a storage system.\nIn heritage storage facilities, storage is typically organized hierarchically:\n\n```\nStorage Facility\n \u2514\u2500\u2500 Zone (environmental control)\n \u2514\u2500\u2500 Row/Aisle (physical corridor)\n \u2514\u2500\u2500 Bay/Section (THIS CLASS - vertical unit in row)\n \u2514\u2500\u2500 Shelf (horizontal level within bay)\n \u2514\u2500\u2500 Storage Unit (box, drawer, etc.)\n```\n\n**TYPICAL VALUES**:\n\n| Format | Example | Description |\n|--------|---------|-------------|\n| Numeric | \"3\", \"12\" | Sequential bay numbers |\n| Alphabetic | \"A\", \"C\", \"AA\" | Lettered bays |\n| Mixed | \"3A\", \"B2\" | Combined formats |\n| Descriptive | \"North-3\" | Location-based |\n\n**HERITAGE USE CASES**:\n\n| Institution Type | Bay Naming Convention\
\ |\n|------------------|----------------------|\n| Archives | Sequential numeric (1, 2, 3...) |\n| Museums | Alphanumeric by collection area |\n| Libraries | By call number range |\n| Natural history | By specimen type |\n\n**PROVENANCE**:\n\nCreated as part of slot migration (Rule 53) from deprecated\n`bay_number` slot to generic `identified_by` pattern.\n"
exact_mappings:
- hc:BayNumber
close_mappings:
- crm:E42_Identifier
related_mappings:
- schema:identifier
slots:
- has_score
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
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"