- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting. - Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes. - Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting. - Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting. - Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability. - Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability. - Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name. - Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity. - Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity. - Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity. - Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
184 lines
6.2 KiB
YAML
184 lines
6.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/CustodianCollection
|
|
name: custodian_collection_class
|
|
title: CustodianCollection Class
|
|
imports:
|
|
- linkml:types
|
|
- ../classes/ArrangementType
|
|
- ../classes/ArrangementTypes
|
|
- ../slots/custody_history
|
|
- ../slots/has_or_had_arrangement
|
|
- ../slots/has_or_had_content
|
|
- ../slots/has_or_had_description
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_provenance
|
|
- ../slots/has_or_had_scope
|
|
- ../slots/has_or_had_score
|
|
- ../slots/has_or_had_type
|
|
- ../slots/is_or_was_derived_from
|
|
- ../slots/is_or_was_generated_by
|
|
- ../slots/is_or_was_instantiated_by
|
|
- ../slots/managing_unit
|
|
- ../slots/preservation_level
|
|
- ../slots/refers_to_custodian
|
|
- ../slots/specificity_annotation
|
|
- ../slots/temporal_extent
|
|
- ./CollectionContent
|
|
- ./CollectionContentType
|
|
- ./CollectionContentTypes
|
|
- ./CollectionManagementSystem
|
|
- ./CollectionScope
|
|
- ./Content
|
|
- ./Custodian
|
|
- ./CustodianObservation
|
|
- ./Description
|
|
- ./DigitalInstantiation
|
|
- ./Label
|
|
- ./OrganizationalStructure
|
|
- ./Provenance
|
|
- ./ReconstructedEntity
|
|
- ./ReconstructionActivity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
- ./TimeSpan
|
|
- ./ArrangementType
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
dcterms: http://purl.org/dc/terms/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
prov: http://www.w3.org/ns/prov#
|
|
time: http://www.w3.org/2006/time#
|
|
org: http://www.w3.org/ns/org#
|
|
premis: http://www.loc.gov/premis/rdf/v3/
|
|
bf: http://id.loc.gov/ontologies/bibframe/
|
|
classes:
|
|
CustodianCollection:
|
|
is_a: ReconstructedEntity
|
|
class_uri: crm:E78_Curated_Holding
|
|
description: 'Represents a heritage collection as a multi-aspect entity with independent temporal lifecycle.
|
|
Collections are curatedHoldings (CIDOC-CRM E78) with provenance tracking, custody history,
|
|
and organizational management relationships.
|
|
Phase 4 (2025-11-22): Added managing_unit bidirectional relationship with OrganizationalStructure.
|
|
Phase 8 (2025-11-22): Added validation constraints via slot_usage.
|
|
Phase 9 (2025-11-26): Added PREMIS mappings for digital preservation (digital_surrogates,
|
|
digitization_status, preservation_level).
|
|
'
|
|
close_mappings:
|
|
- premis:IntellectualEntity
|
|
- rico:RecordSet
|
|
- bf:Collection
|
|
related_mappings:
|
|
- premis:relationship
|
|
- dcterms:hasPart
|
|
slots:
|
|
- has_or_had_description
|
|
- has_or_had_label
|
|
- has_or_had_scope
|
|
- has_or_had_type
|
|
- custody_history
|
|
- is_or_was_instantiated_by
|
|
- managing_unit
|
|
- preservation_level
|
|
- has_or_had_provenance
|
|
- refers_to_custodian
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
- has_or_had_content
|
|
- temporal_extent
|
|
- is_or_was_derived_from
|
|
- is_or_was_generated_by
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: Label
|
|
inlined: true
|
|
required: true
|
|
pattern: ^.{1,500}$
|
|
managing_unit:
|
|
range: OrganizationalStructure
|
|
required: false
|
|
temporal_extent:
|
|
range: TimeSpan
|
|
inlined: true
|
|
required: false
|
|
refers_to_custodian:
|
|
range: Custodian
|
|
required: true
|
|
has_or_had_description:
|
|
range: string
|
|
inlined: true
|
|
required: false
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
examples:
|
|
- value:
|
|
description_text: The Nationaal Archief holdings comprise over 137 km of archival records documenting Dutch government and society from the medieval period to the present.
|
|
description_type: collection_description
|
|
has_or_had_scope:
|
|
range: CollectionScope
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
scope_description: 17th-century Dutch painting
|
|
- value:
|
|
scope_description: Municipal government records, 1578-present
|
|
has_or_had_content:
|
|
range: string
|
|
multivalued: true
|
|
inlined: true
|
|
inlined_as_list: true
|
|
required: false
|
|
description: "Content held by this collection with typed categorization.\nMIGRATED from:\n- temporal_coverage per slot_fixes.yaml (Rule 53/56, 2026-01-16)\n- collection_type per slot_fixes.yaml (Rule 53, 2026-01-22)\n\nCollectionContent unifies content description with type classification:\n- content_description: Free-text description of the content\n- content_date_range: Temporal coverage (e.g., \"1602-1799\")\n- content_extent: Size/extent of content\n- has_or_had_type \u2192 CollectionContentType: Type classification (Archival, Library, Art, etc.)\n"
|
|
examples:
|
|
- value:
|
|
has_or_had_type:
|
|
- type_label: Archival
|
|
- value:
|
|
has_or_had_type:
|
|
- type_label: Art
|
|
- type_label: Liturgical
|
|
is_or_was_instantiated_by:
|
|
range: DigitalInstantiation
|
|
multivalued: true
|
|
inlined: true
|
|
preservation_level:
|
|
range: string
|
|
required: false
|
|
examples:
|
|
- value: FULL
|
|
- value: BIT_LEVEL
|
|
has_or_had_arrangement:
|
|
range: ArrangementType
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_or_had_type: ProvenanceBasedArrangement
|
|
has_or_had_description: Arranged by creator/provenance (respect des fonds)
|
|
- value:
|
|
has_or_had_type: NumericalArrangement
|
|
has_or_had_description: Arranged by accession number
|
|
has_or_had_provenance:
|
|
required: false
|
|
range: Provenance
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_description:
|
|
- description_text: Transferred from private donor 2015; previously held by estate since 1923.
|
|
description_type: provenance_note
|
|
is_or_was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
is_or_was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: true
|
|
has_or_had_type:
|
|
equals_expression: '["*"]'
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|