Summary: - Create 46 missing slot definition files with proper slot_uri values - Add slot imports to main schema (01_custodian_name_modular.yaml) - Fix YAML examples sections in 116+ class and slot files - Fix PersonObservation.yaml examples section (nested objects → string literals) Technical changes: - All slots now have explicit slot_uri mapping to base ontologies (RiC-O, Schema.org, SKOS) - Eliminates malformed URIs like 'custodian/:slot_name' in generated RDF - gen-owl now produces valid Turtle with 153,166 triples New slot files (46): - RiC-O slots: rico_note, rico_organizational_principle, rico_has_or_had_holder, etc. - Scope slots: scope_includes, scope_excludes, archive_scope - Organization slots: organization_type, governance_authority, area_served - Platform slots: platform_type_category, portal_type_category - Social media slots: social_media_platform_category, post_type_* - Type hierarchy slots: broader_type, narrower_types, custodian_type_broader - Wikidata slots: wikidata_equivalent, wikidata_mapping Generated output: - schemas/20251121/rdf/01_custodian_name_modular_20260107_134534_clean.owl.ttl (6.9MB) - Validated with rdflib: 153,166 triples, no malformed URIs
106 lines
3.5 KiB
YAML
106 lines
3.5 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/holds_record_set_types
|
|
- ./CollectionType
|
|
- ../slots/type_scope
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
CollectingArchives:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- holds_record_set_types
|
|
- specificity_annotation
|
|
- template_specificity
|
|
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:
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: CollectingArchives is an archival institution - maps to ArchiveOrganizationType
|
|
(A)
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
CollectingArchivesRecordSetType:
|
|
description: |
|
|
A rico:RecordSetType for classifying collections held by CollectingArchives custodians.
|
|
is_a: CollectionType
|
|
class_uri: rico:RecordSetType
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- dual_class_link
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- type_scope
|
|
see_also:
|
|
- CollectingArchives
|
|
- rico:RecordSetType
|
|
slot_usage:
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: CollectingArchivesRecordSetType classifies collections held
|
|
by ARCHIVE (A) type custodians
|
|
dual_class_link:
|
|
range: DualClassLink
|
|
inlined: true
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|