EnergyConsumptionDescription
Summary
The class that helps note down the quantity of energy consumption and the unit used for measurement.
Description
This class is designed to store energy consumption data, including the quantity and the unit of measurement.
The energyQuantity
property stores the amount of energy consumed,
and the energyUnit
property stores the unit used for measurement.
For example, 0.0042 kilowatt-hour of energy will have 0.042
as a value for
property energyQuantity
, and "kilowattHour"
as a value for property
energyUnit
.
Example
{
"type": "ai_EnergyConsumptionDescription",
"ai_energyQuantity": "0.042",
"ai_energyUnit": "kilowattHour"
}
Metadata
https://spdx.org/rdf/3.0.1/terms/AI/EnergyConsumptionDescription
Name | EnergyConsumptionDescription |
Instantiability | Concrete |
Superclasses
/AI/EnergyConsumptionDescription
Properties
Property | Type | minCount | maxCount |
---|---|---|---|
energyQuantity | xsd:decimal | 1 | 1 |
energyUnit | EnergyUnitType | 1 | 1 |
All properties
Property | Type | minCount | maxCount |
---|---|---|---|
energyQuantity | xsd:decimal | 1 | 1 |
energyUnit | EnergyUnitType | 1 | 1 |