MaterialRecoveryTarget
classMaterial Recovery Target
Recovery rate target or achievement for a specific material.
Upstream alignment
How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.
Properties (2)
| Description | Domain | Range | Vocabularies | |
|---|---|---|---|---|
| recoveryMaterial Recovery Material | Material for which recovery rate is specified (e.g., lithium, cobalt, nickel, copper). | eubat:MaterialRecoveryTarget | xsd:string | |
| recoveryRate Recovery Rate | Recovery rate percentage for the specified material. | eubat:MaterialRecoveryTarget | xsd:decimal | — |
Used as Range (1)
Where used
Referenced by other terms (3)
In example documents (2)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "MaterialRecoveryTarget",
"recoveryMaterial": "...",
"recoveryRate": "..."
}