RecycledContent

class

Recycled Content

Declaration of recycled material content in the battery with pre/post-consumer breakdown.

URI:https://ref.openepcis.io/extensions/eu/battery/RecycledContent

Properties (10)

PropertyDescriptionRange
cobaltPostConsumerSharexsd:decimal
cobaltPreConsumerSharexsd:decimal
cobaltRecycledShareTotal percentage of recycled cobalt content.xsd:decimal
leadRecycledShareTotal percentage of recycled lead content (combined pre- and post-consumer). The EU Battery Regulation does not require a pre/post split for lead, in contrast to lithium, cobalt, nickel; v1.3 of the BatteryPass-Ready longlist consolidated the two former v1.2 attributes (#43 + #47) into this single share.xsd:decimal
lithiumPostConsumerSharexsd:decimal
lithiumPreConsumerSharexsd:decimal
lithiumRecycledShareTotal percentage of recycled lithium content.xsd:decimal
nickelPostConsumerSharexsd:decimal
nickelPreConsumerSharexsd:decimal
nickelRecycledShareTotal percentage of recycled nickel content.xsd:decimal

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "RecycledContent",
  "cobaltPostConsumerShare": "...",
  "cobaltPreConsumerShare": "...",
  "cobaltRecycledShare": "..."
}