EnergyEfficiency

class

Energy Efficiency

EU Energy Label data including efficiency class (A-G), power consumption metrics, and EPREL registry information per EU Energy Labeling Regulation 2019/2021.

URI:https://ref.openepcis.io/extensions/eu/electronics/EnergyEfficiency

Subclass Of

Properties (8)

PropertyDescriptionRange
annualEnergyConsumptionAnnual energy consumption in kWh. Use gs1:QuantitativeValue with unitCode 'KWH'.gs1:QuantitativeValue
energyEfficiencyClassEU Energy Label class (A-G).EnergyEfficiencyClass
energyLabelUrlURL to the EU Energy Label image.xsd:anyURI
eprelProductUrlURL to the product page in the EPREL database.xsd:anyURI
eprelRegistrationNumberEuropean Product Registry for Energy Labelling (EPREL) registration number.xsd:string
powerConsumptionOffPower consumption when switched off but plugged in. Use gs1:QuantitativeValue with unitCode 'WTT'.gs1:QuantitativeValue
powerConsumptionOnPower consumption when device is on/active. Use gs1:QuantitativeValue with unitCode 'WTT'.gs1:QuantitativeValue
powerConsumptionStandbyPower consumption in standby mode. Use gs1:QuantitativeValue with unitCode 'WTT'.gs1:QuantitativeValue

Used as Range (1)

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
  "type": "EnergyEfficiency",
  "annualEnergyConsumption": "...",
  "energyEfficiencyClass": "...",
  "energyLabelUrl": "..."
}