- 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.2 KiB
YAML
45 lines
2.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/Fixity
|
|
name: Fixity
|
|
title: Fixity
|
|
description: Information used to verify the authenticity and integrity of a digital resource. MIGRATED from fixity_info slot per Rule 53. Follows PREMIS Fixity.
|
|
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:
|
|
Fixity:
|
|
class_uri: premis:Fixity
|
|
description: >-
|
|
Integrity evidence for a digital object, typically expressed as checksum
|
|
algorithm and value for authenticity control.
|
|
alt_descriptions:
|
|
nl: Integriteitsbewijs voor een digitaal object meestal als checksumalgoritme en -waarde voor authenticiteitscontrole.
|
|
de: Integritaetsnachweis fuer ein digitales Objekt meist als Prüfsummenalgorithmus und Wert zur Authentizitaetskontrolle.
|
|
fr: Preuve d integrite d un objet numerique generalement exprimee comme algorithme et valeur de somme de controle.
|
|
es: Evidencia de integridad para un objeto digital normalmente expresada como algoritmo y valor de suma de verificacion.
|
|
ar: دليل سلامة لكائن رقمي يُعبَّر عنه عادة بخوارزمية وقيمة تحقق لاختبار الأصالة.
|
|
id: Bukti integritas untuk objek digital biasanya berupa algoritma dan nilai checksum untuk kontrol keaslian.
|
|
zh: 用于数字对象完整性校验的证据,通常由校验算法及其值构成。
|
|
structured_aliases:
|
|
- {literal_form: fixiteitsinformatie, in_language: nl}
|
|
- {literal_form: Fixitaetsnachweis, in_language: de}
|
|
- {literal_form: metadonnee de fixite, in_language: fr}
|
|
- {literal_form: metadato de fijacion de integridad, in_language: es}
|
|
- {literal_form: بيانات التحقق من السلامة, in_language: ar}
|
|
- {literal_form: metadata fixity, in_language: id}
|
|
- {literal_form: 完整性校验信息, in_language: zh}
|
|
exact_mappings:
|
|
- premis:Fixity
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|