glam/schemas/20251121/linkml/modules/classes/CollectingArchives.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

59 lines
2.3 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
- ../slots/has_or_had_scope
- ../slots/has_or_had_score
- ../slots/has_or_had_type
- ../slots/hold_or_held_record_set_type
classes:
CollectingArchives:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
slots:
- has_or_had_type
- hold_or_held_record_set_type
- has_or_had_score
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_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"