Skip to content

Class: EmissionFactor

Metadata describing the emission factor applied to a line.

URI: openccf:class/EmissionFactor

 classDiagram
    class EmissionFactor
    click EmissionFactor href "../../classes/EmissionFactor/"
      EmissionFactor : dataset

      EmissionFactor : dataYear

      EmissionFactor : ipccBasis





        EmissionFactor --> "1" IpccBasisEnum : ipccBasis
        click IpccBasisEnum href "../../enums/IpccBasisEnum/"
        <<enumeration>> IpccBasisEnum



      EmissionFactor : source

      EmissionFactor : value

      EmissionFactor : valueUnit

Slots

Name Cardinality and Range Description Inheritance
value 0..1
Float
Value of the emission factor applied, expressed in kgCO2e per unit of the activity (see valueUnit). Optional; provided where the sender wishes to expose the conversion rate used. Gas-level constituents are not carried here - where gas resolution is needed, use the line's gasBreakdown. direct
valueUnit 0..1
String
Denominator unit for the emission factor value, i.e. the activity unit it applies to (e.g. "kWh", "litre", "tonne-km", "GBP"). Required where value is provided. Where activityData is also present, this should match its unit. direct
source 1
String
Authority for the emission factor used. direct
dataset 0..1
String
Specific dataset used (optional). direct
dataYear 1
Integer
Year the emission factor was issued. direct
ipccBasis 1
IpccBasisEnum
  • AR4
  • AR5
  • AR6
  • NOT_SPECIFIED
IPCC Assessment Report basis for the GWP values used. direct

Usages

used by used in type used
EmissionsLine emissionFactor range EmissionFactor

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self openccf:EmissionFactor
native openccf:EmissionFactor

LinkML Source

Direct

name: EmissionFactor
description: Metadata describing the emission factor applied to a line.
from_schema: https://w3id.org/openccf
attributes:
  value:
    name: value
    description: Value of the emission factor applied, expressed in kgCO2e per unit
      of the activity (see valueUnit). Optional; provided where the sender wishes
      to expose the conversion rate used. Gas-level constituents are not carried here
      - where gas resolution is needed, use the line's gasBreakdown.
    from_schema: https://w3id.org/openccf
    domain_of:
    - CompanyIdentifier
    - IntensityDenominator
    - EmissionFactor
    - ActivityData
    range: float
    minimum_value: 0
  valueUnit:
    name: valueUnit
    description: Denominator unit for the emission factor value, i.e. the activity
      unit it applies to (e.g. "kWh", "litre", "tonne-km", "GBP"). Required where
      value is provided. Where activityData is also present, this should match its
      unit.
    from_schema: https://w3id.org/openccf
    rank: 1000
    domain_of:
    - EmissionFactor
  source:
    name: source
    description: Authority for the emission factor used.
    from_schema: https://w3id.org/openccf
    rank: 1000
    domain_of:
    - EmissionFactor
    required: true
  dataset:
    name: dataset
    description: Specific dataset used (optional).
    from_schema: https://w3id.org/openccf
    rank: 1000
    domain_of:
    - EmissionFactor
  dataYear:
    name: dataYear
    description: Year the emission factor was issued.
    from_schema: https://w3id.org/openccf
    rank: 1000
    domain_of:
    - EmissionFactor
    range: integer
    required: true
  ipccBasis:
    name: ipccBasis
    description: IPCC Assessment Report basis for the GWP values used.
    from_schema: https://w3id.org/openccf
    rank: 1000
    domain_of:
    - EmissionFactor
    range: IpccBasisEnum
    required: true

Induced

name: EmissionFactor
description: Metadata describing the emission factor applied to a line.
from_schema: https://w3id.org/openccf
attributes:
  value:
    name: value
    description: Value of the emission factor applied, expressed in kgCO2e per unit
      of the activity (see valueUnit). Optional; provided where the sender wishes
      to expose the conversion rate used. Gas-level constituents are not carried here
      - where gas resolution is needed, use the line's gasBreakdown.
    from_schema: https://w3id.org/openccf
    owner: EmissionFactor
    domain_of:
    - CompanyIdentifier
    - IntensityDenominator
    - EmissionFactor
    - ActivityData
    range: float
    minimum_value: 0
  valueUnit:
    name: valueUnit
    description: Denominator unit for the emission factor value, i.e. the activity
      unit it applies to (e.g. "kWh", "litre", "tonne-km", "GBP"). Required where
      value is provided. Where activityData is also present, this should match its
      unit.
    from_schema: https://w3id.org/openccf
    rank: 1000
    owner: EmissionFactor
    domain_of:
    - EmissionFactor
    range: string
  source:
    name: source
    description: Authority for the emission factor used.
    from_schema: https://w3id.org/openccf
    rank: 1000
    owner: EmissionFactor
    domain_of:
    - EmissionFactor
    range: string
    required: true
  dataset:
    name: dataset
    description: Specific dataset used (optional).
    from_schema: https://w3id.org/openccf
    rank: 1000
    owner: EmissionFactor
    domain_of:
    - EmissionFactor
    range: string
  dataYear:
    name: dataYear
    description: Year the emission factor was issued.
    from_schema: https://w3id.org/openccf
    rank: 1000
    owner: EmissionFactor
    domain_of:
    - EmissionFactor
    range: integer
    required: true
  ipccBasis:
    name: ipccBasis
    description: IPCC Assessment Report basis for the GWP values used.
    from_schema: https://w3id.org/openccf
    rank: 1000
    owner: EmissionFactor
    domain_of:
    - EmissionFactor
    range: IpccBasisEnum
    required: true