MaterialRecoveryTarget
classMaterial Recovery Target
Recovery rate target or achievement for a specific material.
Properties (2)
| Property | Description | Range |
|---|---|---|
| recoveryMaterial | Material for which recovery rate is specified (e.g., lithium, cobalt, nickel, copper). | xsd:string |
| recoveryRate | Recovery rate percentage for the specified material. | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (3)
In example documents (1)
Master data & product examples
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "MaterialRecoveryTarget",
"recoveryMaterial": "...",
"recoveryRate": "..."
}