BatteryChemistry

class

Battery Chemistry

The electrochemical system of the battery including cathode, anode, and electrolyte materials.

URI:https://ref.openepcis.io/extensions/eu/battery/BatteryChemistry

Properties (4)

PropertyDescriptionRange
anodeActiveMaterialChemical composition of the anode active material (e.g., graphite, silicon, lithium titanate).xsd:string
cathodeActiveMaterialChemical composition of the cathode active material (e.g., LiNiMnCoO2, LiFePO4, LiCoO2).xsd:string
electrolyteCompositionChemical composition of the electrolyte.xsd:string
electrolyteTypeType 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": "..."
}