EnergyMix
Details the composition of energy sources in a given mix.
URI: gx:EnergyMix
classDiagram
class EnergyMix
click EnergyMix href "../EnergyMix"
EnergyMix : date
EnergyMix --> "1" date : date
click date href "../date"
EnergyMix : hourlyCarbonFreeEnergy
EnergyMix --> "1" Float : hourlyCarbonFreeEnergy
click Float href "../Float"
EnergyMix : renewableEnergy
EnergyMix --> "1" Float : renewableEnergy
click Float href "../Float"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
date | 1 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
used by | used in | type | used |
---|---|---|---|
PointOfPresence | energyMix | range | EnergyMix |
PhysicalInterconnectionPointIdentifier | energyMix | range | EnergyMix |
InternetExchangePoint | energyMix | range | EnergyMix |
PhysicalResource | energyMix | range | EnergyMix |
Datacenter | energyMix | range | EnergyMix |
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
attributes:
date:
name: date
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#energy-mix
rank: 1000
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#energy-mix
rank: 1000
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#energy-mix
rank: 1000
domain_of:
- EnergyMix
range: float
required: true
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:
date:
name: date
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#energy-mix
rank: 1000
alias: date
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#energy-mix
rank: 1000
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#energy-mix
rank: 1000
alias: hourlyCarbonFreeEnergy
owner: EnergyMix
domain_of:
- EnergyMix
range: float
required: true