offering for sale business process
IRI: https://spec.industrialontologies.org/ontology/construct/SellingBusinessProcess
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 βΊ offering for sale business process
Definition
business process wherein a product or commercial service is offered by an agent (seller) for another agent (buyer) to acquire ownership via a financial instrument
Explanatory Notes
It should be noted that we consciously exclude the person-to-person transactions, but person-to-business is not excluded.
Examples
- Good Year offers tires for sale, Boeing offers 737 planes for along with service agreements for the maintenance of the planes
Adapted From
- CCO:http://www.ontologyrepository.com/CommonCoreOntologies/ActOfBuying NL definition: OAGIS and CCO
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, ownership and economic transactions require formalization.
Formal Axioms
First-Order Logic Axioms
OfferingForSaleBusinessProcess(x) β BusinessProcess(x) β§ βyβz((MaterialProduct(y) β¨ CommercialServiceAgreement(y)) β§ Supplier(z) β§ hasParticipantAtSomeTIme(x,y) β§ hasParticipantAtSomeTime(x,z))
Semi-Formal Natural Language Axioms
if x is an βoffering for sale business processβ then x is a βbusiness procesβ that βhas participant at some timeβ some βsupplierβ and x βhas participant at some timeβ some βmaterial productβ or βcommercial service agreementβ
Description Logic
constr:SellingBusinessProcess β constr:BusinessProcess
constr:SellingBusinessProcess β β bfo:has_participant_at_some_time .constr:Supplier
constr:SellingBusinessProcess β β bfo:has_participant_at_some_time .(constr:CommercialServiceAgreement β constr:MaterialProduct)
SubClassOf: constr:BusinessProcess
SubClassOf: bfo:has_participant_at_some_time some constr:Supplier
SubClassOf: bfo:has_participant_at_some_time some (constr:CommercialServiceAgreement or constr:MaterialProduct)