key performance indicator
IRI: https://spec.industrialontologies.org/ontology/construct/KeyPerformanceIndicator
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaParameter/
SubClass Of: performance indicator
Class Hierarchy
owl:Thing › bfo:entity › performance indicator › key performance indicator
Definition
process profile, temporal region, quality or process characteristic prescribed by a key performance indicator specification
Semi-Formal Definition:
every instance of ‘key performance indicator’ is defined as exactly an instance that is either a ‘temporal region’ or a ‘process profile’ or ‘quality’ or ‘process characterstic’ and that is ‘prescribed by’ some ‘key performance indicator specification’
Explanatory Notes
See the expanded definition under the corresponding specification class. The term is formalized here as a defined class by referring to its corresponding specification class and exists primarily for ontological modeling and implementation convenience.
Examples
- average deviation rate per production step due to CPP excursions; yield consistency over successive purification runs; final harvest titer for a specific production batch; Viral clearance log reduction amount for the purification step; batch release time within the specified regulatory window
Formal Axioms
First-Order Logic Definition
KeyPerformanceIndicator(x) ↔ ∃s(KeyPerfornanceIndicatorSpecification(s) ∧ prescribedBy(x, s)) ∧ (TemporalRegion(x) ∨ ProcessProfile(x) ∨ Quality(x) v ProcessCharacteristic(x))
Description Logic
constr:KeyPerformanceIndicator ≡ (bfo:temporal_region ⊔ bfo:quality ⊔ bfo:process_profile ⊔ constr:ProcessCharacteristic) ⊓ ∃ constr:prescribedBy .constr:KeyPerformanceIndicatorSpecification
constr:KeyPerformanceIndicator ⊑ constr:PerformanceIndicator
EquivalentTo: (bfo:temporal_region or bfo:quality or bfo:process_profile or constr:ProcessCharacteristic) and constr:prescribedBy some constr:KeyPerformanceIndicatorSpecification
SubClassOf: constr:PerformanceIndicator