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](http://www.w3.org/ns/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 * **Agent** * [Group](Group.md) * [Person](Person.md) * [SoftwareAgent](SoftwareAgent.md) ## Class Properties | Property | Value | | --- | --- | | Class URI | [prov:Agent](http://www.w3.org/ns/prov#Agent) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [has_identifier](has_identifier.md) | 0..1
[Identifier](Identifier.md) | | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Activity](Activity.md) | [was_associate_with](was_associate_with.md) | range | [Agent](Agent.md) | ## 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
    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
    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
    owner: Agent
    domain_of:
    - Agent
    range: Identifier
class_uri: prov:Agent