CircularityPerformance

class

Circularity Performance

Information supporting circular economy requirements including end-of-life handling, recycling, waste prevention, and circularity metrics. Aligned with UNTP CircularityPerformance pattern.

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

Properties (7)

PropertyDescriptionRange
dismantlingInstructionsDocumentReference
endOfLifeInstructionsURL to end-of-life handling instructions. For text-based recycling guidance, see gs1:consumerRecyclingInstructions.xsd:anyURI
materialCircularityIndicatorOverall circularity score combining recycled input, recyclability, and utility (0-1 scale).xsd:decimal
recyclableContentFraction of product that can be recycled (0-1 scale where 0.45 = 45%).xsd:decimal
separateCollectionInfoURL to separate collection requirements. For text-based recycling guidance, see gs1:consumerRecyclingInstructions.xsd:anyURI
utilityFactorDurability of the product relative to industry average (1.0 = average). A value >1 indicates above-average durability.xsd:decimal
wastePreventionInfoURL to waste prevention information. For text-based recycling guidance, see gs1:consumerRecyclingInstructions.xsd:anyURI

Used as Range (1)

External Vocabulary References

Loading external vocabulary...
Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "CircularityPerformance",
  "dismantlingInstructions": "...",
  "endOfLifeInstructions": "...",
  "materialCircularityIndicator": "..."
}