glam/schemas/20251121/linkml/modules/classes/BackupStatus.yaml
kempersc 5148089171 Enhance Cantonal Archive Record Set Types and Capacity Classes
- Updated descriptions and titles for CantonalArchiveRecordSetType and CantonalArchiveRecordSetTypes to improve clarity and consistency.
- Added multilingual alt_descriptions and structured_aliases for better accessibility and understanding across languages.
- Refined slot usage and annotations for CantonalGovernmentFonds and CantonalLegislationCollection to align with RiC-O principles.
- Enhanced Capacity class with detailed descriptions, alt_descriptions, and structured_aliases for various capacity types, including Volume, Shelf Length, Floor Area, Item Count, Weight, and Seating capacities.
- Introduced a new rule for describing archive organization types to emphasize their institutional context rather than just record types.
2026-02-15 01:49:35 +01:00

148 lines
5.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/BackupStatus
name: backup_status_class
title: Backup Status Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
dcterms: http://purl.org/dc/terms/
premis: http://www.loc.gov/premis/rdf/v3/
default_prefix: hc
imports:
- linkml:types
- ../slots/begin_of_the_begin
- ../slots/end_of_the_end
- ../slots/has_description
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_note
- ../slots/has_type
classes:
BackupStatus:
class_uri: prov:Entity
description: >-
Current backup and disaster recovery configuration state for a heritage custodian,
capturing backup types, status descriptions, and temporal validity of the
data protection measures in place.
alt_descriptions:
nl:
text: >-
Huidige back-up en disaster recovery configuratiestatus voor een erfgoedinstelling,
die back-uptypes, statusbeschrijvingen en temporele geldigheid van de
genomen gegevensbeschermingsmaatregelen vastlegt.
de:
text: >-
Aktueller Backup- und Disaster-Recovery-Konfigurationsstatus für eine
Heritage-Institution, der Backup-Typen, Statusbeschreibungen und die
zeitliche Gültigkeit der getroffenen Datenschutzmaßnahmen erfasst.
fr:
text: >-
État actuel de la configuration de sauvegarde et de reprise après sinistre
pour une institution patrimoniale, capturant les types de sauvegarde,
les descriptions de statut et la validité temporelle des mesures de
protection des données.
es:
text: >-
Estado actual de configuración de respaldo y recuperación ante desastres
para una institución patrimonial, capturando tipos de respaldo, descripciones
de estado y validez temporal de las medidas de protección de datos.
ar:
text: >-
حالة تكوين النسخ الاحتياطي واستعادة البيانات الحالية لمؤسسة تراثية،
مع تسجيل أنواع النسخ الاحتياطي وأوصاف الحالة والصلاحية الزمنية
لتدابير حماية البيانات المتخذة.
id:
text: >-
Status konfigurasi cadangan dan pemulihan bencana saat ini untuk lembaga
warisan, menangkap jenis cadangan, deskripsi status, dan validitas temporal
dari langkah-langkah perlindungan data yang diambil.
zh:
text: >-
遗产机构当前的备份和灾难恢复配置状态,捕获备份类型、状态描述
以及所采取的数据保护措施的时间有效性。
broad_mappings:
- prov:Entity
close_mappings:
- premis:fixity
slots:
- identified_by
- has_type
- has_label
- has_description
- has_note
- begin_of_the_begin
- end_of_the_end
slot_usage:
identified_by:
identifier: true
required: true
pattern: ^https://nde\.nl/ontology/hc/backup-status/[a-z0-9-]+$
has_type:
multivalued: true
inlined_as_list: false
examples:
- value:
- has_code: DAILY_AUTOMATED
- has_code: CLOUD_AZURE
has_description:
examples:
- value: Daily backup to Azure, replicated to secondary site in Rotterdam.
has_note:
multivalued: true
examples:
- value: Encryption at rest enabled since 2024-01
- value: Annual disaster recovery test passed 2025-06
begin_of_the_begin:
end_of_the_end:
structured_aliases:
- literal_form: back-upstatus
in_language: nl
- literal_form: Backup-Status
in_language: de
- literal_form: état de sauvegarde
in_language: fr
- literal_form: estado de respaldo
in_language: es
- literal_form: حالة النسخ الاحتياطي
in_language: ar
- literal_form: status cadangan
in_language: id
- literal_form: 备份状态
in_language: zh
comments:
- Represents current backup configuration state
- Linked to BackupType for structured type classification
- Supports temporal validity tracking
- 'MIGRATED 2026-01-13: Replaces backup_status string slot'
keywords:
- backup
- disaster recovery
- data protection
- configuration state
- archival safety
see_also:
- http://www.loc.gov/premis/rdf/v3/
examples:
- value:
identified_by: https://nde.nl/ontology/hc/backup-status/example-001
has_type:
- has_code: DAILY_AUTOMATED
- has_code: CLOUD_AZURE
has_description: Daily automated backup to Azure with replication to secondary site. 30-day retention, encrypted at rest.
begin_of_the_begin: '2024-01-15T00:00:00Z'
description: Active backup configuration with cloud replication
- value:
identified_by: https://nde.nl/ontology/hc/backup-status/critical-001
has_type:
- has_code: NOT_BACKED_UP
has_description: Legacy system not yet included in backup. Migration planned for Q2 2026.
has_note:
- 'CRITICAL: Data at risk until migration complete'
description: Critical - no backup in place
annotations:
specificity_score: '0.60'
specificity_rationale: Relevant to all heritage custodians with digital assets.
has_score: null
slot_migration: "2026-01-13: Migrated from backup_status string slot\n- backup_status (string) → has_status (BackupStatus)\n"
custodian_types: "['*']"