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

Upstream alignment

How this class and its properties align to external and upstream vocabularies. Open a vocabulary to see the exact term-by-term relationships.

Properties (3)

DescriptionDomainRangeVocabularies
ingredientFunction
Ingredient Function
Functional role of the ingredient in the formulation.eudet:Ingredienteudet:IngredientFunction
isSurfactant
Is Surfactant
Whether this ingredient is a surfactant (relevant for biodegradability testing requirements).eudet:Ingredientxsd:boolean
weightPercentRange
Weight Percent Range
Weight percentage range using prescribed brackets (e.g., '<5%', '5-15%', '15-30%', '>=30%') per labelling requirements.eudet:Ingredientxsd:string

Vocabulary alignment

QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by qwen/qwen3-32b.

Referenced upstream terms

Loading external vocabulary...

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": "..."
}