SortingFactors

class

Sorting Factors

Sorting factors affecting recyclability score. Each factor satisfied adds 1 point: same composition inner/outer, free from printings, free from coatings, free from sequins, free from dyes, mono-material.

URI:https://ref.openepcis.io/extensions/eu/textile/SortingFactors

Properties (6)

PropertyDescriptionRange
freeFromCoatingsWhether the product is free from non-removable coatings (+1 pt if true).xsd:boolean
freeFromDyesWhether the product is free from dyes (+1 pt if true).xsd:boolean
freeFromPrintingsWhether the product is free from non-removable printings (+1 pt if true).xsd:boolean
freeFromSequinsWhether the product is free from sequins, beads, and non-textile embellishments (+1 pt if true).xsd:boolean
isMonoMaterialWhether the product is made of a single fiber type (+1 pt if true). Mono-material products are more likely to be recycled.xsd:boolean
sameInnerOuterCompositionWhether inner and outer fabric layers have the same fiber composition (+1 pt if true).xsd:boolean

Used as Range (1)

Where used

Referenced by other terms (7)

In SHACL shapes (2)

  • SortingFactorsShapetargets
  • RecyclabilityAssessmentShapeclass-of

In example documents (2)

Master data & product examples

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/textile/textile-context.jsonld",
  "type": "SortingFactors",
  "freeFromCoatings": "...",
  "freeFromDyes": "...",
  "freeFromPrintings": "..."
}