ExtendedProducerResponsibility

class

Extended Producer Responsibility

A registration of a producer's compliance with an Extended Producer Responsibility (EPR) scheme for a specific waste stream and jurisdiction. EPR schemes apply across PPWR (packaging), WEEE (electronics), Battery Regulation, ELV (vehicles), Textile-DA (proposed), and others — every regulation covered by this ontology. No upstream vocabulary defines this class; UNTP v0.7.0 has no EPR-specific term, and CIRPASS-2 D3.2 confirms it as a gap.

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

Properties (5)

PropertyDescriptionRange
eprComplianceUrlURL of the EPR scheme operator's public verification endpoint or compliance certificate for this producer.xsd:anyURI
eprJurisdictionThe country / member state where this EPR registration applies. EPR schemes are organised per Member State; producers selling into multiple MS register in each.gs1:Country
eprRegistrationNumberProducer registration number issued by an EPR compliance scheme operator (e.g. Stiftung EAR for German WEEE, EcoEmballages for French packaging).xsd:string
eprSchemeThe Producer Responsibility Organisation (PRO) or competent authority that operates the EPR scheme. Modelled as a gs1:Organization or untp:Party.gs1:Organization
eprWasteStreamThe waste stream the EPR registration covers: packaging, weee, batteries, vehicles, textiles, etc. Free-text token; controlled vocabulary may be added when EU publishes one.xsd:string

Where used

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "ExtendedProducerResponsibility",
  "eprComplianceUrl": "...",
  "eprJurisdiction": "...",
  "eprRegistrationNumber": "..."
}