- Introduced new YAML files for slots including typical_scope, typical_technical_feature, unit_affiliation, used, used_by, user_community, verified, web_observation, whatsapp_business_likelihood, wikidata_alignment, wikidata, wikidata_entity, wikidata_equivalent, wikidata_id, wikidata_mapping, stores_or_stored, and time_of_destruction. - Each slot includes detailed descriptions, mappings, and examples to enhance the ontology's semantic structure. - Migrated and centralized the 'stores_object' slot into 'stores_or_stored' to comply with RiC-O naming conventions. - Added comprehensive documentation for temporal-aware slots to support better data integration and querying capabilities.
149 lines
6.6 KiB
YAML
149 lines
6.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/DigitalArchive
|
|
name: digital_archive_class
|
|
title: Digital Archive Type
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
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
|
|
- ./DigitalPlatformType
|
|
- ../slots/preservation_level
|
|
- ./DigitalArchiveRecordSetTypes
|
|
- ../slots/has_or_had_holds_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_access_interface_url
|
|
- ../slots/content_origin
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/has_or_had_operates_platform_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/supported_format
|
|
- ../slots/template_specificity
|
|
- ../slots/has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
- ./WikiDataIdentifier # for has_or_had_identifier range
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ./DigitalArchiveRecordSetType
|
|
classes:
|
|
DigitalArchive:
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: skos:Concept
|
|
slots:
|
|
- has_access_interface_url
|
|
- content_origin
|
|
- has_or_had_custodian_type
|
|
- has_or_had_holds_record_set_type
|
|
- has_or_had_operates_platform_type
|
|
- preservation_level
|
|
- specificity_annotation
|
|
- supported_format
|
|
- template_specificity
|
|
- has_or_had_identifier # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
description: "Information system collecting and providing access to digital resources.\n\n**Wikidata**: Q1224984 (digital\
|
|
\ archive / digitales Archiv / archivo digital)\n\n**DEFINITION**:\n\nDigital Archive is an information system designed\
|
|
\ to:\n- Collect digital resources (born-digital or digitized)\n- Preserve them for long-term access\n- Make them available\
|
|
\ to defined user groups\n\n**TWO INTERPRETATIONS**:\n\n1. **Born-Digital Archive**: Preserves materials created digitally\n\
|
|
\ - Email archives\n - Digital government records\n - Electronic manuscripts\n - Social media archives\n\n2.\
|
|
\ **Digitized Archive**: Provides digital access to analog materials\n - Digitized photographs\n - Scanned documents\n\
|
|
\ - Digital surrogates of physical collections\n\nThis class covers BOTH interpretations.\n\n**SPECIAL LINKAGE: DigitalPlatformType**\n\
|
|
\nDigital archives require digital infrastructure. This class links to\nDigitalPlatformType to describe the platform/system\
|
|
\ characteristics:\n\n```\nDigitalArchive (custodian type)\n │\n └── operates_platform → DigitalPlatform (instance)\n\
|
|
\ │\n └── platform_type → DigitalPlatformType\n \
|
|
\ ├── DISCOVERY_PORTAL\n ├── DIGITAL_REPOSITORY\n \
|
|
\ ├── COLLECTION_MANAGEMENT\n └── (other types)\n```\n\n**PRESERVATION\
|
|
\ STANDARDS**:\n\nDigital archives typically implement:\n- OAIS (ISO 14721) - Reference model\n- PREMIS - Preservation\
|
|
\ metadata\n- BagIt - File packaging\n- METS - Metadata encoding\n- Trusted Digital Repository (TDR) certification\n\
|
|
\n**MULTILINGUAL LABELS**:\n- digitales Archiv (de)\n- archivo digital (es)\n- archives numériques (fr)\n\n**RELATED\
|
|
\ TYPES**:\n- WebArchive (Q30047053) - specifically for web content\n- InstitutionalRepository (Q1065413) - academic\
|
|
\ digital publications\n- DigitalPlatformType - platform classification for infrastructure\n"
|
|
slot_usage:
|
|
has_or_had_identifier: # was: wikidata_entity - migrated per Rule 53 (2026-01-15)
|
|
equals_string: Q1224984
|
|
has_or_had_operates_platform_type:
|
|
range: DigitalPlatformType
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
required: true
|
|
examples:
|
|
- value:
|
|
- platform_type_code: DIGITAL_REPOSITORY
|
|
platform_type_label: Digital Preservation Repository
|
|
- platform_type_code: DISCOVERY_PORTAL
|
|
platform_type_label: Public Access Portal
|
|
content_origin:
|
|
range: string
|
|
examples:
|
|
- value: born_digital
|
|
description: Only born-digital content
|
|
- value: mixed
|
|
description: Both born-digital and digitized materials
|
|
preservation_level:
|
|
range: string
|
|
examples:
|
|
- value: level_3
|
|
description: NDSA Level 3 - Monitor
|
|
has_access_interface_url:
|
|
range: uri
|
|
examples:
|
|
- value: https://archive.example.org/access
|
|
supported_format:
|
|
range: string
|
|
multivalued: true
|
|
examples:
|
|
- value:
|
|
- PDF/A
|
|
- TIFF
|
|
- JPEG2000
|
|
- XML
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:ArchiveOrganizationType", "hc:DigitalPlatformType"]'
|
|
exact_mappings:
|
|
- wikidata:Q1224984
|
|
close_mappings:
|
|
- rico:RecordSet
|
|
- premis:IntellectualEntity
|
|
related_mappings:
|
|
- wikidata:Q30047053
|
|
- wikidata:Q1065413
|
|
comments:
|
|
- Digital archives collect and preserve digital resources
|
|
- 'SPECIAL LINKAGE: operates_platform_types links to DigitalPlatformType'
|
|
- Covers both born-digital and digitized materials
|
|
- OAIS-based preservation model common
|
|
- May be part of larger physical archive or standalone
|
|
see_also:
|
|
- https://www.wikidata.org/wiki/Q1224984
|
|
- https://www.iso.org/standard/57284.html
|
|
- https://ndsa.org/publications/levels-of-digital-preservation/
|
|
examples:
|
|
- value:
|
|
type_id: https://nde.nl/ontology/hc/type/archive/Q1224984
|
|
glamorcubesfixphdnt_code: ARCHIVE
|
|
wikidata_entity: Q1224984
|
|
type_label:
|
|
- Digital Archive@en
|
|
- digitales Archiv@de
|
|
- archivo digital@es
|
|
- archives numériques@fr
|
|
type_description: Information system for digital resource collection and access
|
|
has_or_had_operates_platform_type:
|
|
- platform_type_code: DIGITAL_REPOSITORY
|
|
platform_type_label: Archivematica Preservation System
|
|
- platform_type_code: DISCOVERY_PORTAL
|
|
platform_type_label: Public Discovery Interface
|
|
content_origin: mixed
|
|
preservation_level: level_3
|
|
access_interface_url: https://digitalarchive.example.org
|
|
supported_format:
|
|
- PDF/A
|
|
- TIFF
|
|
- JPEG2000
|
|
- WARC
|
|
description: Government digital archive with mixed content
|