Welcome to the Digital Product Passport page. The Digital Product Passport (DPP) is a crucial enabler of the transition to a circular economy. Providing valuable information about a product’s design, material composition, and environmental impact supports the development of more sustainable business models and value chains while also reducing waste and increasing the efficiency of logistics and accounting functions when recycling materials and components.
We are still working on the project and some information may change in the near future.
For more information and updates, please visit DPP Page.
Chapter 1
Introduction to DPP
Chapter 2
Regulation and benefits
Chapter 3
Technical features
Chapter 4
Collaborative designs
A DPP as represented by a machine-readable data carrier (such as a QR code), contains a unique identifier for a product, as well as linked data references not only to attributes such as its design and constituent materials, but also process details spanning across the product’s life-cycle – from manufacturing and usage to disposal and recycling.
The wide adoption of a DPP standard has the potential to facilitate fine-grained transitions to a circular economy, from the local to the global. A circular economy aims to keep materials in use for as long as possible, minimising the entropy created by production processes: an externality known as waste and pollution. Products must be designed with their end-of-life in mind, and materials must be recovered, reused, or recycled to minimise the entropy of production processes.
DPPs can provide valuable information to enable this transition by facilitating the tracking of materials and products throughout their life cycle. Initiatives willing to produce open hardware can use this information to optimise recycling processes, reduce waste, and support the development of new business models and value chains.
For example, by providing information about the materials and components used in a product, a DPP can facilitate identifying and separating these materials for recycling. It can also provide information about the materials’ quality, lifetime and condition, enabling more effective recycling processes
The EU Regulation
At the heart of the European Commission’s European Green Deal strategy[EC1], the Ecodesign for Sustainable Products Regulation (ESPR) [EC2] defines DPPs as the technical keystone for achieving its aims. DPPs are designed for all participants along a value chain, from designers, manufacturers, distributors and end-users to repairers, re-manufacturers and recyclers, to cooperatively access information that is valuable in their work to improve environmental performance, prolong product lifetime, reduce energy use and waste disposal while boosting efficiency and increasing the use of secondary raw materials.
Benefits
Over a product’s complete life-cycle, from design and production to its usage, disuse and recycling, a DPP is a means to:
To achieve this, the ESPR and its Annexes outline required information parameters linked to a DPP data carrier as appropriate.
Above: DPP main features
Graph Data and “Resource-Event-Agent” accounting model
In our research and development, we use a Resource-Event-Agent (REA) accounting model to create a product’s DPP. According to this model, a resource undergoes transforming events operated by agents. An example of a model could be the following: a designer (agent) produces (event) a design (resource), and a manufacturer (agent) uses (event) the design (resource) to produce (event) a bike (resource).
The REA accounting model structure allows for graph data representation. We implement this structure utilising a graph database and the Graph Query Language (GQL) to access it.
When looking at concrete implementations of a DPP, we introduce the following two concepts:
In our research and development activity, we focused primarily on tracing for the DPP, because tracing contains each event that contributed to the manifestation of a resource, along with events of intermediate resources together with each agent involved.
For example, a bike’s trace starts with the bike and goes back along the assembly phase, listing the parts used. It proceeds following the trace of the parts bought by a workshop from different resellers, which in turn had bought batches from other manufacturers, and so on. Such a DPP allows the tracing of a resource from its current known manifestation back to its origins, potentially as deep as accounting for all the different raw materials used.
Tracing captures the provenance of the resource – the chain of relations between resources, events and agents and their properties that constitutes a given manifestation of the resource.
An example of tracing back a resource is the following:
Above: trace (fragment) of “fancy collaborative bike” (in red). Squares represent events, circles resources and triangles agents. The graph represents Processes (group of events) using diamond glyphs.
DPP Verification Methods
Proper means to verify the authenticity of a DPP are essential because one needs to export DPP linked data references into a data carrier (for instance, a RFID tag or QR code) and rely on a verification method to assess the integrity of the data carrier. The data carrier can hold only a limited amount of data constrained by the physical data carrier format, and so contains linked data references to provide further details for verification online.
An offline verification method can cryptographically verify the direct data and references contained within the data carrier.
An online verification method can verify both the data carrier content as well as all details of the referenced linked data available online. This link is necessary when importing the data into another federated system or visualising details for closer inspection.
In the case of Open Source Hardware DPPs, it is crucial to have some information about Agents involved in a product life cycle to further serve the implementation of economic models. In some situations, the Agents should also produce valid signatures to attest liabilities and warranties related to the production of an object. But then strong privacy concerns arise in terms of protecting the personal details of people contributing their work to a design, product, or service.
This configuration calls for developing an advanced cryptographic model that can solve these requirements and serve to authenticate data carrier linked data references to federated graph data storage. We have already created the cryptographic primitives for such a model in REFLOW crypto.
The building blocks are two:
,,
Proof for the collaboration and reputation
In OSH development multiple parties can be involved in producing a particular resource, a condition common to most supply chains. Parties should be able to work together with limited trust and visibility of each other’s actions. Each party then certifies and assume liabilities for its part of the flow (corresponding to a sub-graph of the entire trace graph in our data representation), and each party can see and verify the other parties’ actions.
We use graph (see Chapter 3) as an example, where agent Designer creates a design, releases it licensed as an OSH design; agent service_prov2 then uses (“cite” in Valueflows) this design and uses (“consumes”) two other resources (magic bike mirror and aluminium bike frame) to produce a bike (fancy collaborative bike). Let’s imagine a customer wants to buy a bike designed by a local designer. The DPP can show this, but why would the customer trust it? A service provider may falsify a DPP, claiming they used an OSH design from a local designer.
A way to guarantee the authenticity of such claims is the use of cryptographic signatures. In this example, first, Designer1 generates (and thus signs) the design’s DPP (represented by the sub-graph on the right side of the picture). Once the bike is built from the design, service_prov2 generates (and thus signs) the manifested bike’s DPP (which includes citing the design of the local designer).
As shown in figure, the bike’s DPP contains the DPP for the bike’s design, as the design is embedded within the bike’s trace graph.
This configuration implies that when service_prov2 generates the bike’s DPP, the sub-graph describing the design is identical to the subgraph signed by Designer1; otherwise, Designer1’s design use cannot be verified.
A requirement for the DPP then becomes the following: any DPP generated at time t needs to include any DPP generated at an earlier time ti. In other words, each DPPt is a subgraph of DPPti if t ≤ ti.
Interfacer platform, Tech demo February 2023 – Adding contributors to project by Jaromil (Dyne.org)
Assembly Documentation Fab City OS
Ingest for Trace & DPP Modelling
DPP data modeling visualization status
Please see embedded interactive trace
Digital Product Passport Git Repositories
and Zenflows Manual to contribute.
Powered by Oxjno