EnergyMix
Details the composition of energy sources in a given mix.
URI: gx:EnergyMix
classDiagram
class EnergyMix
click EnergyMix href "../EnergyMix"
EnergyMix : attainmentDate
EnergyMix --> "1" Date : attainmentDate
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 |
---|---|---|---|
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
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
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