- 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.
52 lines
2.4 KiB
YAML
52 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/LLMVerification
|
|
name: LLMVerification
|
|
title: LLMVerification
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
dqv: http://www.w3.org/ns/dqv#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
# default_range: string
|
|
classes:
|
|
LlmVerification:
|
|
description: >-
|
|
Quality verification result for enriched data, capturing match status,
|
|
confidence, and explanatory assessment traces.
|
|
class_uri: dqv:QualityMeasurement
|
|
alt_descriptions:
|
|
nl: Kwaliteitsverificatieresultaat voor verrijkte data met matchstatus betrouwbaarheid en verklarende beoordelingssporen.
|
|
de: Qualitaetsverifikationsergebnis fuer angereicherte Daten mit Trefferstatus Konfidenz und erklaerenden Bewertungsmerkmalen.
|
|
fr: Resultat de verification de qualite pour donnees enrichies avec statut de correspondance confiance et traces explicatives.
|
|
es: Resultado de verificacion de calidad para datos enriquecidos con estado de coincidencia confianza y trazas explicativas.
|
|
ar: نتيجة تحقق جودة للبيانات المُثرية تتضمن حالة المطابقة ومستوى الثقة وآثارًا تفسيرية للتقييم.
|
|
id: Hasil verifikasi kualitas untuk data pengayaan yang memuat status kecocokan tingkat kepercayaan dan jejak penjelasan.
|
|
zh: 面向富化数据的质量核验结果,包含匹配状态、置信度与解释性评估痕迹。
|
|
structured_aliases:
|
|
- {literal_form: verificatie-resultaat LLM, in_language: nl}
|
|
- {literal_form: LLM-Verifikationsergebnis, in_language: de}
|
|
- {literal_form: resultat de verification LLM, in_language: fr}
|
|
- {literal_form: resultado de verificacion LLM, in_language: es}
|
|
- {literal_form: نتيجة تحقق LLM, in_language: ar}
|
|
- {literal_form: hasil verifikasi LLM, in_language: id}
|
|
- {literal_form: LLM核验结果, in_language: zh}
|
|
exact_mappings:
|
|
- dqv:QualityMeasurement
|
|
close_mappings:
|
|
- prov:Activity
|
|
related_mappings:
|
|
- prov:SoftwareAgent
|
|
slots:
|
|
- has_type
|
|
- generated_by
|
|
slot_usage:
|
|
has_type:
|
|
# range: string
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|