- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
110 lines
2.9 KiB
YAML
110 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/CollectingArchives
|
|
name: CollectingArchives
|
|
title: Collecting Archives Type
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ./CollectingArchivesRecordSetTypes
|
|
- ../slots/hold_or_held_record_set_type
|
|
- ./CollectionType
|
|
- ../slots/has_or_had_scope # was: type_scope - migrated per Rule 53 (2026-01-15)
|
|
- ./Scope # for has_or_had_scope range (2026-01-15)
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/dual_class_link
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./DualClassLink
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
- ./CollectingArchivesRecordSetType
|
|
classes:
|
|
CollectingArchives:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- has_or_had_custodian_type
|
|
- hold_or_held_record_set_type
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
description: 'Archive that actively collects materials from multiple external sources
|
|
|
|
rather than preserving records of its own parent organization.
|
|
|
|
|
|
**Wikidata**: Q117246276
|
|
|
|
|
|
**CUSTODIAN-ONLY**: This type does NOT have a corresponding rico:RecordSetType
|
|
|
|
class. "Collecting archive" describes an institutional behavior/policy,
|
|
|
|
not a collection classification.
|
|
|
|
|
|
**Scope**:
|
|
|
|
Collecting archives acquire:
|
|
|
|
- Personal papers and manuscripts
|
|
|
|
- Organizational records from defunct entities
|
|
|
|
- Subject-specific documentation
|
|
|
|
- Materials from multiple provenance sources
|
|
|
|
- Documentary heritage at risk
|
|
|
|
|
|
**Distinction from Institutional Archives**:
|
|
|
|
- **Institutional archive**: Preserves records of parent organization
|
|
|
|
- **Collecting archive**: Actively solicits materials from external sources
|
|
|
|
|
|
Many archives combine both functions.
|
|
|
|
|
|
**Collection Strategies**:
|
|
|
|
- Donation and gift programs
|
|
|
|
- Purchase of manuscripts and papers
|
|
|
|
- Rescue operations for endangered records
|
|
|
|
- Deposit agreements with organizations
|
|
|
|
- Oral history and documentation projects
|
|
|
|
|
|
**Related Types**:
|
|
|
|
- InstitutionalArchive (Q124762372) - Single-organization focus
|
|
|
|
- JointArchives (Q117442301) - Multi-entity shared archives
|
|
|
|
- CommunityArchive (Q25105971) - Community-based collecting
|
|
|
|
|
|
**Notable Examples**:
|
|
|
|
- Hoover Institution Library & Archives
|
|
|
|
- Harry Ransom Center (UT Austin)
|
|
|
|
- Beinecke Rare Book and Manuscript Library
|
|
|
|
- Deutsches Literaturarchiv Marbach
|
|
|
|
'
|
|
slot_usage:
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|