Skip to content

Enum: EmissionScope

Greenhouse gas emission scopes (GHG Protocol)

URI: valuesets:EmissionScope

Permissible Values

Value Meaning Description
SCOPE_1 None Direct emissions from owned or controlled sources
SCOPE_2 None Indirect emissions from purchased energy
SCOPE_3 None All other indirect emissions in value chain
SCOPE_3_UPSTREAM None Upstream Scope 3 emissions
SCOPE_3_DOWNSTREAM None Downstream Scope 3 emissions

Slots

Name Description
emission_scope Greenhouse gas emission scopes (GHG Protocol)

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: EmissionScope
description: Greenhouse gas emission scopes (GHG Protocol)
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  SCOPE_1:
    text: SCOPE_1
    description: Direct emissions from owned or controlled sources
    annotations:
      ghg_protocol:
        tag: ghg_protocol
        value: Scope 1
  SCOPE_2:
    text: SCOPE_2
    description: Indirect emissions from purchased energy
    annotations:
      ghg_protocol:
        tag: ghg_protocol
        value: Scope 2
  SCOPE_3:
    text: SCOPE_3
    description: All other indirect emissions in value chain
    annotations:
      ghg_protocol:
        tag: ghg_protocol
        value: Scope 3
  SCOPE_3_UPSTREAM:
    text: SCOPE_3_UPSTREAM
    description: Upstream Scope 3 emissions
    annotations:
      ghg_protocol:
        tag: ghg_protocol
        value: Scope 3
  SCOPE_3_DOWNSTREAM:
    text: SCOPE_3_DOWNSTREAM
    description: Downstream Scope 3 emissions
    annotations:
      ghg_protocol:
        tag: ghg_protocol
        value: Scope 3