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 : is_associated_with Agent --> "0..1" Activity : is_associated_with click Activity href "../Activity"

Slots

Name Cardinality and Range Description Inheritance
is_associated_with 0..1
Activity
The brainkb:isAssociatedWith property establishes relationships between diffe... direct

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:
- is_associated_with
slot_usage:
  is_associated_with:
    name: is_associated_with
    description: 'The brainkb:isAssociatedWith property establishes relationships
      between different entities: it connects prov:Agent to prov:Activity, reflecting
      the involvement or connection between an agent and an activity.'
    domain_of:
    - Assertion
    - Agent
    - Evidence
    range: Activity
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:
  is_associated_with:
    name: is_associated_with
    description: 'The brainkb:isAssociatedWith property establishes relationships
      between different entities: it connects prov:Agent to prov:Activity, reflecting
      the involvement or connection between an agent and an activity.'
    domain_of:
    - Assertion
    - Agent
    - Evidence
    range: Activity
attributes:
  is_associated_with:
    name: is_associated_with
    description: 'The brainkb:isAssociatedWith property establishes relationships
      between different entities: it connects prov:Agent to prov:Activity, reflecting
      the involvement or connection between an agent and an activity.'
    from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
    rank: 1000
    alias: is_associated_with
    owner: Agent
    domain_of:
    - Assertion
    - Agent
    - Evidence
    range: Activity
class_uri: prov:Agent