Class: ProvActivity
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 ProvActivity
    click ProvActivity href "../ProvActivity"
      ProvActivity <|-- CellTypeTaxonomyCreationProcess
        click CellTypeTaxonomyCreationProcess href "../CellTypeTaxonomyCreationProcess"
      ProvActivity <|-- ClusteringProcess
        click ClusteringProcess href "../ClusteringProcess"
      ProvActivity <|-- ObservationMatrixCreationProcess
        click ObservationMatrixCreationProcess href "../ObservationMatrixCreationProcess"
      ProvActivity : used
    ProvActivity --> "0..1" ProvEntity : used
    click ProvEntity href "../ProvEntity"
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| used | 0..1  ProvEntity  | 
Usage is the beginning of utilizing an entity by an activity | direct | 
Mixin Usage
| mixed into | description | 
|---|---|
| CellTypeTaxonomyCreationProcess | The process of organizing cells or clusters into a systematic classification ... | 
| ClusteringProcess | The process of organizing and classifying observations into groups or cluster... | 
| ObservationMatrixCreationProcess | The process of aggregating data to create an observation matrix (potentially ... | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| CellTypeSet | was_generated_by | range | ProvActivity | 
| CellTypeTaxon | was_generated_by | range | ProvActivity | 
| Cluster | was_generated_by | range | ProvActivity | 
| ObservationRow | was_generated_by | range | ProvActivity | 
| CellSpecimen | was_generated_by | range | ProvActivity | 
| Abbreviation | was_generated_by | range | ProvActivity | 
| MatrixFile | was_generated_by | range | ProvActivity | 
| ColorPalette | was_generated_by | range | ProvActivity | 
| DisplayColor | was_generated_by | range | ProvActivity | 
| SpatialProportions | was_generated_by | range | ProvActivity | 
| ProvEntity | was_generated_by | range | ProvActivity | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/brain-bican/bke-taxonomy
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | prov:Activity | 
| native | bican:ProvActivity | 
LinkML Source
Direct
name: ProvActivity
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://w3id.org/brain-bican/bke-taxonomy
mixin: true
slots:
- used
class_uri: prov:Activity
Induced
name: ProvActivity
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://w3id.org/brain-bican/bke-taxonomy
mixin: true
attributes:
  used:
    name: used
    description: Usage is the beginning of utilizing an entity by an activity. Before
      usage, the activity had not begun to utilize this entity and could not have
      been affected by the entity.
    from_schema: https://w3id.org/brain-bican/bke-taxonomy
    rank: 1000
    slot_uri: prov:used
    alias: used
    owner: ProvActivity
    domain_of:
    - CellTypeTaxonomyCreationProcess
    - ClusteringProcess
    - ProvActivity
    range: ProvEntity
class_uri: prov:Activity