viable cell population
IRI: https://spec.industrialontologies.org/ontology/construct/ViableCellPopulation
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 βΊ viable cell population
Definition
cell population consisting of only viable cells
Semi-Formal Definition:
every instance of βviable cell populationβ is defined as exactly an instance of βcell populationβ that βhas member part at some timeβ some βcellβ that βhas qualityβ some βviableβ and βhas member part at some timeβ only βcellβ that βhas qualityβ some βviableβ
Examples
- the subpopulation of CHO cells within a mixed cell culture that is capable of continued growth and proliferation under suitable culture conditions, as determined by a validated cell viability assay; the population of colony-forming cells identified in a clonogenic assay following exposure of a broader cell population to a process stress; the population of cells recovered from a cryopreserved cell bank vial that retains the capacity to resume proliferation after thawing and transfer to suitable culture medium;
Formal Axioms
First-Order Logic Definition
ViableCellPopulation(x) β CellPopulation(x) β§ βy(Cell(y) β§ βq(Viable(q) β§ hasQuality(y, q)) β§ hasMemberPartAtSomeTime(x, y)) β§ βz(hasMemberPartAtSomeTime(x, z) β (Cell(z) β§ βr(Viable(r) β§ hasQuality(z, r))))
Description Logic
constr:ViableCellPopulation β‘ constr:CellPopulation β β bfo:has_member_part_at_some_time .(constr:Cell β β constr:hasQuality .constr:Viable) β β bfo:has_member_part_at_some_time .(constr:Cell β β constr:hasQuality .constr:Viable)
EquivalentTo: constr:CellPopulation and bfo:has_member_part_at_some_time some (constr:Cell and constr:hasQuality some constr:Viable) and bfo:has_member_part_at_some_time only (constr:Cell and constr:hasQuality some constr:Viable)
SubClassOf: constr:CellPopulation