RecyclabilityAssessment

class

Recyclability Assessment

An assessment of a product's recyclability. Different regulations express the same concept differently: PPWR uses letter grades A/B/C, the JRC textile methodology uses a 0–10 score, electronics WEEE uses a 0–1 rate. All three are optional; pick whichever your regulation requires.

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

Subclass Of

Properties (3)

PropertyDescriptionRange
recyclabilityMethodologyURI of the recyclability methodology used (e.g. PEF, EN 15343, JRC textile preparatory study, PPWR Annex II).xsd:anyURI
recyclabilityRateDecimal fraction (0–1) of the product that can be recycled. Aligns with untp:recyclableContent.xsd:decimal
recyclabilityScoreNumeric recyclability score (e.g. 0–10 per JRC textile methodology). Use unitCode aligned with the methodology when expressed via gs1:QuantitativeValue.xsd:decimal

Used as Range (1)

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "RecyclabilityAssessment",
  "recyclabilityMethodology": "...",
  "recyclabilityRate": "...",
  "recyclabilityScore": "..."
}