Ingredient

class

A single ingredient entry in a detergent formulation, identified by INCI name with functional role and weight percentage range.

URI:https://ref.openepcis.io/extensions/eu/detergent/Ingredient

Properties (3)

PropertyDescriptionRange
ingredientFunctionFunctional role of the ingredient in the formulation.IngredientFunction
isSurfactantWhether this ingredient is a surfactant (relevant for biodegradability testing requirements).xsd:boolean
weightPercentRangeWeight percentage range using prescribed brackets (e.g., '<5%', '5-15%', '15-30%', '>=30%') per labelling requirements.xsd:string

Used as Range (1)

Where used

Referenced by other terms (4)

In SHACL shapes (2)

  • IngredientShapetargets
  • DetergentProductShapeclass-of

In example documents (2)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/detergent/detergent-context.jsonld",
  "type": "Ingredient",
  "ingredientFunction": "...",
  "isSurfactant": "...",
  "weightPercentRange": "..."
}