supplying business process
IRI: https://spec.industrialontologies.org/ontology/construct/SupplyingBusinessProcess
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
SubClass Of: business process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ business process βΊ supplying business process
Definition
business process wherein a product or service is supplied
Explanatory Notes
- To supply a product means to deliver the product to another agent. 2.To supply a service means to perform a process (e.g. commercial service) for another agent, typically involving a service agreement. 3.It should be noted that we consciously exclude the person-to-person transactions, but person-to-business is not excluded.
Examples
- BMW dealer supplies a car to the Customer; US importer of steel from China supplies the steel to a US manufacturer; company (supplier) supplied (ship directly) a product to a buyer who bought the product on Amazon (seller)
Counter-Examples
- A BMW dealer supplies a car to a Customer in the US, but the BMW Manufacturer in Germany does not supply the car to the Customer. The BMW Manufacturer supplies the car to the BMW dealer.
Adapted From
- https://www.oberlo.com/ecommerce-wiki/supply
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
There are insufficient constructs to create necessary and sufficient conditions. Namely, constructs for economic transactions, service or product provision and ownership are lacking
Formal Axioms
First-Order Logic Axioms
SupplyingBusinessProcess(x) β BusinessProcess(x) β§ βy(Supplier(y) β§ hasParticipantAtSomeTime(x,y)) β§ (βp(MaterialProduct(p) β§ hasParticipantAtSomeTime(x,p)) β¨ βc(CommercialService(c) β§ occurrentPartOf(x,c)))
Semi-Formal Natural Language Axioms
if x is a βsupplying business processβ then x is a βbusiness processβ that βhas participant at some timeβ some βsupplierβ and x βhas participant at some timeβ some βmaterial productβ or is βoccurent part ofβ some βcommercial serviceβ
Description Logic
constr:SupplyingBusinessProcess β constr:BusinessProcess
constr:SupplyingBusinessProcess β β bfo:has_participant_at_some_time .constr:MaterialProduct β β bfo:occurrent_part_of .constr:CommercialService
constr:SupplyingBusinessProcess β β bfo:has_participant_at_some_time .constr:Supplier
SubClassOf: constr:BusinessProcess
SubClassOf: bfo:has_participant_at_some_time some constr:MaterialProduct or bfo:occurrent_part_of some constr:CommercialService
SubClassOf: bfo:has_participant_at_some_time some constr:Supplier