Skip to content

BaseVoltage

Defines a system base voltage which is referenced.

URI: cim:BaseVoltage
Type: Class

BaseVoltage class diagram

Inheritance

Attributes

Name URI Cardinality and Range Inheritance Description
nominalVoltage cim:BaseVoltage.nominalVoltage 0..1 Voltage direct The power system resource's base voltage. Shall be a positive value and not zero.
mRID cim:IdentifiedObject.mRID 0..1 string IdentifiedObject 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.
description cim:IdentifiedObject.description 0..1 string IdentifiedObject 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.
name cim:IdentifiedObject.name 0..1 string IdentifiedObject The name is any free human readable and possibly non unique text naming the object.

Format Examples

{
    "@context": {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "linkml": "https://w3id.org/linkml/", "cim": "https://cim.ucaiug.io/ns#", "this": "https://ap-no.cim4.eu/AviationObstacle/1.0#", "dcterms": "http://purl.org/dc/terms/", "dcat": "http://www.w3.org/ns/dcat#", "prov": "http://www.w3.org/ns/prov#", "xsd": "http://www.w3.org/2001/XMLSchema#", "eu": "https://cim.ucaiug.io/ns/eu#", "nc-no": "http://cim4.eu/ns/nc-no#", "geo": "http://www.opengis.net/ont/geosparql#"},
    "@id": "urn:uuid:<uuid>",
    "@type": "cim:BaseVoltage",
    "cim:BaseVoltage.nominalVoltage": "float",
    "cim:IdentifiedObject.mRID": "string",
    "cim:IdentifiedObject.description": "string",
    "cim:IdentifiedObject.name": "string"
}
<cim:BaseVoltage rdf:ID="_<uuid>">
    <cim:BaseVoltage.nominalVoltage>float</cim:BaseVoltage.nominalVoltage>
    <cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
    <cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
    <cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
</cim:BaseVoltage>
{
    "nominalVoltage": "float",
    "mRID": "string",
    "description": "string",
    "name": "string"
}
<urn:uuid:<graph-id>> {
    <urn:uuid:<uuid>>
        a cim:BaseVoltage ;
        cim:BaseVoltage.nominalVoltage "float" ;
        cim:IdentifiedObject.mRID "string" ;
        cim:IdentifiedObject.description "string" ;
        cim:IdentifiedObject.name "string" .
}

Schema Source