RecycledContent
classRecycled Content
Declaration of recycled material content in the battery with pre/post-consumer breakdown.
Properties (10)
| Property | Description | Range |
|---|---|---|
| cobaltPostConsumerShare | — | xsd:decimal |
| cobaltPreConsumerShare | — | xsd:decimal |
| cobaltRecycledShare | Total percentage of recycled cobalt content. | xsd:decimal |
| leadRecycledShare | Total 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 |
| lithiumPostConsumerShare | — | xsd:decimal |
| lithiumPreConsumerShare | — | xsd:decimal |
| lithiumRecycledShare | Total percentage of recycled lithium content. | xsd:decimal |
| nickelPostConsumerShare | — | xsd:decimal |
| nickelPreConsumerShare | — | xsd:decimal |
| nickelRecycledShare | Total percentage of recycled nickel content. | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (11)
domain:
eu/batterycobaltPostConsumerShareeu/batterycobaltPreConsumerShareeu/batterycobaltRecycledShareeu/batteryleadRecycledShareeu/batterylithiumPostConsumerShareeu/batterylithiumPreConsumerShareeu/batterylithiumRecycledShareeu/batterynickelPostConsumerShareeu/batterynickelPreConsumerShareeu/batterynickelRecycledShare
In SHACL shapes (2)
- RecycledContentShapetargets
- BatteryShapeclass-of
In example documents (1)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "RecycledContent",
"cobaltPostConsumerShare": "...",
"cobaltPreConsumerShare": "...",
"cobaltRecycledShare": "..."
}