MaterialRecoveryResult

class

Material Recovery Result

The aggregate outcome of a WEEE treatment operation on one item: total input mass, total recovered mass, and the recovery, recycling and energy-recovery rates that WEEE Directive 2012/19/EU Annex V expresses as minimum targets per equipment category.

URI:https://ref.openepcis.io/extensions/eu/electronics/MaterialRecoveryResult

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 (5)

DescriptionDomainRangeVocabularies
energyRecoveryRate
Energy Recovery Rate
Fraction of the item's mass sent to energy recovery rather than material recycling (0-1 scale).euelec:MaterialRecoveryResultxsd:decimal inherited
recoveryRate
Recovery Rate
Achieved recovery rate for the item: recovered mass divided by input mass (0-1 scale).euelec:MaterialRecoveryResultxsd:decimal inherited
recyclingRate
Recycling Rate
Achieved rate of preparing for re-use and recycling for the item (0-1 scale), excluding energy recovery.euelec:MaterialRecoveryResultxsd:decimal inherited
totalInputMassGrams
Total Input Mass (grams)
Mass in grams of the item that entered the treatment operation.euelec:MaterialRecoveryResultxsd:decimal inherited
totalRecoveredMassGrams
Total Recovered Mass (grams)
Mass in grams recovered from the item across all output streams.euelec:MaterialRecoveryResultxsd:decimal inherited

Vocabulary alignment

Close match
Broader · upstream

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by local QA panels per round (claude-opus-4-8 / qwen3.5-27b / qwen3-32b).

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
  "type": "MaterialRecoveryResult",
  "energyRecoveryRate": "...",
  "recoveryRate": "...",
  "recyclingRate": "..."
}