RecycledContentDeclaration
classRecycled Content Declaration
Structured recycled content declaration per EU Preparatory Study 3rd Milestone. Captures secondary material fraction, waste origin type (post-consumer/post-industrial), recycled source type (fiber-to-fiber/open loop), and chain of custody method.
Properties (6)
| Property | Description | Range |
|---|---|---|
| chainOfCustodyMethod | Chain of custody method used to verify the recycled content claim. | ChainOfCustodyMethod |
| meetsTargetThreshold | Whether the recycled content meets the regulatory target threshold for this product category. | xsd:boolean |
| recycledSourceType | Type of recycling pathway. | RecycledSourceType |
| secondaryMaterialFraction | Percentage of secondary (recycled) material by weight. | xsd:decimal |
| verificationCertification | Third-party certification verifying the recycled content claim. Use gs1:CertificationDetails pattern. | gs1:CertificationDetails |
| wasteOriginType | Origin classification of the recycled waste material. | WasteOriginType |
Used as Range (1)
Where used
Referenced by other terms (7)
In SHACL shapes (2)
- RecycledContentDeclarationShapetargets
- TextileProductShapeclass-of
In example documents (2)
Master data & product examples
References
External Vocabulary References
Loading external vocabulary...
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/textile/textile-context.jsonld",
"type": "RecycledContentDeclaration",
"chainOfCustodyMethod": "...",
"meetsTargetThreshold": "...",
"recycledSourceType": "..."
}