38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/RetrievalAgent
|
|
name: RetrievalAgent
|
|
title: Retrieval Agent Class
|
|
description: 'Agent responsible for retrieving or extracting data.
|
|
|
|
**RULE 53 COMPLIANT**: Created for extraction_agent migration.'
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
default_prefix: hc
|
|
classes:
|
|
RetrievalAgent:
|
|
class_uri: prov:SoftwareAgent
|
|
description: Software or agent that performed data retrieval/extraction.
|
|
slots:
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
description: Name of the agent (e.g. "claude-opus-4.5").
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|