37 lines
1.3 KiB
YAML
37 lines
1.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_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.\n\
|
|
Ontology 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_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: '[''*'']'
|