glam/schemas/20251121/linkml/modules/classes/ArchiveAssociation.yaml
kempersc 0393b321c9 refactor(schema): unify custodian_type slots into has_or_had_custodian_type (Rule 39, 43)
- Migrate 236+ class files from custodian_types to has_or_had_custodian_type
- Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related
- Update main schema and manifest imports
- Fix Custodian.yaml class to use new slot
- Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml

Rules applied:
- Rule 39: RiC-O naming convention (hasOrHad pattern)
- Rule 43: Slot nouns must be singular (multivalued:true for cardinality)
- Rule 38: Slot centralization with semantic URI
2026-01-09 10:55:21 +01:00

85 lines
4.2 KiB
YAML

id: https://nde.nl/ontology/hc/class/ArchiveAssociation
name: ArchiveAssociation
title: Archive Association Type (Heritage Society)
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
- ./HeritageSocietyType
- ../slots/has_or_had_custodian_type
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
ArchiveAssociation:
is_a: HeritageSocietyType
class_uri: skos:Concept
description: "Booster, history, and heritage societies that support archival institutions\n\
through advocacy, fundraising, volunteer programs, and public engagement.\n\n\
**Wikidata**: Q130427366\n\n**IMPORTANT: This is a HeritageSocietyType, NOT\
\ an ArchiveOrganizationType**\n\nArchive associations are HERITAGE SOCIETIES\
\ (membership organizations) that \nsupport archives, not archives themselves.\
\ The key distinction:\n- **ArchiveOrganizationType**: Actual archive institutions\
\ holding records\n- **HeritageSocietyType (this class)**: Volunteer/membership\
\ organizations supporting archives\n\n**Scope**:\nArchive associations (Archivvereine)\
\ provide:\n- Advocacy for archival institutions\n- Fundraising and donor cultivation\n\
- Volunteer recruitment and coordination\n- Public programming and outreach\n\
- Membership programs\n- Publication of newsletters and journals\n- Support\
\ for acquisitions and preservation\n\n**Organizational Role**:\nThese are typically:\n\
- \"Friends of the Archives\" organizations\n- Historical societies supporting\
\ local archives\n- Professional associations for archivists\n- Advocacy groups\
\ for archival funding\n\n**Heritage Society Focus**:\nUse `society_focus` slot\
\ to describe the archive(s) supported.\nUse `community_engagement` to document\
\ advocacy and outreach activities.\n\n**Related Types**:\n- HeritageSocietyType\
\ - Parent class for heritage support organizations\n- Archive (Q166118) - The\
\ institutions they support (NOT the same thing)\n\n**Primary Type**: \nMaps\
\ to 'S' (COLLECTING_SOCIETY) in GLAMORCUBESFIXPHDNT taxonomy,\nNOT 'A' (ARCHIVE)\
\ - these are support organizations, not archives themselves.\n\n**Ontological\
\ Alignment**:\n- **SKOS**: skos:Concept with skos:broader HeritageSocietyType\n\
- **Schema.org**: schema:Organization, schema:NGO\n- **RiC-O**: rico:CorporateBody\
\ (as agent)\n\n**Multilingual Labels**:\n- de: Archivverein\n- fr: Association\
\ des amis des archives\n"
slot_usage:
society_focus:
description: |
Description of the archive(s) and archival causes this association supports.
Example: "Friends of the State Archives, advocating for adequate funding
and public access to state government records."
required: true
wikidata_entity:
description: |
Should be Q130427366 for this type.
Related to Q166118 (archive) but represents support organization.
pattern: ^Q[0-9]+$
equals_string: Q130427366
community_engagement:
description: |
Advocacy, public programming, and engagement activities.
Key focus for archive associations as support organizations.
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType", "hc:HeritageSocietyType"]'
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
exact_mappings:
- skos:Concept
close_mappings:
- schema:Organization
- schema:NGO
- rico:CorporateBody
comments:
- 'HERITAGE SOCIETY type: Support organization, NOT an archive itself'
- Primary type is S (COLLECTING_SOCIETY), NOT A (ARCHIVE)
- Links to HeritageSocietyType for organizational classification
- Membership-based volunteer organizations supporting archives
- No corresponding RecordSetType - these don't hold archival records
see_also:
- HeritageSocietyType
slots:
- has_or_had_custodian_type
- specificity_annotation
- template_specificity