degassing process
IRI: https://spec.industrialontologies.org/ontology/construct/DegassingProcess
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 βΊ degassing process
Definition
planned process during which dissolved, entrained, or adsorbed gas is separated from a liquid or solid material
Explanatory Notes
Degassing process separates material commonly described as dissolved, entrained, or adsorbed gas from a liquid or solid material. In this context, dissolved gas does not imply that the material is in a gaseous aggregate state while dissolved; for example, dissolved dioxygen molecule in culture medium is molecular material present in a liquid solution. Entrained gas may be present as gas bubbles, while adsorbed gas may be associated with a solid surface or solid material
Examples
- vacuum degassing of culture medium prior to sterilization; nitrogen sparging to remove dissolved oxygen from buffer solution
Synonyms
- degasification process
Adapted From
- https://en.wikipedia.org/wiki/Degassing
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
DegassingProcess(x) β PlannedProcess(x) β§ βm βq βg βgq (MaterialEntity(m) β§ hasInput(x, m) β§ hasSpecifiedOutput(x, m) β§ ((LiquidAggregateState(q) β¨ SolidAggregateState(q)) β§ hasQuality(m, q)) β§ MaterialEntity(g) β§ hasOutput(x, g) β§ GaseousAggregateState(gq) β§ hasQuality(g, gq))
Semi-Formal Natural Language Axioms
if x is a βdegassing processβ then x is a βplanned processβ that βhas inputβ some βmaterial entityβ that βhas qualityβ some βliquid aggregate stateβ or some βsolid aggregate stateβ, that same βmaterial entityβ is also the βspecified outputβ of x, and x βhas outputβ some βmaterial entityβ that βhas qualityβ some βgaseous aggregate stateβ
Description Logic
constr:DegassingProcess β constr:PlannedProcess
constr:DegassingProcess β β constr:hasInput .(bfo:material_entity β β constr:hasQuality .(constr:LiquidAggregateState β constr:SolidAggregateState))
constr:DegassingProcess β β constr:hasOutput .(bfo:material_entity β β constr:hasQuality .constr:GaseousAggregateState)
constr:DegassingProcess β β constr:hasSpecifiedOutput .(bfo:material_entity β β constr:hasQuality .(constr:LiquidAggregateState β constr:SolidAggregateState))
SubClassOf: constr:PlannedProcess
SubClassOf: constr:hasInput some (bfo:material_entity and constr:hasQuality some (constr:LiquidAggregateState or constr:SolidAggregateState))
SubClassOf: constr:hasOutput some (bfo:material_entity and constr:hasQuality some constr:GaseousAggregateState)
SubClassOf: constr:hasSpecifiedOutput some (bfo:material_entity and constr:hasQuality some (constr:LiquidAggregateState or constr:SolidAggregateState))