MaterialComposition
classMaterial Composition
Material composition information including source country, percentage, and critical raw material classification.
Properties (4)
| Property | Description | Range |
|---|---|---|
| crmListVersion | Version reference of the EU Critical Raw Materials list against which the isCriticalRawMaterial / isStrategicRawMaterial flags were determined (e.g. CRMA-2024 Annex II / Annex I). The list is updated periodically by the Commission. | xsd:string |
| isCriticalRawMaterial | Whether this material is on the EU Critical Raw Materials list. | xsd:boolean |
| isStrategicRawMaterial | Boolean flag — material is on the EU Strategic Raw Materials list per CRMA Annex I (2024/1252). Strategic ⊂ Critical: every strategic raw material is also a critical raw material, but not vice versa. | xsd:boolean |
| massFraction | Mass fraction of this material (0-1 scale where 0.45 = 45%). | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (6)
see also:
In SHACL shapes (1)
- MaterialCompositionShapetargets
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": "MaterialComposition",
"crmListVersion": "...",
"isCriticalRawMaterial": "...",
"isStrategicRawMaterial": "..."
}