BatteryChemistry
classBattery Chemistry
The electrochemical system of the battery including cathode, anode, and electrolyte materials.
Properties (4)
| Property | Description | Range |
|---|---|---|
| anodeActiveMaterial | Chemical composition of the anode active material (e.g., graphite, silicon, lithium titanate). | xsd:string |
| cathodeActiveMaterial | Chemical composition of the cathode active material (e.g., LiNiMnCoO2, LiFePO4, LiCoO2). | xsd:string |
| electrolyteComposition | Chemical composition of the electrolyte. | xsd:string |
| electrolyteType | Type of electrolyte used (e.g., liquid organic, polymer gel, solid-state ceramic). | rdf:langString |
Used as Range (1)
Where used
Referenced by other terms (5)
In SHACL shapes (2)
- BatteryChemistryShapetargets
- BatteryShapeclass-of
In example documents (1)
Master data & product examples
JSON-LD Example
{
"@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
"type": "BatteryChemistry",
"anodeActiveMaterial": "...",
"cathodeActiveMaterial": "...",
"electrolyteComposition": "..."
}