Skip to content

Class: Agent

An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity.

URI: prov:Agent

classDiagram class Agent click Agent href "../Agent" Agent <|-- Group click Group href "../Group" Agent <|-- Person click Person href "../Person" Agent <|-- SoftwareAgent click SoftwareAgent href "../SoftwareAgent" Agent : has_identifier Agent --> "0..1" Identifier : has_identifier click Identifier href "../Identifier"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_identifier 0..1
Identifier
direct

Usages

used by used in type used
Activity was_associate_with range Agent

Identifier and Mapping Information

Schema Source

  • from schema: https://identifiers.org/brain-bican/assertion-evidence-schema

Mappings

Mapping Type Mapped Value
self prov:Agent
native brainkb:Agent

LinkML Source

Direct

name: Agent
description: An agent is something that bears some form of responsibility for an activity
  taking place, for the existence of an entity, or for another agent's activity.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
slots:
- has_identifier
slot_usage:
  has_identifier:
    name: has_identifier
    slot_uri: edam:has_identifier
    domain_of:
    - Agent
    range: Identifier
class_uri: prov:Agent

Induced

name: Agent
description: An agent is something that bears some form of responsibility for an activity
  taking place, for the existence of an entity, or for another agent's activity.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
slot_usage:
  has_identifier:
    name: has_identifier
    slot_uri: edam:has_identifier
    domain_of:
    - Agent
    range: Identifier
attributes:
  has_identifier:
    name: has_identifier
    from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
    rank: 1000
    slot_uri: edam:has_identifier
    alias: has_identifier
    owner: Agent
    domain_of:
    - Agent
    range: Identifier
class_uri: prov:Agent