dead cell population
IRI: https://spec.industrialontologies.org/ontology/construct/DeadCellPopulation
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaMaterial/
SubClass Of: cell population
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:independent continuant βΊ bfo:material entity βΊ bfo:object aggregate βΊ cell population βΊ dead cell population
Definition
cell population consisting of only dead cells
Semi-Formal Definition:
every instance of βdead cell populationβ is defined as exactly an instance of βcell populationβ that βhas member part at some timeβ some (βcellβ that βhas qualityβ some βdeadβ) and βhas member part at some timeβ only (βcellβ that βhas qualityβ some βdeadβ)
Examples
- the subpopulation of propidium iodide-positive CHO cells identified by flow cytometry within a cell culture; the population of trypan blue-positive cells counted in a bioreactor sample during a cell viability measurement process; the population of nonviable mammalian cells separated from a mixed cell population by fluorescence-activated cell sorting using a membrane-integrity viability stain;
Formal Axioms
First-Order Logic Definition
DeadCellPopulation(x) β CellPopulation(x) β§ βy(Cell(y) β§ βq(Dead(q) β§ hasQuality(y, q)) β§ hasMemberPartAtSomeTime(x, y)) β§ βz(hasMemberPartAtSomeTime(x, z) β (Cell(z) β§ βr(Dead(r) β§ hasQuality(z, r))))
Description Logic
constr:DeadCellPopulation β‘ constr:CellPopulation β β bfo:has_member_part_at_some_time .(constr:Cell β β constr:hasQuality .constr:Dead) β β bfo:has_member_part_at_some_time .(constr:Cell β β constr:hasQuality .constr:Dead)
EquivalentTo: constr:CellPopulation and bfo:has_member_part_at_some_time some (constr:Cell and constr:hasQuality some constr:Dead) and bfo:has_member_part_at_some_time only (constr:Cell and constr:hasQuality some constr:Dead)
SubClassOf: constr:CellPopulation