batch run
IRI: https://spec.industrialontologies.org/ontology/construct/BatchRun
Defined In: https://spec.industrialontologies.org/ontology/biopharma/Recipe/
SubClass Of: manufacturing process
Class Hierarchy
owl:Thing › bfo:entity › bfo:occurrent › bfo:process › planned process › manufacturing process › batch run
Definition
manufacturing process that leads to the production of finite quantities of material by subjecting quantities of input materials to an ordered set of processing activities over a finite period of time using one or more pieces of equipment
Examples
- A single 2,000-liter fed-batch CHO culture carried out according to a production recipe, starting with inoculation and ending with harvest on Day 14; A single batch run of the PVC resin production process carried out according to a defined recipe, resulting in the production of Granular PVC Grade PQ5.
Synonyms
- batch process
- batch run process
Adapted From
- ISA-88 Part 1
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 due to the lack of sufficient ontological constructs for representing both finite material quantities and the ordered execution of process steps.
Formal Axioms
First-Order Logic Axioms
BatchRun(x) → ManufacturingProcess(x) ∧ ∃y (hasParticipantAtSomeTime(x, y) ∧ PieceOfEquipment(y)) ∧ ∃z (prescribedBy(x, z) ∧ Recipe(z))
Semi-Formal Natural Language Axioms
if x is a ‘batch run’, then x is a ‘manufacturing process’, x ‘has participant at some time’ some ‘piece of equipment’, and x is ‘prescribed by’ some ‘recipe’
Description Logic
constr:BatchRun ⊑ constr:ManufacturingProcess
constr:BatchRun ⊑ ∃ bfo:has_participant .constr:PieceOfEquipment
SubClassOf: constr:ManufacturingProcess
SubClassOf: bfo:has_participant some constr:PieceOfEquipment
SubClassOf: constr:prescribedBy some constr:Recipe