EndOfLifeInfo

class

End of Life Information

Information required for safe handling, dismantling, and recycling at end of battery life.

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

Properties (11)

PropertyDescriptionRange
dismantlingInstructionsReference to dismantling instructions document for safe disassembly of the battery.rdfs:Resource
dismantlingTimeEstimated time required for safe battery dismantling.gs1:QuantitativeValue
extinguishingAgentRecommended fire extinguishing agent for the battery.rdf:langString
informationOnCollectionURL to information about collection points and procedures.xsd:anyURI
materialRecoveryTargetsRecovery rate targets or achievements for specific materials.MaterialRecoveryTarget
recyclabilityRatePercentage of the battery (by weight) that can be recycled.xsd:decimal
renewableContentPercentage of renewable content in the battery.xsd:decimal
safetyInstructionsURL to general safety instructions document.xsd:anyURI
safetyInstructionsForDismantlingURL to specific safety requirements for battery dismantling.xsd:anyURI
separateCollectionURL to information about separate collection requirements.xsd:anyURI
wastePreventionURL to waste prevention information.xsd:anyURI

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "EndOfLifeInfo",
  "dismantlingInstructions": "...",
  "dismantlingTime": "...",
  "extinguishingAgent": "..."
}