process step
IRI: https://spec.industrialontologies.org/ontology/construct/ProcessStep
Defined In: https://spec.industrialontologies.org/ontology/productionplanning/ProductionPlanning/
SubClass Of: manufacturing enterprise process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ business process βΊ manufacturing enterprise process βΊ process step
Definition
manufacturing enterprise process within a manufacturing operation that contains one manufacturing process and no smaller process steps
Usage Notes
Along with the instance of manufacturing process, process step may also include instances of setup process and inspection process as subprocesses.
Examples
- drill hole, steps- centering, twist drilling, enlarging the hole, and finish the holes- these four steps each of them are process step
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
The class may contain many other varieties of processes along with a manufacturing process. The clause of βno further decomposition of step using stepβ is avoided to keep OWL axioms negation-free. Also, we do not use cardinality in axioms.
Formal Axioms
First-Order Logic Axioms
ProcessStep(x) β ManufacturingEnterpriseProcess(x) β§ βp(ManufacturingProcess(p) β§ occurrentPartOfAtSomeTime(p,x)) β§ βs((ProcessStep(s) β§ occurrentPartOfAtSomeTime(s,x)) β s = x)
Semi-Formal Natural Language Axioms
if an entity is an instance of βprocess stepβ, then it is an instance of βmanufacturing enterprise processβ, has some instance of βmanufacturing processβ as an occurrent part at some time, and every instance of βprocess stepβ that is an occurrent part of it at some time is identical to it
Description Logic
constr:ProcessStep β β€
constr:ProcessStep β constr:ManufacturingEnterpriseProcess β β bfo:has_proper_occurrent_part .constr:ManufacturingProcess
SubClassOf: owl:Thing
SubClassOf: constr:ManufacturingEnterpriseProcess and bfo:has_proper_occurrent_part some constr:ManufacturingProcess