Class: Activity
An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.
URI: prov:Activity
classDiagram
class Activity
click Activity href "../Activity"
Activity : ended_at_time
Activity : started_at_time
Activity : was_associate_with
Activity --> "0..1" Agent : was_associate_with
click Agent href "../Agent"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
was_associate_with | 0..1 Agent |
direct | |
ended_at_time | 0..1 Datetime |
The prov:endedAtTime establishes the relationship between prov:Activity and x... | direct |
started_at_time | 0..1 Datetime |
The prov:startedAtTime establishes the relationship between prov:Activity and... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Assertion | was_generated_by | range | Activity |
EvidenceLine | was_generated_by | range | Activity |
Identifier and Mapping Information
Schema Source
- from schema: https://identifiers.org/brain-bican/assertion-evidence-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | prov:Activity |
native | brainkb:Activity |
LinkML Source
Direct
name: Activity
description: An activity is something that occurs over a period of time and acts upon
or with entities; it may include consuming, processing, transforming, modifying,
relocating, using, or generating entities.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
slots:
- was_associate_with
slot_usage:
was_associate_with:
name: was_associate_with
slot_uri: prov:wasAssociatedWith
domain_of:
- Activity
range: Agent
attributes:
ended_at_time:
name: ended_at_time
description: The prov:endedAtTime establishes the relationship between prov:Activity
and xsd:DateTime that allows one to specify the time when the activity ended.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
alias: endedAtTime
domain_of:
- Activity
range: datetime
started_at_time:
name: started_at_time
description: The prov:startedAtTime establishes the relationship between prov:Activity
and xsd:DateTime that allows one to specify the time when the activity started.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
alias: startedAtTime
domain_of:
- Activity
range: datetime
class_uri: prov:Activity
Induced
name: Activity
description: An activity is something that occurs over a period of time and acts upon
or with entities; it may include consuming, processing, transforming, modifying,
relocating, using, or generating entities.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
slot_usage:
was_associate_with:
name: was_associate_with
slot_uri: prov:wasAssociatedWith
domain_of:
- Activity
range: Agent
attributes:
ended_at_time:
name: ended_at_time
description: The prov:endedAtTime establishes the relationship between prov:Activity
and xsd:DateTime that allows one to specify the time when the activity ended.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
alias: endedAtTime
owner: Activity
domain_of:
- Activity
range: datetime
started_at_time:
name: started_at_time
description: The prov:startedAtTime establishes the relationship between prov:Activity
and xsd:DateTime that allows one to specify the time when the activity started.
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
alias: startedAtTime
owner: Activity
domain_of:
- Activity
range: datetime
was_associate_with:
name: was_associate_with
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
slot_uri: prov:wasAssociatedWith
alias: was_associate_with
owner: Activity
domain_of:
- Activity
range: Agent
class_uri: prov:Activity