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 Public
freeFromDyes
Free From Dyes
Whether the product is free from dyes (+1 pt if true).eutex:SortingFactorsxsd:boolean Public
freeFromPrintings
Free From Printings
Whether the product is free from non-removable printings (+1 pt if true).eutex:SortingFactorsxsd:boolean Public
freeFromSequins
Free From Sequins
Whether the product is free from sequins, beads, and non-textile embellishments (+1 pt if true).eutex:SortingFactorsxsd:boolean Public
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 Public
sameInnerOuterComposition
Same Inner/Outer Composition
Whether inner and outer fabric layers have the same fiber composition (+1 pt if true).eutex:SortingFactorsxsd:boolean Public

Used as Range (1)

JSON-LD Example

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