Skip to content

Enum: AgentTypeEnum

The type of agent that supports an edge or node. This is a general categorization of the type of agent that supports a statement, and is not intended to be a comprehensive description of the agent. For example, a statement may be supported by a single publication, but that publication may contain multiple types of evidence, such as a computational prediction and a manual curation. In this case, the agent type would be "publication", and the evidence would be described in more detail in the evidence graph.

Permissible Values

Value Meaning Description
not_provided None agent type is not provided or known
computational_model None a computational model, such as a machine learning model

Slots constrained by this enum

Name
agent_type

LinkML Source

name: AgentTypeEnum
description: The type of agent that supports an edge or node.  This is a general categorization
  of the type of agent that supports a statement, and is not intended to be a comprehensive
  description of the agent.  For example, a statement may be supported by a single
  publication, but that publication may contain multiple types of evidence, such as
  a computational prediction and a manual curation.  In this case, the agent type
  would be "publication", and the evidence would be described in more detail in the
  evidence graph.
from_schema: https://w3id.org/biolink/information_resource_registry.yaml
permissible_values:
  not_provided:
    text: not_provided
    description: agent type is not provided or known
  computational_model:
    text: computational_model
    description: a computational model, such as a machine learning model