EndOfLifeProgram

class

End-of-Life Program

A take-back / collection / dismantling program operating across PPWR, WEEE, Battery, Textile take-back, and ELV. Distinct from EPR registration: EPR is the producer's compliance registration; this is the consumer-facing program with collection points, refunds, and dismantling guides.

URI:https://ref.openepcis.io/extensions/common/core/EndOfLifeProgram

Properties (4)

PropertyDescriptionRange
collectionPointDirectoryUrlURL of a directory of physical collection points.xsd:anyURI
dismantlingGuideUrlURL of the public dismantling / repair guide for end-of-life processors.xsd:anyURI
takeBackIncentiveFree-text description of any consumer incentive (refund, credit, replacement).xsd:string
takeBackUrlURL of the consumer-facing take-back program landing page.xsd:anyURI

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "EndOfLifeProgram",
  "collectionPointDirectoryUrl": "...",
  "dismantlingGuideUrl": "...",
  "takeBackIncentive": "..."
}