Skip to content

Class: IntervalReading

_Data captured at regular intervals of time. Interval data could be captured as incremental data, absolute data, or relative data. The source for the data is usually a tariff quantity or an engineering quantity. Data is typically captured in time-tagged, uniform, fixed-length intervals of 5 min, 10 min, 15 min, 30 min, or 60 min. _

Note: Interval Data is sometimes also called "Interval Data Readings" (IDR).

URI: cim:IntervalReading

 classDiagram
    class IntervalReading
    click IntervalReading href "../IntervalReading"
      BaseReading <|-- IntervalReading
        click BaseReading href "../BaseReading"

      IntervalReading : description

      IntervalReading : m_rid

      IntervalReading : names




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


      IntervalReading : reading_qualities




    IntervalReading --> "*" ReadingQuality : reading_qualities
    click ReadingQuality href "../ReadingQuality"


      IntervalReading : status_code

      IntervalReading : status_description

      IntervalReading : time_stamp

      IntervalReading : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
String
Value of this reading BaseReading
status_code 0..1
Integer
Origin code for the energy BaseReading
status_description 0..1
String
Origin of the energy, in text BaseReading
reading_qualities *
ReadingQuality
All qualities of this reading BaseReading
time_stamp 1
Date
The time when the value was last updated MeasurementValue
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
IntervalBlock interval_readings range IntervalReading

Identifier and Mapping Information

Schema Source

  • from schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0

Mappings

Mapping Type Mapped Value
self cim:IntervalReading
native cim:IntervalReading

LinkML Source

Direct

name: IntervalReading
description: "Data captured at regular intervals of time. Interval data could be captured\
  \ as incremental data, absolute data, or relative data. The source for the data\
  \ is usually a tariff quantity or an engineering quantity. Data is typically captured\
  \ in time-tagged, uniform, fixed-length intervals of 5 min, 10 min, 15 min, 30 min,\
  \ or 60 min.\r\nNote: Interval Data is sometimes also called \"Interval Data Readings\"\
  \ (IDR)."
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
is_a: BaseReading
class_uri: cim:IntervalReading

Induced

name: IntervalReading
description: "Data captured at regular intervals of time. Interval data could be captured\
  \ as incremental data, absolute data, or relative data. The source for the data\
  \ is usually a tariff quantity or an engineering quantity. Data is typically captured\
  \ in time-tagged, uniform, fixed-length intervals of 5 min, 10 min, 15 min, 30 min,\
  \ or 60 min.\r\nNote: Interval Data is sometimes also called \"Interval Data Readings\"\
  \ (IDR)."
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
is_a: BaseReading
attributes:
  value:
    name: value
    description: Value of this reading.
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    exact_mappings:
    - liander:volume
    rank: 1000
    slot_uri: cim:BaseReading.value
    alias: value
    owner: IntervalReading
    domain_of:
    - BaseReading
    range: string
    required: true
    multivalued: false
  status_code:
    name: status_code
    description: Origin code for the energy. This is a number between 1 and 255.
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    exact_mappings:
    - liander:statusCode
    rank: 1000
    slot_uri: nbnl:BaseReading.statusCode
    alias: status_code
    owner: IntervalReading
    domain_of:
    - BaseReading
    range: integer
    required: false
    minimum_value: 1
    maximum_value: 255
  status_description:
    name: status_description
    description: Origin of the energy, in text. E.g. is this reading measured or estimated?
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    exact_mappings:
    - liander:statusDescription
    rank: 1000
    slot_uri: nbnl:BaseReading.statusDescription
    alias: status_description
    owner: IntervalReading
    domain_of:
    - BaseReading
    range: string
    required: false
  reading_qualities:
    name: reading_qualities
    description: All qualities of this reading.
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    rank: 1000
    slot_uri: cim:BaseReading.ReadingQualities
    alias: reading_qualities
    owner: IntervalReading
    domain_of:
    - BaseReading
    range: ReadingQuality
    required: false
    multivalued: true
  time_stamp:
    name: time_stamp
    description: The time when the value was last updated.
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    exact_mappings:
    - liander:datumTijd
    rank: 1000
    slot_uri: cim:MeasurementValue.timeStamp
    alias: time_stamp
    owner: IntervalReading
    domain_of:
    - MeasurementValue
    range: date
    required: true
    multivalued: false
  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.
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    alias: description
    owner: IntervalReading
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    range: string
    required: false
    multivalued: false
  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.\r\nFor 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/dp-meetdata/version/1.0.0
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    alias: m_rid
    owner: IntervalReading
    domain_of:
    - IdentifiedObject
    range: string
    required: false
    multivalued: false
  names:
    name: names
    description: All names of this identified object.
    from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    alias: names
    owner: IntervalReading
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
    multivalued: true
class_uri: cim:IntervalReading