Skip to content

Slot: agent_type

Description: Describes the high-level category of agent who originally generated a statement of knowledge or other type of information.
Required: True

Notes: Note that this property indicates the type of agent who produced a final statement of knowledge, which is often different from the agent oragents who produced information used as evidence to support generation of this knowledge. For example, if a human curator concludes that a particular gene variant causes a medical condition - based on their interpretation of information produced by computational modeling tools, automated data analysis pipelines, and robotic laboratory assay systems - the agent_type for this statement is 'manual agent' - despite all of the evidence being created by automated agents. But if any of these systems is programmed to generate knowledge statements directly and without human assistance, the statement would be attributed to an 'automated_agent'.

Domain: Association
Range: AgentTypeEnum

Inheritance

Applicable Classes

Name Description Modifies Slot
Association A typed association between two entities, supported by evidence no

Example values

Slot Name Value
agent_type manual_agent
agent_type automated_agent
agent_type computational_model
agent_type text_mining_agent

LinkML Source

name: agent type
description: Describes the high-level category of agent who originally generated a  statement
  of knowledge or other type of information.
notes:
- Note that this property indicates the type of agent who produced a  final statement
  of knowledge, which is often different from the  agent oragents who produced information
  used as evidence to  support generation of this knowledge. For example, if a human
  curator concludes that a particular gene variant causes a medical condition - based
  on their interpretation of information produced by computational  modeling tools,
  automated data analysis pipelines, and robotic laboratory assay systems - the agent_type
  for this statement is 'manual agent' -  despite all of the evidence being created
  by automated agents. But if any of these systems is programmed to generate knowledge
  statements  directly and without human assistance, the statement would be attributed  to
  an 'automated_agent'.
examples:
- value: manual_agent
- value: automated_agent
- value: computational_model
- value: text_mining_agent
from_schema: https://w3id.org/biolink/biolink-model
is_a: association slot
domain: association
multivalued: false
ifabsent: string(not_provided)
alias: agent_type
domain_of:
- association
range: AgentTypeEnum
required: true