Skip to content

Class: PostcodeArea

A geographic region that is defined by the initial letters or digits of a postcode.

URI: ck:PostcodeArea

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

      PostcodeArea : demand_constraint




    PostcodeArea --> "1" RAGKind : demand_constraint
    click RAGKind href "../RAGKind"


      PostcodeArea : description

      PostcodeArea : generation_constraint




    PostcodeArea --> "1" RAGKind : generation_constraint
    click RAGKind href "../RAGKind"


      PostcodeArea : m_rid

      PostcodeArea : names




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


      PostcodeArea : postcode

Inheritance

Slots

Name Cardinality and Range Description Inheritance
postcode 1
String
Identifier for the postcode area direct
demand_constraint 1
RAGKind
A RAG definition of the demand constraints at the EnergyArea direct
generation_constraint 1
RAGKind
A RAG definition of the generation constraints at the 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
EnergyArea postcode_areas range PostcodeArea

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ck:PostcodeArea
native ck:PostcodeArea

LinkML Source

Direct

name: PostcodeArea
description: A geographic region that is defined by the initial letters or digits
  of a postcode.
from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
rank: 1000
is_a: IdentifiedObject
attributes:
  postcode:
    name: postcode
    description: Identifier for the postcode area. Contain four (4) numbers, followed
      by two (2) letters, uppercase. No spaces between the numbers and letters, i.e.
      "1234AB".
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:PostcodeArea.postcode
    domain_of:
    - PostcodeArea
    required: true
  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. This is the *Kleurcodering van het postcodegebied voor afname*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    slot_uri: ck:PostcodeArea.demandConstraint
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: true
  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. This is the *Kleurcodering van het postcodegebied
      voor opwek* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    slot_uri: ck:PostcodeArea.generationConstraint
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: true
class_uri: ck:PostcodeArea

Induced

name: PostcodeArea
description: A geographic region that is defined by the initial letters or digits
  of a postcode.
from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
rank: 1000
is_a: IdentifiedObject
attributes:
  postcode:
    name: postcode
    description: Identifier for the postcode area. Contain four (4) numbers, followed
      by two (2) letters, uppercase. No spaces between the numbers and letters, i.e.
      "1234AB".
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    rank: 1000
    slot_uri: ck:PostcodeArea.postcode
    alias: postcode
    owner: PostcodeArea
    domain_of:
    - PostcodeArea
    range: string
    required: true
  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. This is the *Kleurcodering van het postcodegebied voor afname*
      in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    slot_uri: ck:PostcodeArea.demandConstraint
    alias: demand_constraint
    owner: PostcodeArea
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: true
  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. This is the *Kleurcodering van het postcodegebied
      voor opwek* in the previous implementation.
    from_schema: http://data.netbeheernederland.nl/capaciteitskaart/v1.2.0
    slot_uri: ck:PostcodeArea.generationConstraint
    alias: generation_constraint
    owner: PostcodeArea
    domain_of:
    - EnergyArea
    - PostcodeArea
    range: RAGKind
    required: true
  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: PostcodeArea
    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: PostcodeArea
    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: PostcodeArea
    domain_of:
    - IdentifiedObject
    range: Name
class_uri: ck:PostcodeArea