RecycledContent
classRecycled Content
Declaration of recycled material content with pre-consumer and post-consumer splits.
Properties (3)
| Property | Description | Range |
|---|---|---|
| postConsumerRecycledContent | Fraction of post-consumer recycled content (0-1 scale). | xsd:decimal |
| preConsumerRecycledContent | Fraction of pre-consumer (post-industrial) recycled content (0-1 scale). | xsd:decimal |
| recycledContent | Total fraction of recycled content (0-1 scale where 0.45 = 45%). | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (6)
In SHACL shapes (1)
- RecycledContentShapetargets
References
External Vocabulary References
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "RecycledContent",
"postConsumerRecycledContent": "...",
"preConsumerRecycledContent": "...",
"recycledContent": "..."
}