RecycledContent

class

Recycled Content

Declaration of recycled material content with pre-consumer and post-consumer splits.

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

Properties (3)

PropertyDescriptionRange
postConsumerRecycledContentFraction of post-consumer recycled content (0-1 scale).xsd:decimal
preConsumerRecycledContentFraction of pre-consumer (post-industrial) recycled content (0-1 scale).xsd:decimal
recycledContentTotal fraction of recycled content (0-1 scale where 0.45 = 45%).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": "RecycledContent",
  "postConsumerRecycledContent": "...",
  "preConsumerRecycledContent": "...",
  "recycledContent": "..."
}