Skip to content

Class: ProvEntity

An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary.

URI: [prov:Entity](http://www.w3.org/ns/prov#Entity)
classDiagram class ProvEntity click ProvEntity href "../ProvEntity/" ProvEntity <|-- Cell click Cell href "../Cell/" ProvEntity <|-- CellTypeSet click CellTypeSet href "../CellTypeSet/" ProvEntity <|-- CellTypeTaxon click CellTypeTaxon href "../CellTypeTaxon/" ProvEntity <|-- CellTypeTaxonomy click CellTypeTaxonomy href "../CellTypeTaxonomy/" ProvEntity <|-- ClusterSet click ClusterSet href "../ClusterSet/" ProvEntity <|-- Cluster click Cluster href "../Cluster/" ProvEntity <|-- ExpressionMatrix click ExpressionMatrix href "../ExpressionMatrix/" ProvEntity <|-- Embedding click Embedding href "../Embedding/" ProvEntity : was_derived_from ProvEntity --> "0..1" ProvEntity : was_derived_from click ProvEntity href "../ProvEntity/" ProvEntity : was_generated_by ProvEntity --> "0..1" ProvActivity : was_generated_by click ProvActivity href "../ProvActivity/"
## Class Properties | Property | Value | | --- | --- | | Class URI | [prov:Entity](http://www.w3.org/ns/prov#Entity) | | Mixin | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [was_derived_from](was_derived_from.md) | 0..1
[ProvEntity](ProvEntity.md) | A derivation is a transformation of an entity into another, an update of an e... | direct | | [was_generated_by](was_generated_by.md) | 0..1
[ProvActivity](ProvActivity.md) | Generation is the completion of production of a new entity by an activity | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [Cell](Cell.md) | A single cell observation in the taxonomy; corresponds to one row in the obs ... | | [CellTypeSet](CellTypeSet.md) | A named annotation level in the taxonomy hierarchy (e | | [CellTypeTaxon](CellTypeTaxon.md) | A node in the cell type taxonomy representing a unit of cell type classificat... | | [CellTypeTaxonomy](CellTypeTaxonomy.md) | A systematic classification of cell types and their hierarchical relationship... | | [ClusterSet](ClusterSet.md) | The set of clusters produced by a single clustering run | | [Cluster](Cluster.md) | A single cluster resulting from a clustering algorithm; groups cells with sim... | | [ExpressionMatrix](ExpressionMatrix.md) | A cell-by-gene matrix of molecular measurements | | [Embedding](Embedding.md) | A dimensionality reduction of the cell-by-gene matrix (e | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Cell](Cell.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | | [CellTypeSet](CellTypeSet.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | | [CellTypeTaxon](CellTypeTaxon.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | | [Cluster](Cluster.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | | [ExpressionMatrix](ExpressionMatrix.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | | [Embedding](Embedding.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | | [ProvActivity](ProvActivity.md) | [used](used.md) | range | [ProvEntity](ProvEntity.md) | | [ProvEntity](ProvEntity.md) | [was_derived_from](was_derived_from.md) | range | [ProvEntity](ProvEntity.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/cell-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | prov:Entity | | native | bican:ProvEntity | ## LinkML Source ### Direct
name: ProvEntity
description: An entity is a physical, digital, conceptual, or other kind of thing
  with some fixed aspects;  entities may be real or imaginary.
from_schema: https://w3id.org/brain-bican/cell-taxonomy
mixin: true
slots:
- was_derived_from
- was_generated_by
class_uri: prov:Entity

### Induced
name: ProvEntity
description: An entity is a physical, digital, conceptual, or other kind of thing
  with some fixed aspects;  entities may be real or imaginary.
from_schema: https://w3id.org/brain-bican/cell-taxonomy
mixin: true
attributes:
  was_derived_from:
    name: was_derived_from
    description: A derivation is a transformation of an entity into another, an update
      of an entity resulting in a new one, or the construction of a new entity based
      on a pre-existing entity.
    from_schema: https://w3id.org/brain-bican/cell-taxonomy
    rank: 1000
    slot_uri: prov:wasDerivedFrom
    owner: ProvEntity
    domain_of:
    - CellTypeTaxonomy
    - ClusterSet
    - ProvEntity
    range: ProvEntity
  was_generated_by:
    name: was_generated_by
    description: Generation is the completion of production of a new entity by an
      activity. This entity did not exist before generation and becomes available
      for usage after this generation.
    from_schema: https://w3id.org/brain-bican/cell-taxonomy
    rank: 1000
    slot_uri: prov:wasGeneratedBy
    owner: ProvEntity
    domain_of:
    - ProvEntity
    range: ProvActivity
class_uri: prov:Entity