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
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
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 |
---|---|---|---|
Agent | is_associated_with | 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
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
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
class_uri: prov:Activity