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)

DescriptionDomainRangeVocabularies
freeFromCoatings
Free From Coatings
Whether the product is free from non-removable coatings (+1 pt if true).eutex:SortingFactorsxsd:boolean
freeFromDyes
Free From Dyes
Whether the product is free from dyes (+1 pt if true).eutex:SortingFactorsxsd:boolean
freeFromPrintings
Free From Printings
Whether the product is free from non-removable printings (+1 pt if true).eutex:SortingFactorsxsd:boolean
freeFromSequins
Free From Sequins
Whether the product is free from sequins, beads, and non-textile embellishments (+1 pt if true).eutex:SortingFactorsxsd:boolean
isMonoMaterial
Is Mono-Material
Whether the product is made of a single fiber type (+1 pt if true). Mono-material products are more likely to be recycled.eutex:SortingFactorsxsd:boolean
sameInnerOuterComposition
Same Inner/Outer Composition
Whether inner and outer fabric layers have the same fiber composition (+1 pt if true).eutex:SortingFactorsxsd: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": "..."
}