supply chain node role

IRI: https://spec.industrialontologies.org/ontology/construct/SupplyChainNodeRole

Defined In: https://spec.industrialontologies.org/ontology/supplychain/SupplyChain/

SubClass Of: location role

Class Hierarchy

owl:Thingbfo:entitybfo:continuantbfo:specifically dependent continuantbfo:realizable entitybfo:rolelocation rolesupply chain node role

Definition

location role held by a geospatial site when it is the site some supply chain process

Semi-Formal Definition:

every instance of ‘supply chain node role’ is defined as exactly an instance of ‘location role’ that is ‘role of’ some ‘geospatial site’ when ‘is site of’ some ‘supply chain process’

Examples

  • role of the site of a factory operated by a supplier of Tesla, role of the site of a storage facility where airbag packages are stored before being shipped to a Ford assembly plant

Formal Axioms

First-Order Logic Definition

SupplyChainNodeRolel(x) ↔ LocatinRole(x) ∧ ∃g∃p(GeospatialSite(g) ∧ SupplyChainProcess(p) ∧ isSiteOf(g,p) ∧ roleOf(x,g))

Description Logic