glam/schemas/20251121/linkml/modules/classes/Carrier.yaml
kempersc 7cf10084b4 Implement scripts for schema modifications and ontology verification
- Added `fix_dual_class_link.py` to remove dual class link references from specified YAML files.
- Created `fix_specific_ghosts.py` to apply specific replacements in YAML files based on defined mappings.
- Introduced `migrate_staff_count.py` to migrate staff count references to a new structure in specified YAML files.
- Developed `migrate_type_slots.py` to replace type-related slots with new identifiers across YAML files.
- Implemented `scan_ghost_references.py` to identify and report ghost references to archived slots and classes in YAML files.
- Added `verify_ontology_terms.py` to verify the presence of ontology terms in specified ontology files against schema definitions.
2026-01-29 17:10:25 +01:00

85 lines
3.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/Carrier
name: Carrier
title: Carrier Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
bf: http://id.loc.gov/ontologies/bibframe/
rda: http://rdaregistry.info/termList/
crm: http://www.cidoc-crm.org/cidoc-crm/
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_type
- ../slots/has_or_had_description
- ../slots/has_or_had_note
- ./CarrierType
classes:
Carrier:
class_uri: bf:Carrier
description: 'A physical medium on which information can be recorded or stored.
Models the physical carrier (codex, scroll, disc, etc.) as distinct from the content it carries. Supports the FRBR/LRM conceptual model distinction between Work/Expression/Manifestation/Item.
**Type Classification**: Use has_or_had_type with CarrierType subclasses (Rule 0b pattern): - CodexCarrier, ScrollCarrier, SheetCarrier (traditional) - OpticalDiscCarrier, MagneticTapeCarrier (modern media) - DigitalCarrier (born-digital content)
MIGRATED from carrier_type enum (2026-01-23) per Rule 53.'
exact_mappings:
- bf:Carrier
- rda:Carrier
close_mappings:
- crm:E22_Human-Made_Object
slots:
- has_or_had_type
- has_or_had_description
- has_or_had_note
slot_usage:
has_or_had_type:
description: The type of physical carrier from the CarrierType taxonomy. Use CarrierType subclasses per Rule 0b (Type/Types pattern).
range: CarrierType
required: true
examples:
- value:
carrier_type_code: CODEX
carrier_type_label: Codex
description: Bound volume form
- value:
carrier_type_code: VINYL_DISC
carrier_type_label: Vinyl Disc
description: Audio recording medium
has_or_had_description:
description: Description of the physical carrier characteristics. Includes material, condition, dimensions, etc.
range: string
required: false
examples:
- value: Paper codex with leather binding, 324 leaves
has_or_had_note:
description: Additional notes about the carrier.
range: string
required: false
examples:
- value:
has_or_had_type:
carrier_type_code: CODEX
carrier_type_label: Codex
has_or_had_description: Paper codex, 18th-century red morocco binding
description: Bound book carrier
- value:
has_or_had_type:
carrier_type_code: VINYL_DISC
carrier_type_label: Vinyl Disc
has_or_had_description: "12-inch 33\u2153 RPM long-playing record"
description: Audio carrier
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept