Ingredient
classA single ingredient entry in a detergent formulation, identified by INCI name with functional role and weight percentage range.
Properties (3)
| Property | Description | Range |
|---|---|---|
| ingredientFunction | Functional role of the ingredient in the formulation. | IngredientFunction |
| isSurfactant | Whether this ingredient is a surfactant (relevant for biodegradability testing requirements). | xsd:boolean |
| weightPercentRange | Weight 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)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/detergent/detergent-context.jsonld",
"type": "Ingredient",
"ingredientFunction": "...",
"isSurfactant": "...",
"weightPercentRange": "..."
}