production order
IRI: https://spec.industrialontologies.org/ontology/construct/ProductionOrder
Defined In: https://spec.industrialontologies.org/ontology/productionplanning/ProductionPlanning/
SubClass Of: objective specification
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:generically dependent continuant βΊ information content entity βΊ objective specification βΊ production order
Definition
A production order is a document that states the number of units to be manufactured, the date when the order is released for production, and where the units should be delivered once they have been completed. A production order may be triggered by a long-term plan to maintain certain inventory levels, or by the receipt of an order from a customer.
Semi-Formal Definition:
x is a βproduction orderβ if and only if x βhas continuant part at all timesβ some y which is a βmaterial product specificationβ.
Examples
- order to produce 100 brackets
Formal Axioms
First-Order Logic Definition
ProductionOrder(x) β ObjectiveSpecification(x) β§ βy (MaterialProductSpecification(y) β§ hasContinuantPartAtAllTimes(x, y))
First-Order Logic Axioms
ObjectiveSpecification(x) β§ βy (isAchievedByAtSomeTime(x, y) β§ ProductProductionProcess(y)) β ProductionOrder(x)
Semi-Formal Natural Language Axioms
If x is an βobjective specificationβ and there exists a βproduct production processβ y that x is achieved by at some time, then x is a βproduction orderβ.
Description Logic
constr:ProductionOrder β constr:ObjectiveSpecification
constr:ProductionOrder β constr:ObjectiveSpecification β β bfo:has_continuant_part_at_all_times .constr:MaterialProductSpecification
constr:ObjectiveSpecification β β constr:isAchievedByAtSomeTime .constr:ProductProductionProcess β constr:ProductionOrder
SubClassOf: constr:ObjectiveSpecification
SubClassOf: constr:ObjectiveSpecification and bfo:has_continuant_part_at_all_times some constr:MaterialProductSpecification
constr:ObjectiveSpecification and constr:isAchievedByAtSomeTime some constr:ProductProductionProcess SubClassOf: constr:ProductionOrder