online monitoring process
IRI: https://spec.industrialontologies.org/ontology/construct/OnlineMonitoringProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaMonitoringAndControl/
SubClass Of: monitoring process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ monitoring process βΊ online monitoring process
Definition
monitoring process consisting of one or more measurement processes that are preceded by or temporally overlapped by a material sampling process, in which material representing the entity of interest is collected from a process stream or in-process material and measured using analytical equipment connected to the process equipment
Explanatory Notes
1) Depending on the analytical arrangement, the sampled material may be returned, discarded, consumed, diluted, or mixed with reagents. 2) On-line monitoring differs from in-line monitoring because in-line monitoring does not involve a material sampling process before measurement. 3) On-line monitoring differs from at-line and off-line monitoring because material transfer and measurement occur through analytical equipment connected to equipment used in the associated planned process, rather than by bringing the sample to separately located analytical equipment. 4) Electronic transmission of measurement results does not by itself make a monitoring process on-line. The classification concerns the connected material-sampling and analytical arrangement.
Examples
- monitoring glucose, lactate, and ammonium by automatically diverting a bioreactor sidestream through a connected Raman flow cell and then returning or discarding the analyzed material; monitoring protein concentration during chromatography by diverting eluate through a connected UV flow cell
Adapted From
- https://www.hamiltoncompany.com/knowledge-base/article/bioprocess-monitoring-and-control?srsltid=AfmBOopxhhPv6WbMS7X9JSrLqEcmh6O53_Ap2y2HugM4ZBwyhECSjEa-
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
There are insufficient constructs to create a set of necessary and sufficient conditions
Formal Axioms
First-Order Logic Axioms
OnlineMonitoringProcess(x) β MonitoringProcess(x) β§ βsβmβa (MaterialSamplingProcess(s) β§ MeasurementProcess(m) β§ MaterialSample(a) β§ hasOccurrentPart(x, s) β§ hasOccurrentPart(x, m) β§ hasSpecifiedOutput(s, a) β§ hasInput(m, a) β§ (precedes(s, m) β¨ temporallyOverlaps(s, m)))
Semi-Formal Natural Language Axioms
if x is an βonline monitoring processβ then x is a βmonitoring processβ that βhas occurrent partβ some βmaterial sampling processβ s and some βmeasurement processβ m, and s βhas specified outputβ some βmaterial sampleβ a, m βhas inputβ a, and s either βprecedesβ or βtemporally overlapsβ m
Description Logic
constr:OnlineMonitoringProcess β constr:MonitoringProcess
constr:OnlineMonitoringProcess β β bfo:has_occurrent_part .(constr:MaterialSamplingProcess β (β bfo:precedes .(constr:MeasurementProcess β β constr:hasInput .constr:MaterialSample) β β constr:temporallyOverlaps .(constr:MeasurementProcess β β constr:hasInput .constr:MaterialSample)))
constr:OnlineMonitoringProcess β constr:AtlineMonitoringProcess β β₯
constr:OnlineMonitoringProcess β constr:InlineMonitoringProcess β β₯
constr:OnlineMonitoringProcess β constr:OfflineMonitoringProcess β β₯
SubClassOf: constr:MonitoringProcess
SubClassOf: bfo:has_occurrent_part some (constr:MaterialSamplingProcess and (bfo:precedes some (constr:MeasurementProcess and constr:hasInput some constr:MaterialSample) or constr:temporallyOverlaps some (constr:MeasurementProcess and constr:hasInput some constr:MaterialSample)))
constr:OnlineMonitoringProcess DisjointWith: (constr:AtlineMonitoringProcess, constr:InlineMonitoringProcess, constr:OfflineMonitoringProcess)