Skip to content

EnergyMix

Details the composition of energy sources in a given mix.

URI: gx:EnergyMix

Slots

Name Cardinality and Range Description Inheritance
attainmentDate 1
xsd:date
Date for which this energy mix has been attained, if the date is in the past,... direct
renewableEnergy 1
xsd:float
Percentage of renewable energy in the energy mix direct
hourlyCarbonFreeEnergy 1
xsd:float
Percentage of hourly carbon-free energy in the energy mix direct

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#energy-mix

LinkML Source

Direct

name: EnergyMix
description: Details the composition of energy sources in a given mix.
from_schema: https://w3id.org/gaia-x/development#energy-mix
slots:
- attainmentDate
- renewableEnergy
- hourlyCarbonFreeEnergy

Induced

name: EnergyMix
description: Details the composition of energy sources in a given mix.
from_schema: https://w3id.org/gaia-x/development#energy-mix
attributes:
  attainmentDate:
    name: attainmentDate
    description: Date for which this energy mix has been attained, if the date is
      in the past, or is forecast to be attained, if the date is in the future.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: attainmentDate
    owner: EnergyMix
    domain_of:
    - EnergyMix
    range: date
    required: true
  renewableEnergy:
    name: renewableEnergy
    description: Percentage of renewable energy in the energy mix.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: renewableEnergy
    owner: EnergyMix
    domain_of:
    - EnergyMix
    range: float
    required: true
  hourlyCarbonFreeEnergy:
    name: hourlyCarbonFreeEnergy
    description: Percentage of hourly carbon-free energy in the energy mix.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: hourlyCarbonFreeEnergy
    owner: EnergyMix
    domain_of:
    - EnergyMix
    range: float
    required: true