- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
104 lines
4.6 KiB
YAML
104 lines
4.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/ArchivalLibrary
|
|
name: ArchivalLibrary
|
|
title: Archival Library Type
|
|
imports:
|
|
- linkml:types
|
|
- ./OrganizationBranch
|
|
- ./CollectionType
|
|
- ../slots/class_metadata_slots
|
|
classes:
|
|
ArchivalLibrary:
|
|
is_a: OrganizationBranch
|
|
class_uri: org:OrganizationalUnit
|
|
description: "Library that is part of or associated with an archive, providing\
|
|
\ reference \nmaterials and published works to support archival research.\n\n\
|
|
**Wikidata**: Q25504402\n\n**IMPORTANT: This is an OrganizationBranch, NOT a\
|
|
\ standalone CustodianType**\n\nArchival libraries are organizational units\
|
|
\ (branches/sections) within a \nlarger Archive custodian. They do NOT exist\
|
|
\ independently - they are always\nembedded within an archive organization.\n\
|
|
\n**Scope**:\nArchival libraries (Archivbibliotheken) hold:\n- Reference works\
|
|
\ for archival research\n- Published guides and finding aids\n- Local history\
|
|
\ publications\n- Genealogical reference materials\n- Legal and administrative\
|
|
\ handbooks\n- Periodicals related to archive holdings\n\n**Organizational Context**:\n\
|
|
Archival libraries are typically:\n- Embedded within larger archive organizations\
|
|
\ (as org:OrganizationalUnit)\n- Supporting the research mission of the parent\
|
|
\ archive\n- Providing context for archival collections\n- Serving both staff\
|
|
\ and external researchers\n\n**Branch Relationship**:\n- Use `is_branch_of`\
|
|
\ to link to the parent Archive custodian\n- Use `branch_type` = BRANCH_LIBRARY\
|
|
\ for classification\n\n**Related Types**:\n- Archive (Q166118) - Parent archive\
|
|
\ organization\n- SpecialCollection (Q4431094) - Specialized library holdings\n\
|
|
- OrganizationBranch - Parent class for organizational units\n\n**Dual-Class\
|
|
\ Pattern**:\nThis class represents the BRANCH type (the library unit within\
|
|
\ an archive).\nFor the collection type, see `ArchivalLibraryRecordSetType`\
|
|
\ (rico:RecordSetType).\n\n**Ontological Alignment**:\n- **W3C ORG**: org:OrganizationalUnit\
|
|
\ (branch of parent archive)\n- **Schema.org**: schema:Library (hybrid archive-library)\n\
|
|
- **RiC-O**: rico:CorporateBody (as agent)\n\n**Multilingual Labels**:\n- de:\
|
|
\ Archivbibliothek\n- es: biblioteca de archivo\n- fr: bibliothèque liée à une\
|
|
\ institution conservant des archives\n"
|
|
slot_usage:
|
|
branch_type:
|
|
description: |
|
|
MUST be 'BRANCH_LIBRARY' for ArchivalLibrary instances.
|
|
Indicates this is a library unit within an archive organization.
|
|
equals_string: BRANCH_LIBRARY
|
|
required: true
|
|
is_branch_of:
|
|
description: |
|
|
Reference to the parent Archive custodian.
|
|
All ArchivalLibrary instances MUST be linked to a parent archive.
|
|
required: true
|
|
custodian_types:
|
|
equals_expression: '["hc:ArchiveOrganizationType", "hc:LibraryType"]'
|
|
custodian_types_rationale:
|
|
equals_string: Archival library is an OrganizationBranch combining archive
|
|
(A) and library (L) functions.
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
exact_mappings:
|
|
- org:OrganizationalUnit
|
|
close_mappings:
|
|
- schema:Library
|
|
- schema:ArchiveOrganization
|
|
- rico:CorporateBody
|
|
comments:
|
|
- 'BRANCH type: Archival library is a section WITHIN an archive, not standalone'
|
|
- Uses org:OrganizationalUnit pattern from W3C ORG ontology
|
|
- 'Part of dual-class pattern: branch type + rico:RecordSetType'
|
|
- Holdings are primarily published works, not archival records
|
|
- ALWAYS linked to parent Archive via is_branch_of
|
|
see_also:
|
|
- SpecialCollection
|
|
- OrganizationBranch
|
|
slots:
|
|
- custodian_types
|
|
- custodian_types_rationale
|
|
- specificity_annotation
|
|
- template_specificity
|
|
ArchivalLibraryRecordSetType:
|
|
description: A rico:RecordSetType for classifying collections of archival library
|
|
materials within heritage institutions.
|
|
is_a: CollectionType
|
|
class_uri: rico:RecordSetType
|
|
slot_usage:
|
|
wikidata_equivalent:
|
|
equals_string: Q25504402
|
|
wikidata_alignment:
|
|
range: WikidataAlignment
|
|
inlined: true
|
|
description: 'Wikidata alignment: Q25504402 ()'
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
see_also:
|
|
- ArchivalLibrary
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_alignment
|