Skip to content

Class: BaseReading

_Common representation for reading values. Note that a reading value may have multiple qualities, as produced by various systems ('ReadingQuality.source'). _

__

URI: cim:BaseReading

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


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


      BaseReading : description

      BaseReading : m_rid

      BaseReading : names




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


      BaseReading : reading_qualities




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


      BaseReading : status_code

      BaseReading : status_description

      BaseReading : time_stamp

      BaseReading : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
value 1
String
Value of this reading direct
status_code 0..1
Integer
Origin code for the energy direct
status_description 0..1
String
Origin of the energy, in text direct
reading_qualities *
ReadingQuality
All qualities of this reading direct
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

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:BaseReading
native cim:BaseReading

LinkML Source

Direct

name: BaseReading
description: "Common representation for reading values. Note that a reading value\
  \ may have multiple qualities, as produced by various systems ('ReadingQuality.source').\r\
  \n"
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
is_a: MeasurementValue
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
    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
    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
    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
    domain_of:
    - BaseReading
    range: ReadingQuality
    required: false
    multivalued: true
class_uri: cim:BaseReading

Induced

name: BaseReading
description: "Common representation for reading values. Note that a reading value\
  \ may have multiple qualities, as produced by various systems ('ReadingQuality.source').\r\
  \n"
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
is_a: MeasurementValue
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: BaseReading
    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: BaseReading
    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: BaseReading
    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: BaseReading
    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: BaseReading
    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: BaseReading
    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: BaseReading
    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: BaseReading
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
    multivalued: true
class_uri: cim:BaseReading