Classes: ConsumptionAmount | EnergyConsumption | EnergySource
Properties: consumes | hasConsumptionAmount | hasEnergySource | hasUnitOfMeasurement | hasValue
Consumption Amount – This class describes the amount of energy consumed that has a value and unit of measurement.
Energy Consumption – This class represents the energy consumed.
Energy Source – This class defines the source of energy being considered. This can be power, paper, etc.
consumes – this property links the energy consumption to a particular business process task.
hasConsumptionAmount – This property defines the amount of energy consumed.
hasEnergySource – This property allows to define what is the energy source is related to a particular consumption.
hasUnitOfMeasurement – This property allows to determine the unit of measurement used.
hasValue