MaterialRecoveryTarget

class

Material Recovery Target

Recovery rate target or achievement for a specific material.

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

Properties (2)

PropertyDescriptionRange
recoveryMaterialMaterial for which recovery rate is specified (e.g., lithium, cobalt, nickel, copper).xsd:string
recoveryRateRecovery 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": "..."
}