FragranceAllergen
classFragrance Allergen
A fragrance allergen that must be disclosed when present above the concentration threshold, identified by name and CAS number.
Properties (2)
| Property | Description | Range |
|---|---|---|
| allergenCasNumber | CAS registry number of the fragrance allergen. | xsd:string |
| allergenConcentration | Concentration of the allergen as weight percentage. | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (3)
In SHACL shapes (2)
- FragranceAllergenShapetargets
- DetergentProductShapeclass-of
In example documents (1)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/detergent/detergent-context.jsonld",
"type": "FragranceAllergen",
"allergenCasNumber": "...",
"allergenConcentration": "..."
}