ExtendedProducerResponsibility
classExtended 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.
Properties (5)
| Property | Description | Range |
|---|---|---|
| eprComplianceUrl | URL of the EPR scheme operator's public verification endpoint or compliance certificate for this producer. | xsd:anyURI |
| eprJurisdiction | The 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 |
| eprRegistrationNumber | Producer registration number issued by an EPR compliance scheme operator (e.g. Stiftung EAR for German WEEE, EcoEmballages for French packaging). | xsd:string |
| eprScheme | The Producer Responsibility Organisation (PRO) or competent authority that operates the EPR scheme. Modelled as a gs1:Organization or untp:Party. | gs1:Organization |
| eprWasteStream | The 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 |
Used as Range (1)
Where used
Referenced by other terms (7)
subclass of this:
In SHACL shapes (1)
- ExtendedProducerResponsibilityShapetargets
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "ExtendedProducerResponsibility",
"eprComplianceUrl": "...",
"eprJurisdiction": "...",
"eprRegistrationNumber": "..."
}