BatteryMaterial

class

Battery Material

A material used in battery construction with its composition percentage, CAS/EC identifiers, and sourcing information.

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

Properties (7)

PropertyDescriptionRange
casNumberChemical Abstracts Service registry number.xsd:string
componentLocationComponent location in the battery (cathode, anode, etc.).ComponentLocation
ecNumberEuropean Community number (EINECS/ELINCS) for chemical substances.xsd:string
isCriticalRawMaterialWhether this material is on the EU Critical Raw Materials list.xsd:boolean
isSubstanceOfConcernWhether this material is a Substance of Very High Concern (SVHC) per REACH.xsd:boolean
materialSupplierName or identifier of the material supplier.xsd:string
renewableContentSharePercentage 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

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "BatteryMaterial",
  "casNumber": "...",
  "componentLocation": "...",
  "ecNumber": "..."
}