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
93 lines
3 KiB
YAML
93 lines
3 KiB
YAML
id: https://nde.nl/ontology/hc/class/CommunityArchive
|
|
name: CommunityArchive
|
|
title: Community Archive Type
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ./CollectionType
|
|
- ./CommunityArchiveRecordSetTypes
|
|
- ../slots/holds_record_set_types
|
|
- ../slots/type_scope
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
CommunityArchive:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- holds_record_set_types
|
|
description: |
|
|
Archive created and maintained by individuals and community groups
|
|
to document their own cultural heritage and lived experiences.
|
|
|
|
**Wikidata**: Q25105971
|
|
|
|
**Scope**:
|
|
Community archives (Gemeinschaftsarchive) preserve:
|
|
- Personal stories and oral histories
|
|
- Photographs and home movies
|
|
- Organizational records of community groups
|
|
- Cultural artifacts and ephemera
|
|
- Documentation of marginalized communities
|
|
- Local neighborhood history
|
|
|
|
**Characteristics**:
|
|
Community archives are distinguished by:
|
|
- Community ownership and control of materials
|
|
- Grassroots organization and governance
|
|
- Documentation of underrepresented groups
|
|
- Participatory collection development
|
|
- Often volunteer-driven
|
|
- May exist outside formal archival institutions
|
|
|
|
**Types of Community Archives**:
|
|
- Ethnic and immigrant community archives
|
|
- LGBTQ+ community archives
|
|
- Labor and working-class archives
|
|
- Disability community archives
|
|
- Religious community archives
|
|
- Neighborhood and local history collections
|
|
|
|
**Related Types**:
|
|
- LocalHistoryArchive (Q12324798) - Local history focus
|
|
- FreeArchive (Q635801) - Social movement documentation
|
|
- LGBTArchive (Q61710689) - LGBTQ+ specific
|
|
- WomensArchives (Q130217628) - Women's history
|
|
|
|
**Notable Examples**:
|
|
- Schomburg Center for Research in Black Culture
|
|
- ONE National Gay & Lesbian Archives
|
|
- South Asian American Digital Archive (SAADA)
|
|
- Lesbian Herstory Archives
|
|
slot_usage: null
|
|
CommunityArchiveRecordSetType:
|
|
description: |
|
|
A rico:RecordSetType for classifying collections held by CommunityArchive 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:
|
|
- CommunityArchive
|
|
- rico:RecordSetType
|
|
slot_usage:
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
custodian_types_rationale:
|
|
equals_string: CommunityArchiveRecordSetType 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
|