performance indicator specification
IRI: https://spec.industrialontologies.org/ontology/construct/PerformanceIndicatorSpecification
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaParameter/
SubClass Of: information content entity
Class Hierarchy
owl:Thing › bfo:entity › bfo:continuant › bfo:generically dependent continuant › information content entity › performance indicator specification
Direct subclasses:
Definition
information content entity that prescribes some measurable characteristic whose measurements reflect the effectiveness of an agent, planned process, organization, or piece of equipment with respect to a particular objective
Explanatory Notes
1) Performance indicators are: Measurable: It’s based on quantifiable data (e.g. percentages, counts, ratios). Goal-oriented: It reflects progress toward a defined objective. Actionable: It provides insight into what’s working and what might need improvement. 2) Also they are typically: S: Specific M: Measurable A: Achievable R: Relevant T: Time bound 3) A performance indicator differs from a process parameter in that it is typically not directly controllable. Instead, it often reflects the combined effect of multiple process parameters. For example, production yield is a performance indicator that may be influenced by parameters such as temperature, pH, and agitation speed.
Usage Notes
Measurable characteritics in this case can be some quality, temporal region, process profile or process characteristic which is reflected in the axiom.
Examples
- Target sales this year, target throughput this month, taraget overall equipment effectiveness this quarter, target 12-month on-time delivery percentage.
Adapted From
- https://database.ich.org/sites/default/files/Q10%20Guideline.pdf
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 necessary and sufficient conditions. As an example there is currently no construct to reflect if a characteristic is measurable
Formal Axioms
First-Order Logic Axioms
PerformanceIndicatorSpecification(x) → InformationContentEntity(x) ∧
∃y ( (TemporalRegion(y) ∨ Quality(y) ∨ ProcessProfile(y) ∨ProcessCharacteristic(y)) ∧ prescribes(x, y) ) ∧ ∃z ( ObjectiveSpecification(z) ∧ isAbout(x, z))
Semi-Formal Natural Language Axioms
if x is a ‘performance indicator specification’ then x is an ‘information content entity’ and x ‘prescribes’ some ‘temporal region’ or ‘quality’ or ‘process profile’ or ‘process characteristic’ and x ‘is about’ some ‘objective specification’
Description Logic
constr:PerformanceIndicatorSpecification ⊑ constr:InformationContentEntity
constr:PerformanceIndicatorSpecification ⊑ ∃ constr:isAbout .constr:ObjectiveSpecification
constr:PerformanceIndicatorSpecification ⊑ ∃ constr:prescribes .(bfo:temporal_region ⊔ bfo:quality ⊔ bfo:process_profile ⊔ constr:ProcessCharacteristic)
SubClassOf: constr:InformationContentEntity
SubClassOf: constr:isAbout some constr:ObjectiveSpecification
SubClassOf: constr:prescribes some (bfo:temporal_region or bfo:quality or bfo:process_profile or constr:ProcessCharacteristic)