chromatography process
IRI: https://spec.industrialontologies.org/ontology/construct/ChromatographyProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/ManufacturingExecution/
SubClass Of: planned process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ chromatography process
Direct subclasses:
Definition
planned process that results in the separation of components in a mixture based on their distribution between two phases, one of which is stationary and the other moves in a definite direction
Explanatory Notes
The phase moving in a definite direction is called a mobile phase and is a fluid
Examples
- In the recombinant human insulin manufacturing process, a Size Exclusion Chromatography (SEC) process is used for the final polishing step using Sephadex G-25 to remove salts and ensure the proper molecular weight distribution of insulin; Industrial plants devoted to the processing of Corn use a continuous simulated moving bed (SMB) chromatography process to separate fructose from glucose
Adapted From
- CHMO:0001000
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
ChromatographyProcess(x) β PlannedProcess(x) β§ βy (MobilePhase(y) β§ hasParticipantAtSomeTime(x, y)) β§ βz (StationaryPhase(z) β§ hasParticipantAtSomeTime(x, z)) β§ βw (RecipeProcessOperation(w) β§ prescribes(w, x))
Semi-Formal Natural Language Axioms
if x is a βchromatography processβ then x is a βplanned processβ that βhas participant at some timeβ some βmobile phaseβ and βhas participant at some timeβ some βstationary phaseβ
Description Logic
constr:ChromatographyProcess β constr:PlannedProcess
constr:ChromatographyProcess β β bfo:has_participant_at_some_time .constr:MobilePhase
constr:ChromatographyProcess β β bfo:has_participant_at_some_time .constr:StationaryPhase
constr:ChromatographyProcess β β constr:prescribedBy .constr:RecipeProcessOperation
SubClassOf: constr:PlannedProcess
SubClassOf: bfo:has_participant_at_some_time some constr:MobilePhase
SubClassOf: bfo:has_participant_at_some_time some constr:StationaryPhase
SubClassOf: constr:prescribedBy some constr:RecipeProcessOperation