warehousing process
IRI: https://spec.industrialontologies.org/ontology/construct/WarehousingProcess
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 βΊ warehousing process
Definition
business process of storing products (material products) in a storage facility for future use
Semi-Formal Definition:
every instance of βwarehousing processβ is defined as exactly an instance of βbusiness processβ that βoccurs inβ some βstorage facilityβ and βhas occurrent partβ some βstorage processβ and is βprescribed byβ some βwarehousing plan specificationβ
Examples
- the process of counting and storing a shipment of external hard drives at an Amazon Fulfillment Center
Formal Axioms
First-Order Logic Definition
WarehousingProcess(x) β BusinessProcess(x) β§ βpβwβf((StorageProcess(p) β§ WarehousingPlanSpecification(w) β§ StorageFacility(f)) β§ occursIn (x,f) β§ hasOccurrentPart(x,p) β§ prescribedBy (x,w))
Description Logic
constr:WarehousingProcess β‘ constr:BusinessProcess β β bfo:occurs_in .constr:StorageFacility β β bfo:has_occurrent_part .constr:StorageProcess β β constr:prescribedBy .constr:WarehousingPlanSpecification
constr:WarehousingProcess β β€
EquivalentTo: constr:BusinessProcess and bfo:occurs_in some constr:StorageFacility and bfo:has_occurrent_part some constr:StorageProcess and constr:prescribedBy some constr:WarehousingPlanSpecification
SubClassOf: owl:Thing