diafiltration process
IRI: https://spec.industrialontologies.org/ontology/construct/DiafiltrationProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaManufacturingExecution/
SubClass Of: planned process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ diafiltration process
Definition
planned process that consists of either multiple cycles of dilution followed by filtration, or of dilution and filtration occurring simultaneously, to remove unretained solutes or to exchange the solutionβs solvent or buffer environment
Explanatory Notes
Diafiltration can be conducted either in a continuous or discontinuous manner: Continuous diafiltration: Buffer is added continuously as filtrate is removed, maintaining a constant volume and concentration of the target molecule. Discontinuous diafiltration: Involves diluting the sample, concentrating it back, and repeating this process multiple times.
Examples
- After mAb purification, the protein solution undergoes diafiltration to exchange the buffer and remove residual salts before formulation; Whey is concentrated by ultrafiltration to retain proteins, followed by continuous water addition during filtration to remove residual lactose and salts through diafiltration.
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
Insufficient constructs are present to create a set of necessary and sufficient conditions
Formal Axioms
First-Order Logic Axioms
DiafiltrationProcess(x) β PlannedProcess(x) β§ βy (DilutionProcess(y) β§ hasOccurrentPart(x, y)) β§ βz (FiltrationProcess(z) β§ hasOccurrentPart(x, z)) β§ (βy βz (DilutionProcess(y) β§ FiltrationProcess(z) β§ hasOccurrentPart(x, y) β§ hasOccurrentPart(x, z) β§ (before(y, z) β¨ occursSimultaneouslyWith(y, z))))
Semi-Formal Natural Language Axioms
if x is a βdiafiltration processβ then x is a βplanned processβ and βhas occurrent partβ some βdilution processβ and βhas occurrent partβ some βfiltration processβ and the βdilution processβ is such that it either βoccurs beforeβ the βfiltration processβ or βoccurs simultaneously withβ the βfiltration processβ
Description Logic
constr:DiafiltrationProcess β constr:PlannedProcess
constr:DiafiltrationProcess β β bfo:has_occurrent_part .(constr:DilutionProcess β β constr:before .constr:FiltrationProcess) β β bfo:has_occurrent_part .(constr:DilutionProcess β β constr:occursSimultaneouslyWith .constr:FiltrationProcess)
constr:DiafiltrationProcess β β bfo:has_occurrent_part .constr:DilutionProcess
constr:DiafiltrationProcess β β bfo:has_occurrent_part .constr:FiltrationProcess
SubClassOf: constr:PlannedProcess
SubClassOf: bfo:has_occurrent_part some (constr:DilutionProcess and constr:before some constr:FiltrationProcess) or bfo:has_occurrent_part some (constr:DilutionProcess and constr:occursSimultaneouslyWith some constr:FiltrationProcess)
SubClassOf: bfo:has_occurrent_part some constr:DilutionProcess
SubClassOf: bfo:has_occurrent_part some constr:FiltrationProcess