material quality plan

IRI: https://spec.industrialontologies.org/ontology/construct/MaterialQualityPlan

Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaMonitoringAndControl/

SubClass Of: plan specification

Class Hierarchy

owl:Thingbfo:entitybfo:continuantbfo:generically dependent continuantinformation content entityplan specificationmaterial quality plan

Definition

planned specification that prescribes the processes needed to ensure that a material product meets the required quality objectives

Explanatory Notes

1) At least one process prescribed by some part of the quality plan has to be a measurement process 2) The processes embedded in the quality plan typically include testing, inspection, characterization

Examples

  • A material quality plan for particular chromatography resin prescribes synthesis process controls, intermediate and final QC testing, and release criteria to ensure the resin meets defined binding capacity, particle size distribution, and metal impurity limits. It includes in-process monitoring of pH and temperature during functionalization, validated leachables testing, and visual inspection.

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 material quality plan

Formal Axioms

First-Order Logic Axioms

MaterialQualityPlan(x) → PlanSpecification(x) ∧ ∃a(PlanSpecification(a) ∧ ∃m(MeasurementProcess(m) ∧ prescribes(a, m)) ∧ hasContinuantPartAtAllTimes(x, a)) ∧ ∃q(QualityAttributeSpecification(q) ∧ hasContinuantPartAtAllTimes(x, q)) ∧ ∃p(PlannedProcess(p) ∧ (∃pp(ProductProductionProcess(pp) ∧ (precededBy(p, pp) ∨ occurrentPartOf(p, pp) ∨ isTemporallyOverlappedBy(p, pp))) ∧ prescribes(x, p)))

Semi-Formal Natural Language Axioms

if x is a ‘material quality plan’, then x is a ‘plan specification’ that ‘has continuant part at all times’ some ‘plan specification’ a that ‘prescribes’ some ‘measurement process’, and ‘has continuant part at all times’ some ‘quality attribute specification’, and ‘prescribes’ some ‘planned process’ p that either ‘precedes’, is an ‘occurrent part of’, or ‘is temporally overlapped by’ some ‘product production process’

Description Logic