logistics process
IRI: https://spec.industrialontologies.org/ontology/construct/LogisticsProcess
Defined In: https://spec.industrialontologies.org/ontology/supplychain/SupplyChain/
SubClass Of: business process
Class Hierarchy
owl:Thing › bfo:entity › bfo:occurrent › bfo:process › planned process › business process › logistics process
Definition
business process composed of one or more processes such as transport, shipment preparation, storage, or receiving that are coordinated to enable the movement, handling, or distribution of material entities across one or more locations within a supply chain
Examples
- Inbound Raw Material Delivery, Finished Goods Shipment to Distributor, Work-in-Progress (WIP) Transfer Between Production Sites, Third-Party Logistics (3PL) Coordination, Return Logistics (Reverse Supply Chain)
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
The required constructs for creation of a formal definition are not available in this release.
Formal Axioms
First-Order Logic Axioms
LogisticsProcess(x) → BusinessProcess(x) ∧ ∃p((ReceivingProcess(p) ∨ ShipmentPreparationProcess(p) ∨ StorageProcess(p) ∨ FreightForwardingProcess(p) ∨ TransportProcess(p)) ∧ hasOccurrentPart (x,p))
Semi-Formal Natural Language Axioms
if x is a ‘logistics process’ then x is an ‘business process’ that ‘has occurrent part’ some ‘receiving process’ or ‘shipment preparation process’ or ‘storage process’ or ‘transport process’ or ‘freight forwarding process’
Description Logic
constr:LogisticsProcess ⊑ constr:BusinessProcess ⊓ ∃ bfo:has_occurrent_part .(constr:FreightForwardingProcess ⊔ constr:ReceivingProcess ⊔ constr:ShipmentPreparationProcess ⊔ constr:StorageProcess ⊔ constr:TransportProcess)
SubClassOf: owl:Thing
SubClassOf: constr:BusinessProcess and bfo:has_occurrent_part some (constr:FreightForwardingProcess or constr:ReceivingProcess or constr:ShipmentPreparationProcess or constr:StorageProcess or constr:TransportProcess)