supply chain process
IRI: https://spec.industrialontologies.org/ontology/construct/SupplyChainProcess
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 βΊ supply chain process
Direct subclasses:
Definition
planned process in which a supply chain plan specification is realized by a number of supply chain agents
Semi-Formal Definition:
every instance of βsupply chain processβ is defined as exactly an instance of βbusiness processβ that βhas participant at some timeβ some βsupply chain agentβ and βconcretizes at some timeβ some βsupply chain plan specificationβ that βgenerically depends on at some timeβ βsupply chain agentβ
Examples
- shipment of a batch of semi-finished assemblies from a tier-2 supplier to a tier-1 supplier, inspection of a batch of parts before being shipped to the OEM, heat treatment of a batch of gears to be used in a transmission assembly by a BMW supplier
- the process of transporting good from supplier 1 to supplier 2, the product production process related to fulfillment of an order received from a tier-1 supplier
Formal Axioms
First-Order Logic Definition
SupplyChainProcess(x) β BusinessProcess(x) β§ βsβp(SupplyChainAgent(s) β§ SupplyChainPlanSpecification(p)) β§ (hasParticipantAtSomeTime (x,s) β§ concretizesAtSomeTime (x,p) β§ genericallyDependsOnAtSomeTime (p,s))
Description Logic
constr:SupplyChainProcess β‘ constr:BusinessProcess β β bfo:has_participant_at_some_time .constr:SupplyChainAgent β β bfo:concretizes_at_some_time .(constr:SupplyChainPlanSpecification β β bfo:generically_depends_on_at_some_time .constr:SupplyChainAgent)
EquivalentTo: constr:BusinessProcess and bfo:has_participant_at_some_time some constr:SupplyChainAgent and bfo:concretizes_at_some_time some (constr:SupplyChainPlanSpecification and bfo:generically_depends_on_at_some_time some constr:SupplyChainAgent)
SubClassOf: constr:BusinessProcess