MaterialRecoveryTarget

class

Material Recovery Target

Recovery rate target or achievement for a specific material.

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

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)

DescriptionDomainRangeVocabularies
recoveryMaterial
Recovery Material
Material for which recovery rate is specified (e.g., lithium, cobalt, nickel, copper).eubat:MaterialRecoveryTargetxsd:string
recoveryRate
Recovery Rate
Recovery rate percentage for the specified material.eubat:MaterialRecoveryTargetxsd:decimal—

Used as Range (1)

Where used

Referenced by other terms (3)

In example documents (2)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "MaterialRecoveryTarget",
  "recoveryMaterial": "...",
  "recoveryRate": "..."
}