Electronics DPP

Digital Product Passport vocabulary for electronic devices under ESPR, the French Repairability Index, EU Right to Repair and WEEE.

Overview

The Electronics DPP module provides the vocabulary and the JSON-LD context for Digital Product Passports targeting electronic devices under ESPR 2024/1781 and the surrounding regulatory layer — the French Repairability Index, the EU Right to Repair, the EU Energy Labelling Regulation 2017/1369, and the WEEE Directive 2012/19/EU.

Status: v0.9.5 pre-release. Vocabulary and JSON-LD context feature-complete; reference passport documents shipped for smartphones, laptops, displays and servers.

Regulation context

PillarReferenceWhat it requires
ESPRRegulation 2024/1781Durability, repairability, spare-parts availability, software support, energy efficiency, recycled content.
French Repairability Indexecologie.gouv.fr/indice-reparabilite100-point score across documentation, disassembly, spare parts, price ratio, product-specific criteria.
EU Right to Repaircommission.europa.euA–E repair-class grading.
EU Energy LabellingRegulation 2017/1369Energy class label (A–G) plus EPREL registration.
WEEEDirective 2012/19/EUProducer registration, take-back, the six WEEE categories from Annex III.

Vocabulary namespace

  • Prefix: electronics:
  • IRI: https://ref.openepcis.io/extensions/eu/electronics/

Key concepts in the vocabulary

ConceptVocabulary anchor
Device categorisationelectronics:DeviceCategory (Smartphone, Tablet, Laptop, Desktop, Server, Television, Display, Printer, Refrigerator, WashingMachine, Dishwasher, VacuumCleaner, SmallAppliance, NetworkEquipment, Wearable, DataStorage)
Repairabilityelectronics:RepairabilityIndex (French method) + electronics:EURepairabilityClass with RepairClassARepairClassE (Right-to-Repair grading), electronics:RepairCriterion with the criterion-by-criterion breakdown
Spare partselectronics:SparePartsAvailability, electronics:SparePartsPricing, electronics:ReplacementDifficulty (UserReplaceable, ToolRequired, ProfessionalOnly, NotReplaceable)
Software supportelectronics:SoftwareSupport, electronics:firmwareVersion, electronics:osVersion, electronics:previousVersion, electronics:newVersion, electronics:updateSource, electronics:updateType
Energy efficiencyelectronics:EnergyEfficiency, electronics:EnergyEfficiencyClass (EnergyClassAEnergyClassG), electronics:eprelRegistrationNumber, electronics:annualEnergyConsumption
Display specificselectronics:DisplaySpecification, electronics:displayTechnology
Component BOMelectronics:ComponentBOM, electronics:ComponentType (BatteryComponent, CameraComponent, ConnectorComponent, CoolingSystemComponent, DisplayComponent, EnclosureComponent, KeyboardComponent, MemoryComponent, MicrophoneComponent, MotherboardComponent, PowerSupplyComponent, ProcessorComponent, SpeakerComponent, StorageComponent, TrackpadComponent), electronics:componentPartNumber
WEEE (Annex III, six categories)electronics:WEEECategory with WEEE1_TemperatureExchange, WEEE2_ScreensMonitors, WEEE3_Lamps, WEEE4_LargeEquipment, WEEE5_SmallEquipment, WEEE6_SmallIT; electronics:weeeRegistrationNumber, electronics:weeeRegistrationCountry
RoHSelectronics:RoHSCompliance, electronics:rohsExemptions, electronics:iec62474DslVersion (IEC 62474 declarable substances)

For the full term list with definitions, see the browser.

French Repairability Index

The French Repairability Index uses a 100-point scale, displayed as 0–10 on the product label, calculated across five weighted criteria:

CriterionWeightWhat it captures
Documentation20%Availability of repair manuals, diagrams, parts lists
Disassembly20%Ease of disassembly, tools required
Spare parts availability20%How long spare parts remain available
Spare parts price20%Spare-parts price relative to product price
Product-specific20%Category-specific repairability criteria

(The exact weighting and threshold table is set by the French Ministry of Ecological Transition and changes per product family — refer to the official methodology for current values.)

In a passport, the index is captured as electronics:RepairabilityIndex with one electronics:RepairCriterion per scored axis. The EU Right to Repair A–E grading lives separately in electronics:EURepairabilityClass.

WEEE categories (Annex III)

WEEE Directive 2012/19/EU Annex III collapses electrical and electronic equipment into six categories — this is the controlled list the OpenEPCIS vocabulary uses:

  1. WEEE1_TemperatureExchange — fridges, freezers, heat pumps
  2. WEEE2_ScreensMonitors — TVs, monitors, displays > 100 cm²
  3. WEEE3_Lamps
  4. WEEE4_LargeEquipment — any large appliance > 50 cm
  5. WEEE5_SmallEquipment — small appliances ≤ 50 cm
  6. WEEE6_SmallIT — small IT and telecom equipment ≤ 50 cm

Energy class

electronics:EnergyEfficiencyClass carries the regulatory energy-label class (EnergyClassAEnergyClassG). The electronics:eprelRegistrationNumber cross-references the EU Product Registry for Energy Labelling so verifiers can pull the canonical declaration.

Bring the context in

EPCIS captures declare the extension via the GS1-Extensions header:

GS1-Extensions: electronics=https://ref.openepcis.io/extensions/eu/electronics/, dpp=https://ref.openepcis.io/extensions/common/core/

JSON-LD documents reference the published contexts:

{
  "@context": [
    "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
    "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
    "https://ref.gs1.org/standards/epcis/epcis-context.jsonld"
  ]
}

A device with an embedded battery (smartphone, laptop, e-scooter) imports both the electronics and battery contexts so the battery cell or pack can carry its own typed data on the same passport, or — preferred for multi-component products — link to a separately-resolvable battery DPP. See Multi-component example.

Dependencies on the DPP core

The electronics passport reuses these published core blocks:

  • dpp:OperatorInformation — economic operator data
  • dpp:RepairabilityInfo — repair scores (cross-cutting; the French index lives in electronics:RepairabilityIndex)
  • dpp:FacilityInformation — manufacturing facility data
  • dpp:CircularityPerformance — circularity metrics and end-of-life handling
  • dpp:AccessRights — data access tier per ESPR Article 9

Resources

Next steps

Last updated: