WEEECompliance

class

WEEE Compliance

Waste Electrical and Electronic Equipment (WEEE) Directive compliance information including equipment category, registration number, and collection scheme.

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

Properties (5)

PropertyDescriptionRange
collectionSchemeUrlURL to information about the WEEE collection/take-back scheme.xsd:anyURI
recoverabilityRateFraction of device that can be recovered (recycling + energy recovery, 0-1 scale).xsd:decimal
recyclabilityRateFraction of device that can be recycled (0-1 scale).xsd:decimal
weeeRegistrationCountryCountry of WEEE registration (ISO 3166-1 alpha-2).xsd:string
weeeRegistrationNumberProducer registration number in the WEEE register.xsd:string

Used as Range (1)

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/electronics/electronics-context.jsonld",
  "type": "WEEECompliance",
  "collectionSchemeUrl": "...",
  "recoverabilityRate": "...",
  "recyclabilityRate": "..."
}