CircularityPerformance
classCircularity Performance
Information supporting circular economy requirements including end-of-life handling, recycling, waste prevention, and circularity metrics. Aligned with UNTP CircularityPerformance pattern.
Properties (7)
| Property | Description | Range |
|---|---|---|
| dismantlingInstructions | — | DocumentReference |
| endOfLifeInstructions | URL to end-of-life handling instructions. For text-based recycling guidance, see gs1:consumerRecyclingInstructions. | xsd:anyURI |
| materialCircularityIndicator | Overall circularity score combining recycled input, recyclability, and utility (0-1 scale). | xsd:decimal |
| recyclableContent | Fraction of product that can be recycled (0-1 scale where 0.45 = 45%). | xsd:decimal |
| separateCollectionInfo | URL to separate collection requirements. For text-based recycling guidance, see gs1:consumerRecyclingInstructions. | xsd:anyURI |
| utilityFactor | Durability of the product relative to industry average (1.0 = average). A value >1 indicates above-average durability. | xsd:decimal |
| wastePreventionInfo | URL to waste prevention information. For text-based recycling guidance, see gs1:consumerRecyclingInstructions. | xsd:anyURI |
Used as Range (1)
Where used
Referenced by other terms (12)
In SHACL shapes (1)
- CircularityPerformanceShapetargets
References
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": "..."
}