glam/schemas/20251121/linkml/modules/classes/BankArchive.yaml
kempersc 626bd3a095 refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots
- Apply Rule 43: Singular noun convention (keywords → keyword)
- Update slot references to match renamed slot files
- Maintain schema integrity across all class definitions
2026-01-10 15:36:33 +01:00

92 lines
2.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/BankArchive
name: BankArchive
title: Bank Archive Type
prefixes:
linkml: https://w3id.org/linkml/
imports:
- linkml:types
- ./ArchiveOrganizationType
- ./CollectionType
- ./BankArchiveRecordSetTypes
- ../slots/has_or_had_holds_record_set_type
- ../slots/type_scope
- ../slots/has_or_had_custodian_type
- ../slots/dual_class_link
- ../slots/specificity_annotation
- ../slots/template_specificity
- ./DualClassLink
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
classes:
BankArchive:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
slots:
- has_or_had_holds_record_set_type
description: |
Archive preserving records of banking institutions, documenting
financial history and banking operations.
**Wikidata**: Q52718263
**Scope**:
Bank archives (Bankarchive) preserve:
- Corporate governance records (board minutes, reports)
- Customer records (historical, anonymized)
- Loan and mortgage documentation
- Correspondence and contracts
- Marketing and advertising materials
- Photographs of buildings, staff, events
- Publications (annual reports, newsletters)
- Numismatic collections (banknotes, coins)
**Historical Significance**:
Bank archives document:
- Economic development and financial history
- Business and commercial practices
- Architectural heritage (historic bank buildings)
- Social history (banking access, community development)
**Related Types**:
- CompanyArchives (Q10605195) - Corporate archives broadly
- EconomicArchive (Q27032167) - Economic history focus
**Privacy Considerations**:
Bank archives often have:
- Extended closure periods for personal data
- Anonymization requirements
- Legal retention requirements
- Sensitive commercial information
**Notable Examples**:
- HSBC Group Archives (London)
- Deutsche Bank Historical Archive
- Rothschild Archive (London)
- Archives historiques de la Société Générale
slot_usage: null
BankArchiveRecordSetType:
description: |
A rico:RecordSetType for classifying collections held by BankArchive custodians.
is_a: CollectionType
class_uri: rico:RecordSetType
slots:
- has_or_had_custodian_type
- dual_class_link
- specificity_annotation
- template_specificity
- type_scope
see_also:
- BankArchive
- rico:RecordSetType
slot_usage:
has_or_had_custodian_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
dual_class_link:
range: DualClassLink
inlined: true
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true