glam/frontend/public/schemas/20251121/linkml/modules/classes/DepositArchive.yaml
kempersc ec113e8811 Add new classes and slots for archival and educational metadata
- Introduced EADIdentifier, EBook, EcclesiasticalProvince, Edition, Editor, Education, EmailAddress, and Size classes to enhance archival description capabilities.
- Added slots for digital presence types, digital surrogates, digitization status, and dimensions to support comprehensive metadata management.
- Migrated existing slots such as ead_id, edition_number, and dimension to new structured formats.
- Established relationships between works and their editions, sizes, and editors to improve data interconnectivity.
- Enhanced ontology alignment with Schema.org and BIBFRAME standards for better interoperability.
2026-01-26 09:00:29 +01:00

168 lines
8 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:
- linkml:types
- ./ArchiveOrganizationType
- ./StorageType
- ./DepositArchiveRecordSetTypes
- ../slots/hold_or_held_record_set_type
- ./CollectionType
- ../slots/has_or_had_scope # was: type_scope - migrated per Rule 53 (2026-01-15)
- ./Scope # for has_or_had_scope range (2026-01-15)
- ../slots/has_or_had_custodian_type
- ../slots/has_or_had_depositing_organization
- ../slots/has_or_had_service
- ./DispositionService
- ../slots/has_or_had_operates_storage_type
- ../slots/retention_tracking
- ../slots/specificity_annotation
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ../slots/has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
- ./WikiDataIdentifier # for has_or_had_identifier range
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ./DepositArchiveRecordSetType
classes:
DepositArchive:
is_a: ArchiveOrganizationType
class_uri: schema:ArchiveOrganization
slots:
- has_or_had_custodian_type
- has_or_had_depositing_organization
- has_or_had_service
- hold_or_held_record_set_type
- has_or_had_operates_storage_type
- retention_tracking
- specificity_annotation
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
description: "Archive for intermediate/semi-current records awaiting final disposition.\n\n**Wikidata**: Q244904 (deposit\
\ archive / Zwischenarchiv / archive intermédiaire)\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 ↓\nDEPOSIT ARCHIVE (semi-current) ← THIS TYPE\n ↓\n\
Historical 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 → Storage[] → has_storage_type →\
\ StorageType\n- StorageType code: DEPOSIT_STORAGE\n\n```\nDepositArchive (custodian type)\n │\n └── operates_storage\
\ → Storage (facility instance)\n │\n └── has_storage_type → StorageType\n\
\ └── DEPOSIT_STORAGE\n```\n\n**MULTILINGUAL LABELS**:\n- Zwischenarchiv (de)\n- archivo\
\ de depósito (es)\n- archive intermédiaire (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:
has_or_had_identifier: # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
# equals_string removed: Q244904 (incompatible with uriorcurie range)
has_or_had_operates_storage_type:
range: StorageType
multivalued: true
inlined_as_list: true
required: true
examples:
- value:
- has_or_had_short_code: DEPOSIT_STORAGE
has_or_had_label: Deposit Storage
typical_condition: Standard climate control, high-density shelving
has_or_had_access_frequency: REGULAR
retention_tracking:
range: boolean
examples:
- value: true
description: Active retention schedule tracking
has_or_had_depositing_organization:
range: string
multivalued: true
examples:
- value:
- government agencies
- courts
- ministries
has_or_had_service:
range: DispositionService
multivalued: true
inlined: true
description: >-
Services provided for record disposition.
MIGRATED from disposition_service (2026-01-26).
examples:
- value:
has_or_had_type: SecureDestructionService
has_or_had_label: "Secure Destruction"
description: Records destroyed securely
- value:
has_or_had_type: PermanentArchiveTransferService
has_or_had_label: "Transfer to National Archives"
description: Transfer to permanent archive
- value:
has_or_had_type: DepositorReturnService
has_or_had_label: "Return to Depositor"
description: Return to originating agency
has_or_had_custodian_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 → deposit → permanent'
see_also:
- https://www.wikidata.org/wiki/Q244904
- https://www.iso.org/standard/62542.html
examples:
- value:
type_id: https://nde.nl/ontology/hc/type/archive/Q244904
glamorcubesfixphdnt_code: ARCHIVE
has_or_had_identifier: Q244904 # was: wikidata_entity - migrated per Rule 53 (2026-01-16)
type_label:
- Deposit Archive@en
- Zwischenarchiv@de
- archivo de depósito@es
- archive intermédiaire@fr
has_or_had_description: Archive for semi-current records awaiting disposition # was: type_description - migrated per Rule 53/56 (2026-01-16)
has_or_had_operates_storage_type:
- has_or_had_short_code: DEPOSIT_STORAGE
has_or_had_label: Government Records Deposit
typical_condition: 18-20°C, 45-55% RH
security_level: STANDARD
retention_tracking: true
has_or_had_depositing_organization:
- federal agencies
- courts
- ministries
has_or_had_service:
- has_or_had_type: SecureDestructionService
has_or_had_label: "secure destruction"
- has_or_had_type: PermanentArchiveTransferService
has_or_had_label: "transfer to national archives"
description: Federal records center deposit archive