61 lines
2.3 KiB
YAML
61 lines
2.3 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_or_had_type
|
|
default_range: string
|
|
classes:
|
|
LlmVerification:
|
|
description: "LLM-based verification results for enrichment data including match status, confidence scores, entity type classification, and reasoning explanation.\nOntology mapping rationale: - class_uri is dqv:QualityMeasurement because this represents a quality\n assessment/verification measurement of enrichment data\n- 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
|
|
slots:
|
|
- has_or_had_type
|
|
attributes:
|
|
is_match:
|
|
range: boolean
|
|
description: Whether the enrichment data matches the institution
|
|
confidence:
|
|
range: float
|
|
description: Confidence score (0.0-1.0)
|
|
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)
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: string
|
|
description: CH-Annotator entity type (e.g., GRP.HER.MUS). Replaces entity_type.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|