HazardousSubstance
classHazardous Substance
A hazardous substance declaration per EU CLP Regulation 1272/2008. Reusable across product categories.
Subclasses (1)
Properties (8)
| Property | Description | Range |
|---|---|---|
| casNumber | Chemical Abstracts Service registry number. | xsd:string |
| concentration | Concentration of the hazardous substance as percentage. | xsd:decimal |
| hazardClass | CLP Regulation hazard classification. | HazardClass |
| hazardImpact | Description of the hazard impact. | xsd:string |
| hazardPictogramCode | CLP/GHS pictogram code (GHS01..GHS09). Set-valued — a substance can carry multiple pictograms. | xsd:string |
| hazardSignalWord | CLP Regulation 1272/2008 signal word — Danger or Warning. | HazardSignalWord |
| hazardStatement | CLP H-statement code (e.g. H315, H319). Set-valued — a substance can carry multiple H-statements. | xsd:string |
| precautionaryStatement | CLP P-statement code (e.g. P101, P280). Set-valued. | xsd:string |
Used as Range (1)
Where used
Referenced by other terms (15)
subclass of this:
References
External Vocabulary References
Loading external vocabulary...
Loading external vocabulary...
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
"type": "HazardousSubstance",
"casNumber": "...",
"concentration": "...",
"hazardClass": "..."
}