monitoring process
IRI: https://spec.industrialontologies.org/ontology/construct/MonitoringProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/MonitoringAndControl/
SubClass Of: planned process
Class Hierarchy
owl:Thing โบ bfo:entity โบ bfo:occurrent โบ bfo:process โบ planned process โบ monitoring process
Definition
planned process that is a part of another planned process and that consists of one or more observation or measurement processes in which a particular attribute (specifically dependent continuant or temporal region or process characteristic or process profile) of some entity of interest is measured or observed
Semi-Formal Definition:
every instance of โmonitoring processโ is defined as exactly an instance of โplanned processโ that โhas occurrent partโ some โmeasurement processโ, is โoccurrent part ofโ some โplanned processโ, and is โprescribed byโ some โmonitoring planโ
Explanatory Notes
1)Each monitoring process is an execution of a monitoring plan that prescribes it 2) In case a monitoring process is responsible for monitoring the attribute/parameter/indicator in multiple processes (e.g., multiple unit operations) it is a part of the โlarger processโ which has the โoccurrent partโ the unit operations and it does not imply that it is an occurrent part of the unit operations themselvesโ.
Examples
- UV absorbance and conductivity monitoring during column loading; continous monitoring of temperature and humidity in a clean room; Tablet weight is measured in-line every 30 minutes during compression using an integrated balance; During a fed-batch cell culture process, at-line nutrient monitoring is performed using a Nova BioProfileยฎ FLEX analyzer to measure glucose, lactate, glutamine, and ammonia levels; Flow rate is continuously monitored during tangential flow filtration to ensure consistent membrane performance
Synonyms
- process monitoring
Adapted From
- https://www.biopharminternational.com/view/monitoring-biopharmaceutical-processes-present-and-future-approaches
Formal Axioms
First-Order Logic Definition
MonitoringProcess(x) โ PlannedProcess(x) โง โm(MeasurementProcess(m) โง hasOccurrentPart(x, m)) โง โp(PlannedProcess(p) โง occurrentPartOf(x, p)) โง โmp(MonitoringPlan(mp) โง prescribedBy(x, mp))
Description Logic
constr:MonitoringProcess โก constr:PlannedProcess โ โ bfo:has_occurrent_part .constr:MeasurementProcess โ โ bfo:occurrent_part_of .constr:PlannedProcess โ โ constr:prescribedBy .constr:MonitoringPlan
EquivalentTo: constr:PlannedProcess and bfo:has_occurrent_part some constr:MeasurementProcess and bfo:occurrent_part_of some constr:PlannedProcess and constr:prescribedBy some constr:MonitoringPlan
SubClassOf: constr:PlannedProcess