atline monitoring process
IRI: https://spec.industrialontologies.org/ontology/construct/AtlineMonitoringProcess
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 βΊ atline 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 transferred to analytical equipment located within the same physical area
Explanatory Notes
1) The measurement is performed using analytical equipment located in a physical area that environs 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) At-line monitoring differs from on-line monitoring because on-line material sampling and measurement occur through analytical equipment connected by a material-transfer arrangement to process equipment, whereas an at-line material sample is brought to separate analytical equipment. 3) FDA PAT describes at-line measurement as analysis in close proximity to the process stream. In this ontology, the physical area that environs the planned process provides the governed operational boundary for that proximity.
Examples
- Monitoring cell viability and concentration by measuring a freshly withdrawn bioreactor sample using a local analyzer within the same cleanroom suite
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
AtlineMonitoringProcess(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 βatline 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 βenvironsβ p
Description Logic
constr:AtlineMonitoringProcess β constr:MonitoringProcess
constr:AtlineMonitoringProcess β β bfo:has_occurrent_part .(constr:MaterialSamplingProcess β β bfo:precedes .(constr:MaterialLocationChangeProcess β β bfo:precedes .(constr:MeasurementProcess β β bfo:occurs_in .(constr:PhysicalArea β β bfo:environs .constr:PlannedProcess) β β constr:hasInput .constr:MaterialSample) β β bfo:has_participant_at_all_times .constr:MaterialSample) β β constr:hasSpecifiedOutput .constr:MaterialSample)
constr:AtlineMonitoringProcess β constr:InlineMonitoringProcess β β₯
constr:AtlineMonitoringProcess β constr:OfflineMonitoringProcess β β₯
constr:AtlineMonitoringProcess β 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 bfo:environs some constr:PlannedProcess) and constr:hasInput some constr:MaterialSample) and bfo:has_participant_at_all_times some constr:MaterialSample) and constr:hasSpecifiedOutput some constr:MaterialSample)
constr:AtlineMonitoringProcess DisjointWith: (constr:InlineMonitoringProcess, constr:OfflineMonitoringProcess, constr:OnlineMonitoringProcess)