BatteryDisposition

class

Battery Disposition

How the battery removed from a WEEE item was handled: its mass, whether it was treated separately as WEEE Directive 2012/19/EU Annex VII requires, the treatment route, and the facility that carried it out.

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

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

DescriptionDomainRangeVocabularies
batteryMassGrams
Battery Mass (grams)
Mass in grams of the battery removed from the item.euelec:BatteryDispositionxsd:decimal inherited
hasTreatmentFacility
Treatment Facility
The site where the removed battery was treated, referenced by its GLN.euelec:BatteryDispositiongs1:Place inherited
separatelyTreated
Separately Treated
Whether the removed battery was routed to separate battery treatment as required, rather than into the bulk WEEE stream.euelec:BatteryDispositionxsd:boolean inherited
treatmentMethod
Treatment Method
The treatment route applied to the removed battery (for example hydrometallurgical or pyrometallurgical recycling).euelec:BatteryDispositionxsd:string inherited

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
  "type": "BatteryDisposition",
  "batteryMassGrams": "...",
  "hasTreatmentFacility": "...",
  "separatelyTreated": "..."
}