55 lines
1.7 KiB
YAML
55 lines
1.7 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#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
LLMVerification:
|
|
description: LLM-based verification results for enrichment data
|
|
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)
|