glam/schemas/20251121/linkml/modules/classes/DigitalArchive.yaml
kempersc f7bf1cc5ae Refactor schema slots and classes
- Deleted obsolete slot definitions: statement_summary, statement_text, statement_type, status_name, supersede_articles, supersede_condition, supersede_name, temporal_dynamics, total_amount, typical_contents, use_cases, was_acquired_through, was_fetched_at, was_retrieved_at.
- Updated existing slot definitions for states_or_stated to enhance clarity and structure.
- Introduced new classes: Article, ConditionofAccess, FinancialStatementType, MaximumQuantity, Series, Summary, Type, and their respective slots to improve schema organization and usability.
- Added new slots: changes_or_changed_through, has_or_had_condition_of_access, has_or_had_heritage_type, is_or_was_part_of_series, is_or_was_retrieved_at, maximum_of_maximum to capture additional metadata and relationships.
2026-01-30 00:29:31 +01:00

161 lines
7.2 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/hold_or_held_record_set_type
- ./CollectionType
- ../slots/has_or_had_scope
- ./Scope
- ../slots/has_or_had_interface
- ./AccessInterface
- ../slots/content_origin
- ../slots/has_or_had_type
- ../slots/has_or_had_operates_platform_type
- ../slots/specificity_annotation
- ../slots/has_or_had_format
- ../slots/has_or_had_score
- ../slots/has_or_had_identifier
- ./WikiDataIdentifier
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
- ./DigitalArchiveRecordSetType
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
- has_or_had_operates_platform_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: null
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_or_had_interface:
description: 'Access interface for the digital archive.
MIGRATED from has_access_interface_url per Rule 53.
Uses AccessInterface class.
'
range: AccessInterface
inlined: true
required: false
examples:
- value:
has_or_had_url:
has_or_had_value: https://archive.example.org/access
description: Access interface URL
has_or_had_format:
range: uriorcurie
multivalued: true
description: 'File formats supported/preferred by the digital archive.
MIGRATED from supported_format slot per slot_fixes.yaml (Rule 53/56, 2026-01-16).
'
examples:
- value:
- iana:application/pdf
- iana:image/tiff
- iana:image/jp2
- iana:application/xml
description: Common digital archive formats as IANA media type CURIEs
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
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
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
description: Government digital archive with mixed content
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept