process plan
IRI: https://spec.industrialontologies.org/ontology/construct/ProcessPlan
Defined In: https://spec.industrialontologies.org/ontology/productionplanning/ProductionPlanning/
SubClass Of: plan specification
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:generically dependent continuant βΊ information content entity βΊ plan specification βΊ process plan
Definition
Plan which include steps and sequence required to produce a product at the required quality level and cost.
Semi-Formal Definition:
If x is βprocess planβ then x is a βplan specificationβ and every βobjective specificationβ which is a continuant part of x is a βproduction orderβ, and every βaction specificationβ, which is a continuant part of x is either a βoperation specificationβ or βprocess specificationβ.
Examples
- IKEA instructions to assemble furniture such as tables and chairs, and a step-by-step recipe for preparing a cake.
Formal Axioms
First-Order Logic Definition
ProcessPlan(x) β PlanSpecification(x) β§
βy ((continuantPartAtAllTimes(y, x) β§ ObjectiveSpecification(y)) β ProductionOrder(y)) β§
βz ((continuantPartAtAllTimes(z, x) β§ ActionSpecification(z)) β (OperationSpecification(z) β¨ ProcessSpecification(z)))
First-Order Logic Axioms
PlanSpecification(x) β§ βy(prescribes(x,y) β§ ProductProductionProcess(y)) β ProcessPlan(x)
Semi-Formal Natural Language Axioms
x is a βplan specificationβ if and only if x prescribes a βproduct production processβ then x is a βprocess planβ.
Description Logic
constr:ProcessPlan β‘ constr:PlanSpecification β β bfo:has_proper_continuant_part_at_all_times .(constr:ObjectiveSpecification β β bfo:has_continuant_part_at_all_times .constr:MaterialProductSpecification) β β bfo:has_proper_continuant_part_at_all_times .(constr:OperationSpecification β constr:ProcessStepSpecification)
constr:ProcessPlan β constr:PlanSpecification
constr:PlanSpecification β β constr:prescribes .β bfo:occurrent_part_of .constr:ProductProductionProcess β constr:ProcessPlan
EquivalentTo: constr:PlanSpecification and bfo:has_proper_continuant_part_at_all_times only (constr:ObjectiveSpecification and bfo:has_continuant_part_at_all_times some constr:MaterialProductSpecification) and bfo:has_proper_continuant_part_at_all_times only (constr:OperationSpecification or constr:ProcessStepSpecification)
SubClassOf: constr:PlanSpecification
constr:PlanSpecification and constr:prescribes some bfo:occurrent_part_of some constr:ProductProductionProcess SubClassOf: constr:ProcessPlan