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 ref.

URI: prov:Agent

classDiagram class Agent click Agent href "../Agent" NamedThing <|-- Agent click NamedThing href "../NamedThing" Agent : description Agent : identifier Agent : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 1
String
NamedThing
name 0..1
String
NamedThing
description 0..1
String
The description of the dataset NamedThing

Usages

used by used in type used
Activity attributed_to range Agent

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarchinitiative/promet

Mappings

Mapping Type Mapped Value
self prov:Agent
native monarch_data: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 [ref](https://www.w3.org/TR/prov-o/#Agent).
from_schema: https://w3id.org/monarchinitiative/promet
is_a: NamedThing
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 [ref](https://www.w3.org/TR/prov-o/#Agent).
from_schema: https://w3id.org/monarchinitiative/promet
is_a: NamedThing
attributes:
  identifier:
    name: identifier
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: identifier
    owner: Agent
    domain_of:
    - NamedThing
    - Dataset
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: Agent
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: The description of the dataset.
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: Agent
    domain_of:
    - NamedThing
    - Dataset
    range: string
class_uri: prov:Agent