- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
45 lines
2.4 KiB
YAML
45 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/FixityVerification
|
|
name: FixityVerification
|
|
title: Fixity Verification
|
|
description: An event or process verifying the fixity of a digital resource. MIGRATED from fixity_check_date slot per Rule 53. Follows PREMIS Event.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
premis: http://www.loc.gov/premis/rdf/v3/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
default_prefix: hc
|
|
classes:
|
|
FixityVerification:
|
|
class_uri: premis:Event
|
|
description: >-
|
|
Verification event that checks whether recorded fixity information still
|
|
matches the current digital object state.
|
|
alt_descriptions:
|
|
nl: Verificatiegebeurtenis die controleert of vastgelegde fixiteitsinformatie nog overeenkomt met de huidige staat van het digitale object.
|
|
de: Verifizierungsereignis das prueft ob gespeicherte Fixitaetsinformationen weiterhin dem aktuellen Zustand des digitalen Objekts entsprechen.
|
|
fr: Evenement de verification qui controle si les informations de fixite enregistrees correspondent encore a l etat actuel de l objet numerique.
|
|
es: Evento de verificacion que comprueba si la informacion de integridad registrada coincide con el estado actual del objeto digital.
|
|
ar: حدث تحقق يفحص ما إذا كانت معلومات سلامة البيانات المسجلة ما تزال مطابقة للحالة الحالية للكائن الرقمي.
|
|
id: Peristiwa verifikasi yang memeriksa apakah informasi fixity tercatat masih sesuai dengan keadaan objek digital saat ini.
|
|
zh: 用于检查已记录完整性信息是否仍与当前数字对象状态一致的校验事件。
|
|
structured_aliases:
|
|
- {literal_form: fixiteitscontrole, in_language: nl}
|
|
- {literal_form: Fixitaetspruefung, in_language: de}
|
|
- {literal_form: verification de fixite, in_language: fr}
|
|
- {literal_form: verificacion de integridad, in_language: es}
|
|
- {literal_form: تحقق السلامة, in_language: ar}
|
|
- {literal_form: verifikasi fixity, in_language: id}
|
|
- {literal_form: 完整性校验事件, in_language: zh}
|
|
exact_mappings:
|
|
- premis:Event
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|