supply chain transport process
IRI: https://spec.industrialontologies.org/ontology/construct/SupplyChainTransportProcess
Defined In: https://spec.industrialontologies.org/ontology/supplychain/SupplyChain/
SubClass Of: supply chain process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ business process βΊ supply chain process βΊ supply chain transport process
Definition
transport process which involves movement of goods between sending trading partyβs location and receiving trading partyβs locations over the public logistics pathway/infrastructure
Semi-Formal Definition:
every instance of βsupply chain transport processβ is defined as exactly an instance of a βsupply chain processβ that βhas occurrent partβ some βtransport processβ that βstarts atβ and βends atβ some βsupply chain nodeβ and βhas participant at some timeβ some βshipmentβ
Examples
- transporting semi-finished assemblies from one supplier to another
Formal Axioms
First-Order Logic Definition
SupplyingChainTransportProcess(x) β SupplyChainProcess(x) β§ βp(TransportProcess(p) β§ hasOccurrentPart(x,p)) β§ βn1βn2(SupplyChainNode(n1) β§ SupplyChainNode(n2) β§ startsAt(x,n1) β§ endsAt(x,n2)) β§ βs(Shipment(s) β§ hasParticipantAtSomeTime (x,s))
Description Logic
constr:SupplyChainTransportProcess β‘ constr:SupplyChainProcess β β bfo:has_occurrent_part .(constr:TransportProcess β β constr:endsAt .constr:SupplyChainNode β β constr:startsAt .constr:SupplyChainNode) β β bfo:has_participant_at_all_times .constr:Shipment
EquivalentTo: constr:SupplyChainProcess and bfo:has_occurrent_part some (constr:TransportProcess and constr:endsAt some constr:SupplyChainNode and constr:startsAt some constr:SupplyChainNode) and bfo:has_participant_at_all_times some constr:Shipment
SubClassOf: owl:Thing