- Introduced LEGAL-FORM-FILTER rule to standardize CustodianName by removing legal form designations. - Documented rationale, examples, and implementation guidelines for the filtering process. docs: Create README for value standardization rules - Established a comprehensive README outlining various value standardization rules applicable to Heritage Custodian classes. - Categorized rules into Name Standardization, Geographic Standardization, Web Observation, and Schema Evolution. feat: Implement transliteration standards for non-Latin scripts - Added TRANSLIT-ISO rule to ensure GHCID abbreviations are generated from emic names using ISO standards for transliteration. - Included detailed guidelines for various scripts and languages, along with implementation examples. feat: Define XPath provenance rules for web observations - Created XPATH-PROVENANCE rule mandating XPath pointers for claims extracted from web sources. - Established a workflow for archiving websites and verifying claims against archived HTML. chore: Update records lifecycle diagram - Generated a new Mermaid diagram illustrating the records lifecycle for heritage custodians. - Included phases for active records, inactive archives, and processed heritage collections with key relationships and classifications.
194 lines
6.7 KiB
YAML
194 lines
6.7 KiB
YAML
# CurrentArchive Type Class
|
|
#
|
|
# Archive type for current/active records still in regular use
|
|
# Wikidata: Q3621648 (current archive / archivo corriente)
|
|
#
|
|
# Generation date: 2025-12-08
|
|
#
|
|
id: https://nde.nl/ontology/hc/class/CurrentArchive
|
|
name: current_archive_class
|
|
title: Current Archive Type
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wikidata: http://www.wikidata.org/entity/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ./CustodianAdministration
|
|
- ./CustodianArchive
|
|
|
|
classes:
|
|
CurrentArchive:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
description: |
|
|
Archive maintaining records still in active/current use by the creating organization.
|
|
|
|
**Wikidata**: Q3621648 (current archive / archivo corriente / archivio corrente)
|
|
|
|
**DEFINITION**:
|
|
|
|
Current Archive (also called "active archive" or "records center") maintains
|
|
records that are still actively used for operational purposes. In the archival
|
|
lifecycle, this represents the first phase:
|
|
|
|
1. **Current/Active Phase** ← THIS TYPE
|
|
- Records actively used for business operations
|
|
- Frequent retrieval and reference
|
|
- Managed by creating office or central records unit
|
|
|
|
2. **Semi-current/Intermediate Phase** → DepositArchive
|
|
- Records no longer actively used but still referenced
|
|
- Stored in intermediate facility
|
|
- Awaiting disposition decision
|
|
|
|
3. **Non-current/Archival Phase** → Historical Archive
|
|
- Records with permanent value
|
|
- Transferred to archives
|
|
- Preserved for research/evidence
|
|
|
|
**MULTILINGUAL LABELS**:
|
|
- archivo corriente (es)
|
|
- archive courante (fr)
|
|
- archivio corrente (it)
|
|
|
|
**RELATED TYPES**:
|
|
- DepositArchive (Q244904) - intermediate/semi-current records
|
|
- HistoricalArchive (Q3621673) - non-current permanent records
|
|
- RecordsCenter - semi-current storage facility
|
|
|
|
**RELATIONSHIP TO CustodianArchive**:
|
|
|
|
CurrentArchive (this class) is a TYPE classification (skos:Concept) for
|
|
archives managing records in the active/current phase of the lifecycle.
|
|
|
|
CustodianArchive is an INSTANCE class (rico:RecordSet) representing the
|
|
actual operational archives of a heritage custodian awaiting processing.
|
|
|
|
**Semantic Relationship**:
|
|
- CurrentArchive is a HYPERNYM (broader type) for the concept of active records
|
|
- CustodianArchive records MAY be typed as CurrentArchive when in active use
|
|
- When CustodianArchive.processing_status = "UNPROCESSED", records may still
|
|
be in the current/active phase conceptually
|
|
|
|
**SKOS Alignment**:
|
|
- skos:broader: CurrentArchive → DepositArchive (lifecycle progression)
|
|
- skos:narrower: CurrentArchive ← specific current archive types
|
|
|
|
**ONTOLOGICAL ALIGNMENT**:
|
|
- **SKOS**: skos:Concept (type classification)
|
|
- **RiC-O**: rico:RecordSet for active record groups
|
|
- **Wikidata**: Q3621648
|
|
- **ISO 15489**: Records in active use phase
|
|
|
|
slots:
|
|
- wikidata_entity
|
|
- retention_schedule
|
|
- creating_organization
|
|
- transfer_policy
|
|
- has_narrower_instance
|
|
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: "Q3621648"
|
|
description: "Wikidata entity for current archive"
|
|
|
|
retention_schedule:
|
|
description: |
|
|
Reference to retention schedule governing these records.
|
|
URL or identifier for the applicable retention policy.
|
|
range: string
|
|
examples:
|
|
- value: "Ministry of Finance Records Schedule 2023"
|
|
|
|
creating_organization:
|
|
description: |
|
|
Organization that created/creates these records.
|
|
Current archives are typically managed by or for the creating body.
|
|
range: string
|
|
examples:
|
|
- value: "Ministry of Finance"
|
|
|
|
transfer_policy:
|
|
description: |
|
|
Policy for transferring records to intermediate or permanent archives.
|
|
Describes triggers, timelines, and procedures for transfer.
|
|
range: string
|
|
|
|
has_narrower_instance:
|
|
slot_uri: skos:narrowerTransitive
|
|
description: |
|
|
Links this archive TYPE to specific CustodianArchive INSTANCES
|
|
that are classified under this lifecycle phase.
|
|
|
|
**SKOS**: skos:narrowerTransitive for type-instance relationship.
|
|
|
|
**Usage**:
|
|
When a CustodianArchive contains records in the "current/active" phase,
|
|
it can be linked from CurrentArchive via this property.
|
|
|
|
**Example**:
|
|
- CurrentArchive (type) → has_narrower_instance →
|
|
CustodianArchive "Director's Active Files 2020-2024" (instance)
|
|
range: CustodianArchive
|
|
multivalued: true
|
|
required: false
|
|
|
|
exact_mappings:
|
|
- wikidata:Q3621648
|
|
|
|
close_mappings:
|
|
- rico:RecordSet
|
|
|
|
related_mappings:
|
|
- wikidata:Q244904 # DepositArchive (intermediate)
|
|
- wikidata:Q3621673 # HistoricalArchive (permanent)
|
|
|
|
comments:
|
|
- "Current archives manage records in active operational use"
|
|
- "First phase of archival lifecycle (active → semi-current → archival)"
|
|
- "Typically managed by creating office or central records unit"
|
|
- "Subject to retention schedules and disposition planning"
|
|
|
|
see_also:
|
|
- "https://www.wikidata.org/wiki/Q3621648"
|
|
- "https://www.iso.org/standard/62542.html"
|
|
|
|
examples:
|
|
- value:
|
|
type_id: "https://nde.nl/ontology/hc/type/archive/Q3621648"
|
|
primary_type: "ARCHIVE"
|
|
wikidata_entity: "Q3621648"
|
|
type_label:
|
|
- "Current Archive@en"
|
|
- "archivo corriente@es"
|
|
- "archive courante@fr"
|
|
- "archivio corrente@it"
|
|
type_description: "Archive for records in active operational use"
|
|
creating_organization: "Ministry of Finance"
|
|
retention_schedule: "Finance Records Schedule 2023"
|
|
description: "Current archive for ministry records"
|
|
|
|
slots:
|
|
creating_organization:
|
|
description: Organization creating the records
|
|
range: string
|
|
|
|
transfer_policy:
|
|
description: Policy for transferring to permanent archive
|
|
range: string
|
|
|
|
has_narrower_instance:
|
|
slot_uri: skos:narrowerTransitive
|
|
description: |
|
|
Links archive TYPE to specific CustodianArchive INSTANCES.
|
|
SKOS narrowerTransitive for type-to-instance relationship.
|
|
range: CustodianArchive
|
|
multivalued: true
|