33 lines
935 B
YAML
33 lines
935 B
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_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
RetrievalAgent:
|
|
class_uri: prov:SoftwareAgent
|
|
description: Software or agent that performed data retrieval/extraction.
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
# range: string
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|