material conformance testing process
IRI: https://spec.industrialontologies.org/ontology/construct/MaterialConformanceTestingProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaMaterialTesting/
SubClass Of: material testing process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ material testing process βΊ material conformance testing process
Definition
material testing process that evaluates a material product, process intermediate material, raw material, or production consumable against acceptance criteria specified by a material conformance specification
Semi-Formal Definition:
every instance of βmaterial conformance testing processβ is exactly an instance of βmaterial testing processβ that βhas inputβ some βmaterial conformance specificationβ and βhas inputβ some entity that is a βmaterial productβ, βprocess intermediate materialβ, βproduction consumableβ, or βraw materialβ
Examples
- release testing of a drug substance batch against identity, purity, potency, endotoxin, and bioburden tests and their acceptance criteria; in-process testing of a chromatography pool against protein concentration, purity, pH, conductivity, and bioburden tests and their acceptance criteria; incoming testing of a culture media powder lot against identity, appearance, composition, moisture, impurity, and microbial tests and their acceptance criteria; testing of a prepared culture medium lot against pH, osmolality, appearance, endotoxin, bioburden, and cell-growth performance tests and their acceptance criteria
Adapted From
- https://database.ich.org/sites/default/files/Q6B%20Guideline.pdf
Formal Axioms
First-Order Logic Definition
MaterialConformanceTestingProcess(x) β MaterialTestingProcess(x) β§ βs(MaterialConformanceSpecification(s) β§ hasInput(x,s)) β§ βm((MaterialProduct(m) β¨ ProcessIntermediateMaterial(m) β¨ ProductionConsumable(m) β¨ RawMaterial(m)) β§ hasInput(x,m))
Description Logic
constr:MaterialConformanceTestingProcess β‘ constr:MaterialTestingProcess β β constr:hasInput .constr:MaterialConformanceSpecification β β constr:hasInput .(constr:MaterialProduct β constr:ProcessIntermediateMaterial β constr:ProductionConsumable β constr:RawMaterial)
constr:MaterialConformanceTestingProcess β constr:MaterialTestingProcess
EquivalentTo: constr:MaterialTestingProcess and constr:hasInput some constr:MaterialConformanceSpecification and constr:hasInput some (constr:MaterialProduct or constr:ProcessIntermediateMaterial or constr:ProductionConsumable or constr:RawMaterial)
SubClassOf: constr:MaterialTestingProcess