Skip to content

Class: EnergyArea

Describes an area having energy production or consumption. Specializations are intended to support the load allocation function as typically required in energy management systems or planning studies to allocate hypothesized load levels to individual load points for power flow analysis. Often the energy area can be linked to both measured and forecast load levels.

URI: cim:EnergyArea

 classDiagram
    class EnergyArea
    click EnergyArea href "../EnergyArea"
      IdentifiedObject <|-- EnergyArea
        click IdentifiedObject href "../IdentifiedObject"

      EnergyArea : demand_alleviation_year

      EnergyArea : demand_available_capacity

      EnergyArea : demand_capacity_in_queue

      EnergyArea : demand_constraint




    EnergyArea --> "0..1" RAGKind : demand_constraint
    click RAGKind href "../RAGKind"


      EnergyArea : demand_forecast_capacity

      EnergyArea : demand_quoted_capacity

      EnergyArea : demand_requests_in_queue

      EnergyArea : description

      EnergyArea : generation_alleviation_year

      EnergyArea : generation_available_capacity

      EnergyArea : generation_capacity_in_queue

      EnergyArea : generation_constraint




    EnergyArea --> "0..1" RAGKind : generation_constraint
    click RAGKind href "../RAGKind"


      EnergyArea : generation_forecast_capacity

      EnergyArea : generation_quoted_capacity

      EnergyArea : generation_requests_in_queue

      EnergyArea : m_rid

      EnergyArea : names




    EnergyArea --> "*" Name : names
    click Name href "../Name"


      EnergyArea : postcode_areas




    EnergyArea --> "*" PostcodeArea : postcode_areas
    click PostcodeArea href "../PostcodeArea"


      EnergyArea : short_code

      EnergyArea : works




    EnergyArea --> "*" Work : works
    click Work href "../Work"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
