Ugrás a fő tartalomhoz

Resources

Sample DPPs

Worked examples for each active sector, illustrating the expected fields, carriers and resolution patterns. These are illustrative and do not represent any real product.

Battery (instance-level)

{
  "@context": "https://schema.cirpassproject.eu/v1",
  "id": "did:web:id.example.eu:batteries:SN-10042",
  "type": "BatteryDPP",
  "manufacturer": { "name": "ExampleCell GmbH", "country": "DE" },
  "model": "EX-LFP-75",
  "chemistry": "LFP",
  "capacityKWh": 75,
  "carbonFootprint": { "kgCO2ePerKWh": 45.2, "method": "PEFCR Batteries v2" },
  "recycledContent": { "cobalt": 0.0, "lithium": 0.12, "nickel": 0.0, "lead": 0.0 },
  "substancesOfConcern": [
    { "casNumber": "7439-93-2", "name": "Lithium", "concentration": "<1%" }
  ],
  "dismantlingInstructions": "https://id.example.eu/batteries/SN-10042/dismantle.pdf",
  "validFrom": "2027-03-01",
  "version": "1"
}

Textile garment (batch-level)

{
  "@context": "https://schema.cirpassproject.eu/v1",
  "id": "https://id.example.eu/01/09506000134352/10/LOT-042",
  "type": "TextileDPP",
  "manufacturer": { "name": "Example Apparel Srl", "country": "IT" },
  "composition": [
    { "material": "Cotton (organic)", "share": 0.6 },
    { "material": "Recycled polyester", "share": 0.4 }
  ],
  "originOfMaterials": ["TR", "PT"],
  "careInstructions": "Wash at 30 °C. Do not tumble dry.",
  "microfibreReleaseClass": "B",
  "durabilityScore": 7.2,
  "endOfLifeInstructions": "https://id.example.eu/textiles/LOT-042/end-of-life",
  "validFrom": "2028-01-01",
  "version": "1"
}

Sample schemas will evolve with the CIRPASS reference and the delegated acts. Subscribe to updates for material changes.