offline monitoring process
IRI: https://spec.industrialontologies.org/ontology/construct/OfflineMonitoringProcess
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 βΊ offline monitoring process
Definition
monitoring process consisting of one or more measurement processes that are preceded by a material sampling process, in which material representing the entity of interest is collected from a process stream or in-process material and analyzed in a separate analytical area
Explanatory Notes
1) The measurement is performed in a physical area that does not environ a planned process during which the material sampling process occurs. That planned process provides the spatial reference and is not thereby asserted to be the entity being monitored. 2) Off-line monitoring differs from at-line monitoring because at-line measurement is performed in a physical area that environs the planned process during which sampling occurs, whereas off-line measurement is performed outside such an area. 3) The complete off-line monitoring process may extend beyond the temporal boundaries of the planned process during which sampling occurs.
Examples
- Monitoring host-cell protein and residual DNA levels by sending harvested or purified samples to a quality control laboratory for ELISA and qPCR testing performed on dedicated analytical platforms
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
OfflineMonitoringProcess(x) β MonitoringProcess(x) β§ βsβtβmβaβrβp (MaterialSamplingProcess(s) β§ MaterialLocationChangeProcess(t) β§ MeasurementProcess(m) β§ MaterialSample(a) β§ PhysicalArea(r) β§ PlannedProcess(p) β§ hasOccurrentPart(x, s) β§ hasOccurrentPart(x, t) β§ hasOccurrentPart(x, m) β§ occurrentPartOf(s, p) β§ hasSpecifiedOutput(s, a) β§ hasParticipantAtAllTimes(t, a) β§ hasInput(m, a) β§ precedes(s, t) β§ precedes(t, m) β§ occursIn(m, r) β§ Β¬environs(r, p))
Semi-Formal Natural Language Axioms
if x is an βoffline monitoring processβ then x is a βmonitoring processβ that has occurrent parts including a βmaterial sampling processβ s, a βmaterial location change processβ t, and a βmeasurement processβ m, and s is an βoccurrent part ofβ some βplanned processβ p, and s βhas specified outputβ some βmaterial sampleβ a that t βhas participant at all timesβ and that is an βinputβ of m, and s βprecedesβ t, t βprecedesβ m, and m βoccurs inβ some βphysical areaβ r that does not βenvironβ p
Description Logic
constr:OfflineMonitoringProcess β constr:MonitoringProcess
constr:OfflineMonitoringProcess β β bfo:has_occurrent_part .(constr:MaterialSamplingProcess β β bfo:precedes .(constr:MaterialLocationChangeProcess β β bfo:precedes .(constr:MeasurementProcess β β bfo:occurs_in .constr:PhysicalArea β β constr:hasInput .constr:MaterialSample) β β bfo:has_participant_at_all_times .constr:MaterialSample))
constr:OfflineMonitoringProcess β constr:AtlineMonitoringProcess β β₯
constr:OfflineMonitoringProcess β constr:InlineMonitoringProcess β β₯
constr:OfflineMonitoringProcess β constr:OnlineMonitoringProcess β β₯
SubClassOf: constr:MonitoringProcess
SubClassOf: bfo:has_occurrent_part some (constr:MaterialSamplingProcess and bfo:precedes some (constr:MaterialLocationChangeProcess and bfo:precedes some (constr:MeasurementProcess and bfo:occurs_in some constr:PhysicalArea and constr:hasInput some constr:MaterialSample) and bfo:has_participant_at_all_times some constr:MaterialSample))
constr:OfflineMonitoringProcess DisjointWith: (constr:AtlineMonitoringProcess, constr:InlineMonitoringProcess, constr:OnlineMonitoringProcess)