splitting process
IRI: https://spec.industrialontologies.org/ontology/construct/SplittingProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaManufacturingExecution/
SubClass Of: manufacturing process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ manufacturing process βΊ splitting process
Definition
manufacturing process in which a batch or lot of a product or intermediate is divided into two or more separately managed portions for further processing, handling, storage or release
Explanatory Notes
1) This process is typically employed to create distinct manufacturing portions from a parent batch or lot for subsequent manufacturing activities. 2) The resulting portions remain traceable to the original parent batch or lot and are managed as distinct portions in further manufacturing. 3) Not to be confused with sampling or aliquoting, where material is subdivided solely for analytical, testing, or measurement purposes rather than to establish distinct manufacturing portions.
Examples
- An intermediate seed culture lot is divided into multiple separately managed portions for further parallel seed expansion; A bulk drug substance lot is divided into multiple separately managed portions for parallel processing; monoclonal antibody manufacturing process produces a single harvested intermediate batch that is divided into three separately managed portions for further downstream purification
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
This term is expected to remain primitive as formalization in OWL requires cardinality constraints.
Formal Axioms
First-Order Logic Axioms
SplittingProcess(x) β ManufacturingProcess(x) β§ βi ((MaterialProduct(i) β¨ ProcessIntermediateMaterial(i)) β§ hasInput(x, i)) β§ βo1 βo2 (MaterialEntity(o1) β§ MaterialEntity(o2) β§ hasSpecifiedOutput(x, o1) β§ hasSpecifiedOutput(x, o2) β§ o1 β o2)
Semi-Formal Natural Language Axioms
if x is a βsplitting processβ then x is a βmanufacturing processβ that βhas inputβ some βmaterial productβ or some βprocess intermediate materialβ, and βhas specified outputβ at least two βmaterial entitiesβ
Description Logic
constr:SplittingProcess β constr:ManufacturingProcess
constr:SplittingProcess β β constr:hasInput .(constr:MaterialProduct β constr:ProcessIntermediateMaterial)
constr:SplittingProcess β β constr:hasSpecifiedOutput .bfo:material_entity
SubClassOf: constr:ManufacturingProcess
SubClassOf: constr:hasInput some (constr:MaterialProduct or constr:ProcessIntermediateMaterial)
SubClassOf: constr:hasSpecifiedOutput some bfo:material_entity