69 lines
2.3 KiB
YAML
69 lines
2.3 KiB
YAML
# LLMVerification - LLM-based verification results for enrichment data
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
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
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
LlmVerification:
|
|
description: >-
|
|
LLM-based verification results for enrichment data including match status,
|
|
confidence scores, entity type classification, and reasoning explanation.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is dqv:QualityMeasurement because this represents a quality
|
|
assessment/verification measurement of enrichment data
|
|
- close_mappings includes prov:Activity for the verification activity
|
|
- related_mappings includes prov:SoftwareAgent for the LLM agent
|
|
class_uri: dqv:QualityMeasurement
|
|
close_mappings:
|
|
- prov:Activity
|
|
related_mappings:
|
|
- prov:SoftwareAgent
|
|
attributes:
|
|
is_match:
|
|
range: boolean
|
|
description: Whether the enrichment data matches the institution
|
|
confidence:
|
|
range: float
|
|
description: Confidence score (0.0-1.0)
|
|
entity_type:
|
|
range: string
|
|
description: CH-Annotator entity type (e.g., GRP.HER.MUS)
|
|
reasoning:
|
|
range: string
|
|
description: LLM reasoning for the verification decision
|
|
model:
|
|
range: string
|
|
description: LLM model used for verification
|
|
verification_timestamp:
|
|
range: datetime
|
|
description: When verification was performed
|
|
agent:
|
|
range: string
|
|
description: LLM agent identifier (e.g., glm-4.6)
|
|
verified:
|
|
range: boolean
|
|
description: Whether verification was successful
|
|
ch_annotator_version:
|
|
range: string
|
|
description: CH-Annotator convention version used
|
|
relationship_type:
|
|
range: string
|
|
description: Type of relationship (e.g., parent_organization, direct_match)
|