Skip to content

Class: DataSet

_A generic container of a version of instance data. The MRID can be used in an audit trail, not in reusable script intended to work with new versions of data. _

A dataset could be serialized multiple times and in multiple technologies, yet retain the same identity.

URI: cim:DataSet

 classDiagram
    class DataSet
      DataSet <|-- ChangeSet
      DataSet <|-- InstanceSet

      DataSet : alternate_model

          DataSet --> AlternateModel : alternate_model

      DataSet : description

      DataSet : m_rid

      DataSet : model_part_version

          DataSet --> ModelPartVersion : model_part_version

      DataSet : profile

          DataSet --> Profile : profile

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
The description is a free human readable text describing or naming the object direct
m_rid 0..1
String
Master resource identifier issued by a model authority direct
profile 1..*
Profile
The profiles that describe the contents of the data set and the rules governi... direct
alternate_model 0..1
AlternateModel
The alternate model using the data direct
model_part_version 1..1
ModelPartVersion
direct

Usages

used by used in type used
AlternateModel dataset range DataSet
ModelPartVersion data_set range DataSet

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

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

LinkML Source

Direct

name: DataSet
description: "A generic container of a version of instance data. The MRID can be used\
  \ in an audit trail, not in reusable script intended to work with new versions of\
  \ data.\r\nA dataset could be serialized multiple times and in multiple technologies,\
  \ yet retain the same identity."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  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: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DataSet.description
    multivalued: false
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: 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 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes\
      \ that identify CIM object elements.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DataSet.mRID
    multivalued: false
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  profile:
    name: profile
    description: The profiles that describe the contents of the data set and the rules
      governing the contents of the data set.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DataSet.Profile
    multivalued: true
    domain_of:
    - DataSet
    - ProfileData
    range: Profile
    required: true
  alternate_model:
    name: alternate_model
    description: The alternate model using the data.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DataSet.AlternateModel
    multivalued: false
    domain_of:
    - DataSet
    - AlternateModelGroup
    range: AlternateModel
    required: false
  model_part_version:
    name: model_part_version
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DataSet.ModelPartVersion
    multivalued: false
    domain_of:
    - DataSet
    - AssemblyManifest
    - CompleteModelToBeDeleted
    range: ModelPartVersion
    required: true
class_uri: cim:DataSet

Induced

name: DataSet
description: "A generic container of a version of instance data. The MRID can be used\
  \ in an audit trail, not in reusable script intended to work with new versions of\
  \ data.\r\nA dataset could be serialized multiple times and in multiple technologies,\
  \ yet retain the same identity."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
attributes:
  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: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DataSet.description
    multivalued: false
    alias: description
    owner: DataSet
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: 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 Edition 1, the mRID is mapped to rdf:ID or rdf:about attributes\
      \ that identify CIM object elements.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:DataSet.mRID
    multivalued: false
    alias: m_rid
    owner: DataSet
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  profile:
    name: profile
    description: The profiles that describe the contents of the data set and the rules
      governing the contents of the data set.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DataSet.Profile
    multivalued: true
    alias: profile
    owner: DataSet
    domain_of:
    - DataSet
    - ProfileData
    range: Profile
    required: true
  alternate_model:
    name: alternate_model
    description: The alternate model using the data.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DataSet.AlternateModel
    multivalued: false
    alias: alternate_model
    owner: DataSet
    domain_of:
    - DataSet
    - AlternateModelGroup
    range: AlternateModel
    required: false
  model_part_version:
    name: model_part_version
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:DataSet.ModelPartVersion
    multivalued: false
    alias: model_part_version
    owner: DataSet
    domain_of:
    - DataSet
    - AssemblyManifest
    - CompleteModelToBeDeleted
    range: ModelPartVersion
    required: true
class_uri: cim:DataSet