Skip to content

Junction

A point where one or more conducting equipments are connected with zero resistance.

URI: cim:Junction
Type: Class

Junction class diagram

Inheritance

Attributes

Name URI Cardinality and Range Inheritance Description
EquipmentContainer cim:Equipment.EquipmentContainer 0..1 EquipmentContainer Equipment Container of this equipment.
mRID cim:IdentifiedObject.mRID 1..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.
energyIdentCodeEic eu:IdentifiedObject.energyIdentCodeEic 0..1 string IdentifiedObject The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site.
name cim:IdentifiedObject.name 1..1 string IdentifiedObject The name is any free human readable and possibly non unique text naming the object.
shortName eu:IdentifiedObject.shortName 0..1 string IdentifiedObject The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Format Examples

{
    "@context": {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "linkml": "https://w3id.org/linkml/", "sh": "http://www.w3.org/ns/shacl#", "skos": "http://www.w3.org/2004/02/skos/core#", "dc": "http://purl.org/dc/elements/1.1/", "profcim": "http://iec.ch/TC57/ns/CIM/prof-cim#", "owl": "http://www.w3.org/2002/07/owl#", "cim": "http://iec.ch/TC57/CIM100#", "cims": "http://iec.ch/TC57/1999/rdf-schema-extensions-19990926#", "dct": "http://purl.org/dc/terms/", "this": "http://ucaiug.org/ns/CGMES/EquipmentBoundary-EU/3.0#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "dcat": "http://www.w3.org/ns/dcat#", "eu": "http://iec.ch/TC57/CIM100-European#"},
    "@id": "urn:uuid:<uuid>",
    "@type": "cim:Junction",
    "cim:Equipment.EquipmentContainer": { "@id": "urn:uuid:<uuid of EquipmentContainer>" },
    "cim:IdentifiedObject.mRID": "string",
    "cim:IdentifiedObject.description": "string",
    "eu:IdentifiedObject.energyIdentCodeEic": "string",
    "cim:IdentifiedObject.name": "string",
    "eu:IdentifiedObject.shortName": "string"
}
<cim:Junction rdf:ID="_<uuid>">
    <cim:Equipment.EquipmentContainer rdf:resource="#_<uuid of EquipmentContainer>" />
    <cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
    <cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
    <eu:IdentifiedObject.energyIdentCodeEic>string</eu:IdentifiedObject.energyIdentCodeEic>
    <cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
    <eu:IdentifiedObject.shortName>string</eu:IdentifiedObject.shortName>
</cim:Junction>
{
    "EquipmentContainer": "<EquipmentContainer>",
    "mRID": "string",
    "description": "string",
    "energyIdentCodeEic": "string",
    "name": "string",
    "shortName": "string"
}
<urn:uuid:<graph-id>> {
    <urn:uuid:<uuid>>
        a cim:Junction ;
        cim:Equipment.EquipmentContainer <urn:uuid:<uuid of EquipmentContainer>> ;
        cim:IdentifiedObject.mRID "string" ;
        cim:IdentifiedObject.description "string" ;
        eu:IdentifiedObject.energyIdentCodeEic "string" ;
        cim:IdentifiedObject.name "string" ;
        eu:IdentifiedObject.shortName "string" .
}

Schema Source