BatteryMaterial
classBattery Material
A material used in battery construction with its composition percentage, CAS/EC identifiers, and sourcing information.
Properties (7)
| Property | Description | Range |
|---|---|---|
| casNumber | Chemical Abstracts Service registry number. | xsd:string |
| componentLocation | Component location in the battery (cathode, anode, etc.). | ComponentLocation |
| ecNumber | European Community number (EINECS/ELINCS) for chemical substances. | xsd:string |
| isCriticalRawMaterial | Whether this material is on the EU Critical Raw Materials list. | xsd:boolean |
| isSubstanceOfConcern | Whether this material is a Substance of Very High Concern (SVHC) per REACH. | xsd:boolean |
| materialSupplier | Name or identifier of the material supplier. | xsd:string |
| renewableContentShare | Percentage of this material derived from renewable sources. | xsd:decimal |
Used as Range (1)
Where used
Referenced by other terms (8)
In SHACL shapes (2)
- BatteryMaterialShapetargets
- BatteryShapeclass-of
In example documents (1)
Master data & product examples
References
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "BatteryMaterial",
"casNumber": "...",
"componentLocation": "...",
"ecNumber": "..."
}