short_code 0..1
String
Short code name for EnergyArea direct
demand_requests_in_queue 0..1
Integer
Number of demand requests for new grid connections and capacity increases in ... direct
demand_capacity_in_queue 0..1
MegaW
The contract value of demand requests not yet granted direct
demand_quoted_capacity 0..1
MegaW
Sum of all demand (in MW) currently quoted at the EnergyArea direct
demand_available_capacity 1
MegaW
The available demand capacity (in MW) at the EnergyArea direct
demand_forecast_capacity 0..1
MegaW
Sum of all demand (in MW) forecast for the current year at the EnergyArea direct
demand_alleviation_year 0..1
Integer
Year (e direct
demand_constraint 0..1
RAGKind
A RAG definition of the demand constraints at the EnergyArea direct
generation_requests_in_queue 0..1
Integer
Number of generation requests for new grid connections and capacity increases... direct
generation_capacity_in_queue 0..1
MegaW
The contract value of generation requests not yet granted direct
generation_quoted_capacity 0..1
MegaW
Sum of all currently quoted generation (in MW) at the EnergyArea direct
generation_available_capacity 1
MegaW
Available generation capacity (in MW) at the EnergyArea direct
generation_forecast_capacity 0..1
MegaW
Sum of all forecast generation (in MW) for the current year at the EnergyArea direct
generation_alleviation_year 0..1
Integer
Year (e direct
generation_constraint 0..1
RAGKind
A RAG definition of the generation constraints at the EnergyArea direct
works *
Work
All the works performed for this EnergyArea direct
postcode_areas *
PostcodeArea
Postcode Areas serviced by this EnergyArea direct
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
names *
Name
All names of this identified object IdentifiedObject

Usages

used by used in type used
HeatmapDataSet energy_areas range EnergyArea

Identifier and Mapping Information

Schema Source

  • from schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0

Mappings

Mapping Type Mapped Value
self cim:EnergyArea
native ck:EnergyArea
exact nbnl:voedingsgebied

LinkML Source

Direct

name: EnergyArea
description: Describes an area having energy production or consumption. Specializations
  are intended to support the load allocation function as typically required in energy
  management systems or planning studies to allocate hypothesized load levels to individual
  load points for power flow analysis. Often the energy area can be linked to both
  measured and forecast load levels.
from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
exact_mappings:
- nbnl:voedingsgebied
rank: 1000
is_a: IdentifiedObject
attributes:
  short_code:
    name: short_code
    description: Short code name for EnergyArea. This is the *Uniek ID voedingsgebied*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.shortCode
    domain_of:
    - EnergyArea
  demand_requests_in_queue:
    name: demand_requests_in_queue
    description: Number of demand requests for new grid connections and capacity increases
      in queue. This is the *Aantal unieke transportverzoeken in een wachtrij - afname*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandRequestsInQueue
    domain_of:
    - EnergyArea
    range: integer
    required: false
  demand_capacity_in_queue:
    name: demand_capacity_in_queue
    description: The contract value of demand requests not yet granted. This is the
      *Wachtrij in capaciteit - afname* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandCapacityInQueue
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  demand_quoted_capacity:
    name: demand_quoted_capacity
    description: Sum of all demand (in MW) currently quoted at the EnergyArea. This
      is the *Benodigde transportcapaciteit (in MW) afname* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandQuotedCapacity
    domain_of:
    - EnergyArea
    range: MegaW
  demand_available_capacity:
    name: demand_available_capacity
    description: The available demand capacity (in MW) at the EnergyArea. The value
      should reflect the capacity a network operator would make available to a connecting
      party. This is the *Aanwezige transportcapaciteit (in MW) afname huidige jaar*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandAvailableCapacity
    domain_of:
    - EnergyArea
    range: MegaW
    required: true
  demand_forecast_capacity:
    name: demand_forecast_capacity
    description: Sum of all demand (in MW) forecast for the current year at the EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandForecastCapacity
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  demand_alleviation_year:
    name: demand_alleviation_year
    description: Year (e.g. *2028*) from which any capacity issues have been alleviated
      for the EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandAlleviationYear
    domain_of:
    - EnergyArea
    range: integer
    required: false
  demand_constraint:
    name: demand_constraint
    description: A RAG definition of the demand constraints at the EnergyArea. A utility
      should provide details on how this RAG status is calculated as part of the accompanying
      documentation. Only specify this attribute if no PostcodeArea-s are provided.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandConstraint
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: false
  generation_requests_in_queue:
    name: generation_requests_in_queue
    description: Number of generation requests for new grid connections and capacity
      increases in queue. This is the *Aantal unieke transportverzoeken in een wachtrij
      - invoeding* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationRequestsInQueue
    domain_of:
    - EnergyArea
    range: integer
    required: false
  generation_capacity_in_queue:
    name: generation_capacity_in_queue
    description: The contract value of generation requests not yet granted. This is
      the *Wachtrij in capaciteit - invoeding* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationCapacityInQueue
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  generation_quoted_capacity:
    name: generation_quoted_capacity
    description: Sum of all currently quoted generation (in MW) at the EnergyArea.
      This is the *Benodigde transportcapaciteit (in MW) invoeding* in the previous
      implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationQuotedCapacity
    domain_of:
    - EnergyArea
    range: MegaW
  generation_available_capacity:
    name: generation_available_capacity
    description: Available generation capacity (in MW) at the EnergyArea. This is
      the *Aanwezige transportcapaciteit (in MW) invoeding huidige jaar* in the previous
      implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationAvailableCapacity
    domain_of:
    - EnergyArea
    range: MegaW
    required: true
  generation_forecast_capacity:
    name: generation_forecast_capacity
    description: Sum of all forecast generation (in MW) for the current year at the
      EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationForecastCapacity
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  generation_alleviation_year:
    name: generation_alleviation_year
    description: Year (e.g. *2028*) from which any capacity issues have been alleviated
      for the EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationAlleviationYear
    domain_of:
    - EnergyArea
    range: integer
    required: false
  generation_constraint:
    name: generation_constraint
    description: A RAG definition of the generation constraints at the EnergyArea.
      A utility should provide details on how this RAG status is calculated as part
      of the accompanying documentation. Only specify this attribute if no PostcodeArea-s
      are provided.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationConstraint
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: false
  works:
    name: works
    description: All the works performed for this EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.Works
    multivalued: true
    domain_of:
    - EnergyArea
    range: Work
  postcode_areas:
    name: postcode_areas
    description: Postcode Areas serviced by this EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.PostcodeAreas
    multivalued: true
    domain_of:
    - EnergyArea
    range: PostcodeArea
class_uri: cim:EnergyArea

Induced

name: EnergyArea
description: Describes an area having energy production or consumption. Specializations
  are intended to support the load allocation function as typically required in energy
  management systems or planning studies to allocate hypothesized load levels to individual
  load points for power flow analysis. Often the energy area can be linked to both
  measured and forecast load levels.
from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
exact_mappings:
- nbnl:voedingsgebied
rank: 1000
is_a: IdentifiedObject
attributes:
  short_code:
    name: short_code
    description: Short code name for EnergyArea. This is the *Uniek ID voedingsgebied*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.shortCode
    alias: short_code
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: string
  demand_requests_in_queue:
    name: demand_requests_in_queue
    description: Number of demand requests for new grid connections and capacity increases
      in queue. This is the *Aantal unieke transportverzoeken in een wachtrij - afname*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandRequestsInQueue
    alias: demand_requests_in_queue
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: integer
    required: false
  demand_capacity_in_queue:
    name: demand_capacity_in_queue
    description: The contract value of demand requests not yet granted. This is the
      *Wachtrij in capaciteit - afname* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandCapacityInQueue
    alias: demand_capacity_in_queue
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  demand_quoted_capacity:
    name: demand_quoted_capacity
    description: Sum of all demand (in MW) currently quoted at the EnergyArea. This
      is the *Benodigde transportcapaciteit (in MW) afname* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandQuotedCapacity
    alias: demand_quoted_capacity
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
  demand_available_capacity:
    name: demand_available_capacity
    description: The available demand capacity (in MW) at the EnergyArea. The value
      should reflect the capacity a network operator would make available to a connecting
      party. This is the *Aanwezige transportcapaciteit (in MW) afname huidige jaar*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandAvailableCapacity
    alias: demand_available_capacity
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
    required: true
  demand_forecast_capacity:
    name: demand_forecast_capacity
    description: Sum of all demand (in MW) forecast for the current year at the EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandForecastCapacity
    alias: demand_forecast_capacity
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  demand_alleviation_year:
    name: demand_alleviation_year
    description: Year (e.g. *2028*) from which any capacity issues have been alleviated
      for the EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandAlleviationYear
    alias: demand_alleviation_year
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: integer
    required: false
  demand_constraint:
    name: demand_constraint
    description: A RAG definition of the demand constraints at the EnergyArea. A utility
      should provide details on how this RAG status is calculated as part of the accompanying
      documentation. Only specify this attribute if no PostcodeArea-s are provided.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.demandConstraint
    alias: demand_constraint
    owner: EnergyArea
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: false
  generation_requests_in_queue:
    name: generation_requests_in_queue
    description: Number of generation requests for new grid connections and capacity
      increases in queue. This is the *Aantal unieke transportverzoeken in een wachtrij
      - invoeding* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationRequestsInQueue
    alias: generation_requests_in_queue
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: integer
    required: false
  generation_capacity_in_queue:
    name: generation_capacity_in_queue
    description: The contract value of generation requests not yet granted. This is
      the *Wachtrij in capaciteit - invoeding* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationCapacityInQueue
    alias: generation_capacity_in_queue
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  generation_quoted_capacity:
    name: generation_quoted_capacity
    description: Sum of all currently quoted generation (in MW) at the EnergyArea.
      This is the *Benodigde transportcapaciteit (in MW) invoeding* in the previous
      implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationQuotedCapacity
    alias: generation_quoted_capacity
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
  generation_available_capacity:
    name: generation_available_capacity
    description: Available generation capacity (in MW) at the EnergyArea. This is
      the *Aanwezige transportcapaciteit (in MW) invoeding huidige jaar* in the previous
      implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationAvailableCapacity
    alias: generation_available_capacity
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
    required: true
  generation_forecast_capacity:
    name: generation_forecast_capacity
    description: Sum of all forecast generation (in MW) for the current year at the
      EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationForecastCapacity
    alias: generation_forecast_capacity
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: MegaW
    required: false
  generation_alleviation_year:
    name: generation_alleviation_year
    description: Year (e.g. *2028*) from which any capacity issues have been alleviated
      for the EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationAlleviationYear
    alias: generation_alleviation_year
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: integer
    required: false
  generation_constraint:
    name: generation_constraint
    description: A RAG definition of the generation constraints at the EnergyArea.
      A utility should provide details on how this RAG status is calculated as part
      of the accompanying documentation. Only specify this attribute if no PostcodeArea-s
      are provided.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.generationConstraint
    alias: generation_constraint
    owner: EnergyArea
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: false
  works:
    name: works
    description: All the works performed for this EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.Works
    multivalued: true
    alias: works
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: Work
  postcode_areas:
    name: postcode_areas
    description: Postcode Areas serviced by this EnergyArea.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:EnergyArea.PostcodeAreas
    multivalued: true
    alias: postcode_areas
    owner: EnergyArea
    domain_of:
    - EnergyArea
    range: PostcodeArea
  description:
    name: description
    description: The description is a free human readable text describing or naming
      the object. It may be non unique and may not correlate to a naming hierarchy.
      This is the *Herkenbare naam voedingsgebied* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    slot_uri: cim:IdentifiedObject.description
    alias: description
    owner: EnergyArea
    domain_of:
    - HeatmapDataSet
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
  m_rid:
    name: m_rid
    description: Master resource identifier issued by a model authority. The mRID
      is unique within an exchange context. Global uniqueness is easily achieved by
      using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly
      recommended. For CIMXML data files in RDF syntax conforming to IEC 61970-552,
      the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object
      elements.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    alias: m_rid
    owner: EnergyArea
    domain_of:
    - IdentifiedObject
    range: string
  names:
    name: names
    description: All names of this identified object.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: EnergyArea
    domain_of:
    - IdentifiedObject
    range: Name
class_uri: cim:EnergyArea