equipment module
IRI: https://spec.industrialontologies.org/ontology/construct/EquipmentModule
Defined In: https://spec.industrialontologies.org/ontology/biopharma/ManufacturingSystemOrganization/
SubClass Of: engineered system
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:independent continuant βΊ bfo:material entity βΊ bfo:object aggregate βΊ system βΊ engineered system βΊ equipment module
Definition
engineered system typically centered around a piece of equipment that carries out some phase
Explanatory Notes
ISA88: functional group of equipment that can carry out a number of specific minor processing activities
Usage Notes
The OWL formalization of LA2 relies on classes defined within the recipe module. Accordingly, the sufficient condition for LA2 is implemented in OWL as part of the recipe module, rather than within the physical module.
Examples
- a heating or cooling system of a reactor or bioreactor that includes the reactorβs jacket, temperature sensors, control valves, and the control logic needed to regulate the heating or cooling process; an agitator system in a mixing tank, which consists of the agitator, its motor, the speed controller, associated sensors, and the control logic that manages starting, stopping, and speed adjustment; a liquids dosing system of a mixer, blender, or reactor that includes pumps, flowmeters, valves, and control logic to ensure accurate dosing; a solids dosing system of a mixer, blender, or reactor that includes feeders, a weigh tank, valves, and control logic to ensure accurate dosing; a CIP (Clean-In-Place) skid that automates the cleaning of equipment and piping in a process cell, including tanks for fluids, pumps, valves, sensors, and control logic to sequence cleaning steps; and a venting system of a reactor or vessel that includes pressure sensors, vent valves, and the logic to safely evacuate the unit as needed
Adapted From
- ISA88 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, as identifying a set of necessary conditions that consistently hold and align with the given sufficient condition is challenging.
Formal Axioms
First-Order Logic Axioms
LA1: EquipmentModule(x) β EngineeredSystem(x) β§ βy(PieceOfEquipment(y) β§ hasMemberPartAtAllTimes(x, y))
LA2: EngineeredSystem(x) β§ βa (isCarrierOfAtSomeTime(x, a) β§ RecipePhase(a)) β§ βb (memberPartOfAtSomeTime(x, b) β§ PhysicalUnit(b)) β§ βc (hasMemberPartAtAllTimes(x, c) β§ PieceOfEquipment(c)) β EquipmentModule(x)
Semi-Formal Natural Language Axioms
LA1: if x is an βequipment moduleβ then x is an βengineered systemβ that βhas member part at all timesβ some βpiece of equipmentβ
LA2: if x is an βengineered systemβ that βis carrier of at some timeβ some βrecipe phaseβ, βis member part of at some timeβ some βphysical unitβ, and βhas member part at all timesβ some βpiece of equipmentβ, then x is an βequipment moduleβ
Description Logic
constr:EquipmentModule β constr:EngineeredSystem
constr:EquipmentModule β β bfo:has_member_part_at_all_times .constr:PieceOfEquipment
constr:EngineeredSystem β β bfo:is_carrier_of_at_some_time .constr:RecipePhase β β bfo:member_part_of_at_some_time .constr:PhysicalUnit β β bfo:has_member_part_at_all_times .constr:PieceOfEquipment β constr:EquipmentModule
SubClassOf: constr:EngineeredSystem
SubClassOf: bfo:has_member_part_at_all_times some constr:PieceOfEquipment
constr:EngineeredSystem and bfo:is_carrier_of_at_some_time some constr:RecipePhase and bfo:member_part_of_at_some_time some constr:PhysicalUnit and bfo:has_member_part_at_all_times some constr:PieceOfEquipment SubClassOf: constr:EquipmentModule