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

76 lines
2.6 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_description
- ../slots/has_or_had_note
- ../slots/has_or_had_type
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:
range: CarrierType
required: true
examples:
- value:
carrier_type_code: CODEX
carrier_type_label: Codex
- value:
carrier_type_code: VINYL_DISC
carrier_type_label: Vinyl Disc
has_or_had_description:
# range: string
required: false
examples:
- value: Paper codex with leather binding, 324 leaves
has_or_had_note:
# 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
- 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"
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"