glam/schemas/20251121/linkml/modules/classes/DigitalArchive.yaml

124 lines
5.7 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
- ../slots/content_origin
- ../slots/has_or_had_format
- ../slots/has_or_had_identifier
- ../slots/has_or_had_interface
- ../slots/has_or_had_scope
- ../slots/has_or_had_score
- ../slots/has_or_had_type
- ../slots/hold_or_held_record_set_type
- ../slots/preservation_level
- ../slots/specificity_annotation
- ./AccessInterface
- ./ArchiveOrganizationType
- ./CollectionType
- ./DigitalArchiveRecordSetType
- ./DigitalArchiveRecordSetTypes
- ./DigitalPlatformType
- ./Scope
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ./WikiDataIdentifier
classes:
DigitalArchive:
is_a: ArchiveOrganizationType
class_uri: skos:Concept
slots:
- has_or_had_interface
- content_origin
- has_or_had_type
- hold_or_held_record_set_type
- preservation_level
- specificity_annotation
- has_or_had_format
- has_or_had_score
- has_or_had_identifier
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 \u2502\n \u2514\u2500\u2500 operates_platform \u2192 DigitalPlatform (instance)\n \u2502\n \u2514\u2500\u2500 platform_type \u2192 DigitalPlatformType\n \u251C\u2500\u2500 DISCOVERY_PORTAL\n \u251C\u2500\u2500 DIGITAL_REPOSITORY\n \u251C\u2500\u2500 COLLECTION_MANAGEMENT\n \u2514\u2500\u2500 (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\xE9riques (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:
content_origin:
range: string
examples:
- value: born_digital
- value: mixed
preservation_level:
range: string
examples:
- value: level_3
has_or_had_interface:
range: AccessInterface
inlined: true
required: false
examples:
- value:
has_or_had_url:
has_or_had_value: https://archive.example.org/access
has_or_had_format:
range: uriorcurie
multivalued: true
examples:
- value:
- iana:application/pdf
- iana:image/tiff
- iana:image/jp2
- iana:application/xml
has_or_had_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:
has_or_had_identifier: https://nde.nl/ontology/hc/type/archive/Q1224984
has_or_had_type_code: ARCHIVE
has_or_had_label:
- Digital Archive@en
- digitales Archiv@de
- archivo digital@es
- "archives num\xE9riques@fr"
has_or_had_description: Information system for digital resource collection and access
content_origin: mixed
preservation_level: level_3
has_or_had_interface:
has_or_had_url:
has_or_had_value: https://digitalarchive.example.org
has_or_had_format:
- iana:application/pdf
- iana:image/tiff
- iana:image/jp2
- iana:application/warc
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"