inline monitoring process
IRI: https://spec.industrialontologies.org/ontology/construct/InlineMonitoringProcess
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 βΊ inline monitoring process
Definition
monitoring process consisting of one or more measurement processes that use sensors or probes integrated with the process equipment to measure an attribute without material removal or diversion before measurement
Explanatory Notes
1) In-line monitoring measures an attribute without removing or diverting material. 2) Sensors or probes may be located within equipment, mounted directly in a process stream, or otherwise integrated with equipment used in the associated planned process. 3) In-line monitoring may be continuous, periodic, or event-triggered. The distinction concerns the measurement arrangement and absence of a preceding material sampling process.
Examples
- Monitoring the evolution of pH and dissolved oxygen in a bioreactor through continuously operating in-situ probes during a cell culture run
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
InlineMonitoringProcess(x) β MonitoringProcess(x) β§ βm (MeasurementProcess(m) β§ hasOccurrentPart(x, m)) β§ Β¬βs (MaterialSamplingProcess(s) β§ hasOccurrentPart(x, s))
Semi-Formal Natural Language Axioms
if x is an βinline monitoring processβ then x is a βmonitoring processβ that βhas occurrent partβ some βmeasurement processβ and no βmaterial sampling processβ is an βoccurrent part ofβ x
Description Logic
constr:InlineMonitoringProcess β constr:MonitoringProcess
constr:InlineMonitoringProcess β Β¬ β bfo:has_occurrent_part .constr:MaterialSamplingProcess
constr:InlineMonitoringProcess β β bfo:has_occurrent_part .constr:MeasurementProcess
constr:InlineMonitoringProcess β constr:AtlineMonitoringProcess β β₯
constr:InlineMonitoringProcess β constr:OfflineMonitoringProcess β β₯
constr:InlineMonitoringProcess β constr:OnlineMonitoringProcess β β₯
SubClassOf: constr:MonitoringProcess
SubClassOf: not bfo:has_occurrent_part some constr:MaterialSamplingProcess
SubClassOf: bfo:has_occurrent_part some constr:MeasurementProcess
constr:InlineMonitoringProcess DisjointWith: (constr:AtlineMonitoringProcess, constr:OfflineMonitoringProcess, constr:OnlineMonitoringProcess)