production culture process
IRI: https://spec.industrialontologies.org/ontology/construct/ProductionCultureProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaManufacturingExecution/
SubClass Of: biomanufacturing production process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ manufacturing process βΊ biomanufacturing production process βΊ production culture process
Definition
biomanufacturing production process during which a cell culture synthesizes, secretes, or accumulates the target product in a controlled environment provided by a bioreactor following expansion in a seed train
Semi-Formal Definition:
every instance of βproduction culture processβ is defined as exactly an instance of βbiomanufacturing production processβ that βhas participant at some timeβ some βcell cultureβ, is βpreceded byβ some βseed trainβ, βhas participant at some timeβ some βbioreactorβ
Examples
- A production culture process grows HEK293 cells in suspension to generate viral vectors for gene therapy;A production culture process uses CHO cells in a fed-batch bioreactor to produce monoclonal antibodies;
Counter-Examples
- shake flask studies; seed train bioreactor runs;Cell-free protein synthesis;
Adapted From
- https://www.fda.gov/media/170955/download and https://www.fda.gov/regulatory-information/search-fda-guidance-documents/q7a-good-manufacturing-practice-guidance-active-pharmaceutical-ingredients
Formal Axioms
First-Order Logic Definition
ProductionCultureProcess(x) β BiomanufacturingProductionProcess(x) β§ βy (CellCulture(y) β§ hasParticipantAtSomeTime(x, y)) β§ βs (SeedTrain(s) β§ precededBy(x, s)) β§ βb (Bioreactor(b) β§ hasParticipantAtSomeTime(x, b))
Description Logic
constr:ProductionCultureProcess β‘ constr:BiomanufacturingProductionProcess β β bfo:has_participant_at_some_time .constr:Bioreactor β β bfo:has_participant_at_some_time .constr:CellCulture β β bfo:preceded_by .constr:SeedTrain
constr:ProductionCultureProcess β constr:BiomanufacturingProductionProcess
EquivalentTo: constr:BiomanufacturingProductionProcess and bfo:has_participant_at_some_time some constr:Bioreactor and bfo:has_participant_at_some_time some constr:CellCulture and bfo:preceded_by some constr:SeedTrain
SubClassOf: constr:BiomanufacturingProductionProcess