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

constr:SupplyChainTransportProcess βŠ‘ ⊀

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


Back to top

Copyright © 2024–2026 Open Applications Group / Industrial Ontology Foundry. Distributed under an MIT license.