ESPR Readiness Guide
The Ecodesign for Sustainable Products Regulation (ESPR) mandates Digital Product Passports for certain product categories starting 2027. Galileo's DPP schema is designed for full ESPR compliance.
ESPR Requirements
Digital Product Passports must include:
- Product identification (GTIN, serial number)
- Manufacturer information
- Material composition
- Carbon footprint data
- Repair and recycling information
- Compliance declarations
Galileo DPP Schema
{
"@context": "https://vocab.galileoprotocol.io/contexts/galileo.jsonld",
"@type": "DigitalProductPassport",
// Identification
"gtin": "00614141123452",
"serialNumber": "ABC123",
"batchNumber": "LOT456",
// Manufacturer
"manufacturer": {
"name": "Atelier Prestige",
"did": "did:galileo:brand:atelier-prestige",
"address": "Paris, France"
},
// Materials
"materials": [{
"type": "Leather",
"percentage": 85,
"origin": "France",
"certified": true,
"certificationBody": "Leather Working Group"
}],
// Sustainability
"carbonFootprint": {
"value": 12.5,
"unit": "kgCO2e",
"scope": ["Scope1", "Scope2", "Scope3"]
},
// Repair
"repairInformation": {
"repairability": 8.5,
"spareParts": true,
"repairManualUrl": "https://..."
},
// Compliance
"complianceDeclarations": [{
"regulation": "ESPR",
"status": "COMPLIANT",
"declarationDate": "2024-01-15"
}]
}Data Carrier Requirements
ESPR requires a data carrier linking physical product to DPP:
- QR Code — GS1 Digital Link URL
- NFC Tag — Optional for luxury items
- RFID — For supply chain tracking
Implementation Checklist
- All mandatory fields populated
- Data carrier linked to product
- Public access endpoint configured
- Update mechanism for lifecycle changes
- Audit trail for modifications
Timeline
- 2024 — ESPR adopted
- 2025 — Delegated acts define product categories
- 2027 — First DPP requirements in force
- 2030 — Full rollout across categories