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: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)