Ingredient
classA single ingredient entry in a detergent formulation, identified by INCI name with functional role and weight percentage range.
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)
| Description | Domain | Range | Vocabularies | ||
|---|---|---|---|---|---|
| hasIngredientFunction Ingredient Function | Functional role of the ingredient in the formulation. | eudet:Ingredient | eudet:IngredientFunction | Public | — |
| isSurfactant Is Surfactant | Whether this ingredient is a surfactant (relevant for biodegradability testing requirements). | eudet:Ingredient | xsd:boolean | Public | — |
| weightPercentRange Weight Percent Range | Weight percentage range using prescribed brackets (e.g., '<5%', '5-15%', '15-30%', '>=30%') per labelling requirements. | eudet:Ingredient | xsd:string | Public | — |
Vocabulary alignment
Broader · upstream
CIRPASS-2cirpass2:Substance · QA 92%
See also
Schema.orgschema:ChemicalSubstance · QA 75%
QA % is the verifier panel's confidence. Curated mappings graded by openai/gpt-oss-20b, verified by local QA panels per round (claude-opus-4-8 / qwen3.5-27b / 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)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/detergent/detergent-context.jsonld",
"type": "Ingredient",
"hasIngredientFunction": "...",
"isSurfactant": "...",
"weightPercentRange": "..."
}