glam/schemas/20251121/linkml/modules/classes/Carrier.yaml
kempersc fc405445c6 Refactor and update schema definitions
- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`.
- Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples.
- Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`.
- Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files.
- Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
2026-02-01 19:55:38 +01:00

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: "['*']"