CarbonFootprintDeclaration

class

Carbon Footprint Declaration

An observation of a product's lifecycle carbon footprint, broken down by lifecycle stage. Used for EU Battery Annex II §8, ESPR carbon-footprint declarations, PEF reporting, and PPWR optional disclosures.

URI:https://ref.openepcis.io/extensions/common/core/CarbonFootprintDeclaration

Subclass Of

Properties (6)

PropertyDescriptionRange
carbonFootprintDistributionLifecycle stage emissions from distribution and logistics. gs1:QuantitativeValue with unitCode 'KGM'.gs1:QuantitativeValue
carbonFootprintEndOfLifeLifecycle stage emissions from end-of-life and recycling. gs1:QuantitativeValue with unitCode 'KGM'.gs1:QuantitativeValue
carbonFootprintMethodologyURI of the methodology used (e.g. EN 45552, ISO 14067, PEF, GHG Protocol).xsd:anyURI
carbonFootprintProductionLifecycle stage emissions from main product production. gs1:QuantitativeValue with unitCode 'KGM'.gs1:QuantitativeValue
carbonFootprintRawMaterialLifecycle stage emissions from raw-material acquisition and pre-processing. gs1:QuantitativeValue with unitCode 'KGM' (kg CO2e) and dpp:declaredFunctionalUnit set on the parent CarbonFootprintDeclaration.gs1:QuantitativeValue
carbonFootprintUseLifecycle stage emissions from product use. gs1:QuantitativeValue with unitCode 'KGM'.gs1:QuantitativeValue

Used as Range (1)

External Vocabulary References

Loading external vocabulary...

JSON-LD Example

{
  "@context": "https://ref.openepcis.io/extensions/common/core/dpp-core-context.jsonld",
  "type": "CarbonFootprintDeclaration",
  "carbonFootprintDistribution": "...",
  "carbonFootprintEndOfLife": "...",
  "carbonFootprintMethodology": "..."
}