monitoring plan
IRI: https://spec.industrialontologies.org/ontology/construct/MonitoringPlan
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaMonitoringAndControl/
SubClass Of: plan specification
Class Hierarchy
owl:Thing › bfo:entity › bfo:continuant › bfo:generically dependent continuant › information content entity › plan specification › monitoring plan
Definition
plan specification that prescribes some monitoring process
Explanatory Notes
A monitoring plan typically specifies the measurement frequency, target metrics, and the responsible agent.
Examples
- A monitoring plan for the tablet compression process prescribes in-process testing of tablet samples every 30 minutes or every 50,000 tablets. It targets weight (540–560 mg), hardness (8–12 kp), thickness (4.8–5.2 mm), and disintegration time (<15 minutes). The responsible agents are the production operator and QC technician;An environmental monitoring plan for the production area prescribes continuous monitoring of temperature (18–25 °C) and humidity (45–65%) using data loggers. The responsible agent is the facilities technician; A bioreactor monitoring plan prescribes continuous monitoring of pH, dissolved oxygen, temperature, and agitation speed during a cell culture process.
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
There are insufficient constructs in this release to fully capture the structure of a monitoring plan.
Formal Axioms
First-Order Logic Axioms
MonitoringPlan(x) → PlanSpecification(x) ∧ ∃y(MonitoringProcess(y) ∧ prescribes(x, y))
Semi-Formal Natural Language Axioms
if x is a ‘monitoring plan’, then x is a ‘plan specification’ that ‘prescribes’ some ‘monitoring process’
Description Logic
constr:MonitoringPlan ⊑ constr:PlanSpecification
constr:MonitoringPlan ⊑ ∃ constr:prescribes .constr:MonitoringProcess
SubClassOf: constr:PlanSpecification
SubClassOf: constr:prescribes some constr:MonitoringProcess