CarbonFootprintDeclaration

class

Carbon Footprint Declaration

Carbon footprint declaration for a battery including lifecycle breakdown and third-party verification.

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

Properties (14)

PropertyDescriptionRange
absoluteCarbonFootprintTotal carbon footprint in kg CO2e (not normalized per kWh).gs1:QuantitativeValue
calculationStandardStandard used for carbon footprint calculation (e.g., ISO 14067:2018).xsd:string
carbonFootprintDeclarationIdUnique identifier for the carbon footprint declaration.xsd:string
carbonFootprintDistributiongs1:QuantitativeValue
carbonFootprintGeographicScopeGeographic scope of the carbon footprint calculation.xsd:string
carbonFootprintPerformanceClassPerformance class for carbon footprint (A-E).CarbonFootprintClass
carbonFootprintProductiongs1:QuantitativeValue
carbonFootprintRawMaterialExtractiongs1:QuantitativeValue
carbonFootprintRecyclingCarbon footprint share from end-of-life/recycling phase (may be negative credit).gs1:QuantitativeValue
carbonFootprintStudyUrlURL to the full carbon footprint study document.xsd:anyURI
carbonFootprintTotalTotal lifecycle carbon footprint in kg CO2e per kWh.gs1:QuantitativeValue
functionalUnitFunctional unit for carbon footprint measurement (e.g., 1 kWh of total energy throughput).xsd:string
lifecycleStageLifecycle stage for carbon footprint declaration, indicating which phase of the product lifecycle the emissions data refers to (raw material extraction, production, distribution, or recycling). Used in BatteryPass bridge context to map per-stage carbon footprint data.xsd:string
thirdPartyVerificationThird-party verification details for the carbon footprint declaration.ThirdPartyVerification

Used as Range (1)

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/eu/battery/battery-context.jsonld",
  "type": "CarbonFootprintDeclaration",
  "absoluteCarbonFootprint": "...",
  "calculationStandard": "...",
  "carbonFootprintDeclarationId": "..."
}