ProcessHasMassBalance

Description

A process is connected to a mass balance.

Definition

A process (x1) has a mass balance (x2).

../../_images/ProcessHasMassBalance.svg
ProcessHasMassBalance(x1, x2) <->
    ClassOfActivity(x1) &
    MultidimensionalProperty(x2) &
    MMT:SpecializationOfClassOfIndividual(x1, x2) .

Roles

  1. hasProcess
  2. hasMassBalance

Restrictions

  • Role filler of hasProcess must have entity type ClassOfActivity.
  • Role filler of hasMassBalance must have entity type MultidimensionalProperty.
  • Role filler of hasProcess must be used as the role filler of hasThis with respect to the ThisIsAProcess pattern.
  • Role filler of hasMassBalance must be used as the role filler of hasThis with respect to the ThisIsAMassBalance pattern.