glam/schemas/20251121/linkml/modules/classes/DepositArchive.yaml
kempersc 90842851c2 Add slot definitions for 'updated_at' and 'written_in' with multilingual support and ontology alignment
- Created 'updated_at.yaml' to record the last modified date and time of entities, including multilingual descriptions and structured aliases.
- Created 'written_in.yaml' to specify the language in which content is composed, covering both natural and programming languages, with detailed comments and close ontology mappings.
2026-02-07 11:22:05 +01:00

98 lines
5.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/DepositArchive
name: deposit_archive_class
title: Deposit Archive Type
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
wd: http://www.wikidata.org/entity/
rico: https://www.ica.org/standards/RiC/ontology#
premis: http://www.loc.gov/premis/rdf/v3/
default_prefix: hc
imports:
- ../classes/AgentType
- linkml:types
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_scope
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_service
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/hold_or_held_record_set_type
- ../slots/20260202_matang/new/retention_tracking
classes:
DepositArchive:
is_a: CustodianType
class_uri: schema:ArchiveOrganization
slots:
- has_type
- has_service
- hold_or_held_record_set_type
- retention_tracking
- has_score
- identified_by
description: "Archive for intermediate/semi-current records awaiting final disposition.\n\n**Wikidata**: Q244904 (deposit archive / Zwischenarchiv / archive interm\xE9diaire)\n\n**DEFINITION**:\n\nDeposit Archive (also called \"intermediate archive\" or \"records center\")\nmanages records that are:\n- No longer actively used (not current archive)\n- Not yet transferred to permanent archive\n- Awaiting retention period completion or disposition decision\n\n**ARCHIVAL LIFECYCLE POSITION**:\n\n```\nCurrent Archive (active use)\n \u2193\nDEPOSIT ARCHIVE (semi-current) \u2190 THIS TYPE\n \u2193\nHistorical Archive (permanent preservation)\n or\nDestruction (per retention schedule)\n```\n\n**KEY CHARACTERISTICS**:\n\n1. **Custody Without Ownership**: Deposit archives often hold materials \n deposited by other organizations while ownership remains with depositor\n\n2. **Retention Management**: Tracks retention schedules and triggers \n disposition actions (transfer or destruction)\n\
\n3. **Efficient Storage**: Uses cost-effective storage for semi-current\n records with lower access frequency\n\n4. **Retrieval Services**: Provides retrieval for depositing organizations\n as needed\n\n**SPECIAL LINKAGE: StorageType**\n\nDeposit archives operate specialized storage facilities. This class links\nto StorageType to describe the deposit storage characteristics:\n- operates_storage \u2192 Storage[] \u2192 has_storage_type \u2192 StorageType\n- StorageType code: DEPOSIT_STORAGE\n\n```\nDepositArchive (custodian type)\n \u2502\n \u2514\u2500\u2500 operates_storage \u2192 Storage (facility instance)\n \u2502\n \u2514\u2500\u2500 has_storage_type \u2192 StorageType\n \u2514\u2500\u2500 DEPOSIT_STORAGE\n```\n\n**MULTILINGUAL LABELS**:\n- Zwischenarchiv (de)\n- archivo de dep\xF3sito (es)\n- archive interm\xE9diaire (fr)\n\n**RELATED TYPES**:\n- CurrentArchive (Q3621648) - active records\
\ (earlier phase)\n- HistoricalArchive (Q3621673) - permanent records (later phase)\n- StorageType.DEPOSIT_STORAGE - storage type for deposit facilities\n\n**ONTOLOGICAL ALIGNMENT**:\n- **SKOS**: skos:Concept (type classification)\n- **RiC-O**: rico:RecordSet for deposited materials\n- **PREMIS**: premis:StorageLocation for storage facilities\n- **Wikidata**: Q244904\n"
slot_usage:
identified_by:
retention_tracking:
range: boolean
examples:
- value: true
has_service:
# range: string
multivalued: true
inlined: false # Fixed invalid inline for primitive type
examples:
- value:
has_type: SecureDestructionService
has_label: Secure Destruction
- value:
has_type: PermanentArchiveTransferService
has_label: Transfer to National Archives
- value:
has_type: DepositorReturnService
has_label: Return to Depositor
has_type:
equals_expression: '["hc:ArchiveOrganizationType"]'
exact_mappings:
- wd:Q244904
close_mappings:
- rico:RecordSet
- premis:StorageLocation
- skos:Concept
broad_mappings:
- wd:Q166118
related_mappings:
- wikidata:Q3621648
- wikidata:Q3621673
comments:
- Deposit archives manage semi-current records awaiting disposition
- 'SPECIAL LINKAGE: operates_storage_types links to StorageType'
- Key role in retention management and disposition planning
- Provides cost-effective storage for lower-access materials
- "Part of archival lifecycle: current \u2192 deposit \u2192 permanent"
see_also:
- https://www.wikidata.org/wiki/Q244904
- https://www.iso.org/standard/62542.html
examples:
- value:
identified_by: https://nde.nl/ontology/hc/type/archive/Q244904
has_type_code: ARCHIVE
has_label:
- Deposit Archive@en
- Zwischenarchiv@de
- "archivo de dep\xF3sito@es"
- "archive interm\xE9diaire@fr"
has_description: Archive for semi-current records awaiting disposition
retention_tracking: true
has_service:
- has_type: SecureDestructionService
has_label: secure destruction
- has_type: PermanentArchiveTransferService
has_label: transfer to national archives
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"