NAV
CGMES
Common Grid Model Exchange Specification

Introduction

Profiles for the Common Grid Model Exchange Specification (CGMES).

Documentation for the Dynamics Profile is published separately.

Core Equipment

This profile has been built on the basis of the IEC 61970-452 document and adjusted to fit the purpose of the ENTSO-E CGMES.

Contains the core PowerSystemResource and ConductingEquipment entities shared by all applications plus common collections of those entities. Not all applications require all the Core entities. This package does not depend on any other package except the Domain package, but most of the other packages have associations and generalizations that depend on it.

Main

Wires

An extension to the Core and Topology package that models information on the electrical characteristics of Transmission and Distribution networks. This package is used by network applications such as State Estimation, Load Flow and Optimal Power Flow.

Wires

Production

The production package is responsible for classes which describe various kinds of generators. These classes also provide production costing information which is used to economically allocate demand among committed units and calculate reserve quantities.

Production

Load Model

This package is responsible for modeling the energy consumers and the system load as curves and associated curve data. Special circumstances that may affect the load, such as seasons and daytypes, are also included here.

This information is used by Load Forecasting and Load Management.

Load Model

ACDCConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverter> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverter"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<ACDCConverter.idleLoss> rdf:type rdfs:Property ;
	rdfs:label "idleLoss"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.switchingLoss> rdf:type rdfs:Property ;
	rdfs:label "switchingLoss"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.maxUdc> rdf:type rdfs:Property ;
	rdfs:label "maxUdc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.minP> rdf:type rdfs:Property ;
	rdfs:label "minP"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.numberOfValves> rdf:type rdfs:Property ;
	rdfs:label "numberOfValves"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:integer .
<ACDCConverter.ratedUdc> rdf:type rdfs:Property ;
	rdfs:label "ratedUdc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.resistiveLoss> rdf:type rdfs:Property ;
	rdfs:label "resistiveLoss"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.PccTerminal> rdf:type rdfs:Property ;
	rdfs:label "PccTerminal"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range <Terminal> .
<ACDCConverter.valveU0> rdf:type rdfs:Property ;
	rdfs:label "valveU0"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.baseS> rdf:type rdfs:Property ;
	rdfs:label "baseS"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.maxP> rdf:type rdfs:Property ;
	rdfs:label "maxP"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.minUdc> rdf:type rdfs:Property ;
	rdfs:label "minUdc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idleLoss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idleLoss> <http://www.w3.org/2000/01/rdf-schema#label> "idleLoss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idleLoss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idleLoss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.switchingLoss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.switchingLoss> <http://www.w3.org/2000/01/rdf-schema#label> "switchingLoss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.switchingLoss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.switchingLoss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxUdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxUdc> <http://www.w3.org/2000/01/rdf-schema#label> "maxUdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxUdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxUdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minP> <http://www.w3.org/2000/01/rdf-schema#label> "minP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.numberOfValves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.numberOfValves> <http://www.w3.org/2000/01/rdf-schema#label> "numberOfValves"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.numberOfValves> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.numberOfValves> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.ratedUdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.ratedUdc> <http://www.w3.org/2000/01/rdf-schema#label> "ratedUdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.ratedUdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.ratedUdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.resistiveLoss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.resistiveLoss> <http://www.w3.org/2000/01/rdf-schema#label> "resistiveLoss"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.resistiveLoss> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.resistiveLoss> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.PccTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.PccTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "PccTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.PccTerminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.PccTerminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.valveU0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.valveU0> <http://www.w3.org/2000/01/rdf-schema#label> "valveU0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.valveU0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.valveU0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.baseS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.baseS> <http://www.w3.org/2000/01/rdf-schema#label> "baseS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.baseS> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.baseS> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxP> <http://www.w3.org/2000/01/rdf-schema#label> "maxP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.maxP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minUdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minUdc> <http://www.w3.org/2000/01/rdf-schema#label> "minUdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minUdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.minUdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion.

Property Domain Range Comment
idleLoss ACDCConverter double Active power loss in pole at no power transfer. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
switchingLoss ACDCConverter double Switching losses, relative to the base apparent power ‘baseS’. Refer to poleLossP. The attribute shall be a positive value.
maxUdc ACDCConverter double The maximum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
minP ACDCConverter double Minimum active power limit. The value is overwritten by values of VsCapabilityCurve, if present.
numberOfValves ACDCConverter integer Number of valves in the converter. Used in loss calculations.
ratedUdc ACDCConverter double Rated converter DC voltage, also called UdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow. For instance a bipolar HVDC link with value 200 kV has a 400kV difference between the dc lines.
resistiveLoss ACDCConverter double It is converter’s configuration data used in power flow. Refer to poleLossP. The attribute shall be a positive value.
PccTerminal ACDCConverter Terminal Point of common coupling terminal for this converter DC side. It is typically the terminal on the power transformer (or switch) closest to the AC network.
valveU0 ACDCConverter double Valve threshold voltage, also called Uvalve. Forward voltage drop when the valve is conducting. Used in loss calculations, i.e. the switchLoss depend on numberOfValves * valveU0.
baseS ACDCConverter double Base apparent power of the converter pole. The attribute shall be a positive value.
maxP ACDCConverter double Maximum active power limit. The value is overwritten by values of VsCapabilityCurve, if present.
minUdc ACDCConverter double The minimum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ACDCConverterDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverterDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverterDCTerminal"@en ;
	rdfs:subClassOf <DCBaseTerminal> .
<ACDCConverterDCTerminal.polarity> rdf:type rdfs:Property ;
	rdfs:label "polarity"@en ;
	rdfs:domain <ACDCConverterDCTerminal> ;
	rdfs:range xsd:string .
<ACDCConverterDCTerminal.DCConductingEquipment> rdf:type rdfs:Property ;
	rdfs:label "DCConductingEquipment"@en ;
	rdfs:domain <ACDCConverterDCTerminal> ;
	rdfs:range <ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverterDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.polarity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.polarity> <http://www.w3.org/2000/01/rdf-schema#label> "polarity"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.polarity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.polarity> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.DCConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "DCConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal.DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .

Sub-Class Of: DCBaseTerminal » ACDCTerminal » IdentifiedObject

A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side.

Property Domain Range Comment
polarity ACDCConverterDCTerminal string Represents the normal network polarity condition. Depending on the converter configuration the value shall be set as follows: - For a monopole with two converter terminals use DCPolarityKind “positive” and “negative”. - For a bi-pole or symmetric monopole with three converter terminals use DCPolarityKind “positive”, “middle” and “negative”.
DCConductingEquipment ACDCConverterDCTerminal ACDCConverter A DC converter terminal belong to an DC converter.
DCNode DCBaseTerminal DCNode The DC connectivity node to which this DC base terminal connects with zero impedance.
sequenceNumber ACDCTerminal integer The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the “starting point” for a two terminal branch.
BusNameMarker ACDCTerminal BusNameMarker The bus name marker used to name the bus (topological node).
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ACDCTerminal.sequenceNumber> rdf:type rdfs:Property ;
	rdfs:label "sequenceNumber"@en ;
	rdfs:domain <ACDCTerminal> ;
	rdfs:range xsd:integer .
<ACDCTerminal.BusNameMarker> rdf:type rdfs:Property ;
	rdfs:label "BusNameMarker"@en ;
	rdfs:domain <ACDCTerminal> ;
	rdfs:range <BusNameMarker> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.sequenceNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#label> "sequenceNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.BusNameMarker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.BusNameMarker> <http://www.w3.org/2000/01/rdf-schema#label> "BusNameMarker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.BusNameMarker> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.BusNameMarker> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
sequenceNumber ACDCTerminal integer The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the “starting point” for a two terminal branch.
BusNameMarker ACDCTerminal BusNameMarker The bus name marker used to name the bus (topological node).
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ACLineSegment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACLineSegment> rdf:type rdfs:Class ;
	rdfs:label "ACLineSegment"@en ;
	rdfs:subClassOf <Conductor> .
<ACLineSegment.gch> rdf:type rdfs:Property ;
	rdfs:label "gch"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.bch> rdf:type rdfs:Property ;
	rdfs:label "bch"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "ACLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.gch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.gch> <http://www.w3.org/2000/01/rdf-schema#label> "gch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.gch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.gch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.bch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.bch> <http://www.w3.org/2000/01/rdf-schema#label> "bch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.bch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.bch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Conductor » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system. For symmetrical, transposed three phase lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances. The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.

Property Domain Range Comment
gch ACLineSegment double Positive sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
x ACLineSegment double Positive sequence series reactance of the entire line section.
r ACLineSegment double Positive sequence series resistance of the entire line section.
bch ACLineSegment double Positive sequence shunt (charging) susceptance, uniformly distributed, of the entire line section. This value represents the full charging over the full length of the line.
length Conductor double Segment length for calculating line section capabilities.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ActivePowerLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ActivePowerLimit> rdf:type rdfs:Class ;
	rdfs:label "ActivePowerLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<ActivePowerLimit.normalValue> rdf:type rdfs:Property ;
	rdfs:label "normalValue"@en ;
	rdfs:domain <ActivePowerLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> <http://www.w3.org/2000/01/rdf-schema#label> "ActivePowerLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Limit on active power flow.

Property Domain Range Comment
normalValue ActivePowerLimit double The normal value of active power limit. The attribute shall be a positive value or zero.
OperationalLimitSet OperationalLimit OperationalLimitSet The limit set to which the limit values belong.
OperationalLimitType OperationalLimit OperationalLimitType The limit type associated with this limit.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ApparentPowerLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ApparentPowerLimit> rdf:type rdfs:Class ;
	rdfs:label "ApparentPowerLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<ApparentPowerLimit.normalValue> rdf:type rdfs:Property ;
	rdfs:label "normalValue"@en ;
	rdfs:domain <ApparentPowerLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> <http://www.w3.org/2000/01/rdf-schema#label> "ApparentPowerLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Apparent power limit.

Property Domain Range Comment
normalValue ApparentPowerLimit double The normal apparent power limit. The attribute shall be a positive value or zero.
OperationalLimitSet OperationalLimit OperationalLimitSet The limit set to which the limit values belong.
OperationalLimitType OperationalLimit OperationalLimitType The limit type associated with this limit.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

AsynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<AsynchronousMachine.nominalFrequency> rdf:type rdfs:Property ;
	rdfs:label "nominalFrequency"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:double .
<AsynchronousMachine.nominalSpeed> rdf:type rdfs:Property ;
	rdfs:label "nominalSpeed"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalFrequency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalFrequency> <http://www.w3.org/2000/01/rdf-schema#label> "nominalFrequency"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalFrequency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalFrequency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalSpeed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalSpeed> <http://www.w3.org/2000/01/rdf-schema#label> "nominalSpeed"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalSpeed> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.nominalSpeed> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine.

Property Domain Range Comment
nominalFrequency AsynchronousMachine double Nameplate data indicates if the machine is 50 Hz or 60 Hz.
nominalSpeed AsynchronousMachine double Nameplate data. Depends on the slip and number of pole pairs.
ratedPowerFactor RotatingMachine double Power factor (nameplate data). It is primarily used for short circuit data exchange according to IEC 60909. The attribute cannot be a negative value.
GeneratingUnit RotatingMachine GeneratingUnit A synchronous machine may operate as a generator and as such becomes a member of a generating unit.
ratedS RotatingMachine double Nameplate apparent power rating for the unit. The attribute shall have a positive value.
ratedU RotatingMachine double Rated voltage (nameplate data, Ur in IEC 60909-0). It is primarily used for short circuit data exchange according to IEC 60909. The attribute shall be a positive value.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

AuxiliaryEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AuxiliaryEquipment> rdf:type rdfs:Class ;
	rdfs:label "AuxiliaryEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<AuxiliaryEquipment.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <AuxiliaryEquipment> ;
	rdfs:range <Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "AuxiliaryEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

AuxiliaryEquipment describe equipment that is not performing any primary functions but support for the equipment performing the primary function. AuxiliaryEquipment is attached to primary equipment via an association with Terminal.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BaseVoltage

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BaseVoltage> rdf:type rdfs:Class ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<BaseVoltage.nominalVoltage> rdf:type rdfs:Property ;
	rdfs:label "nominalVoltage"@en ;
	rdfs:domain <BaseVoltage> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "nominalVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Defines a system base voltage which is referenced.

Property Domain Range Comment
nominalVoltage BaseVoltage double The power system resource’s base voltage. Shall be a positive value and not zero.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BasicIntervalSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BasicIntervalSchedule> rdf:type rdfs:Class ;
	rdfs:label "BasicIntervalSchedule"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<BasicIntervalSchedule.value2Unit> rdf:type rdfs:Property ;
	rdfs:label "value2Unit"@en ;
	rdfs:domain <BasicIntervalSchedule> ;
	rdfs:range xsd:string .
<BasicIntervalSchedule.startTime> rdf:type rdfs:Property ;
	rdfs:label "startTime"@en ;
	rdfs:domain <BasicIntervalSchedule> ;
	rdfs:range <https://schema.org/DateTime> .
<BasicIntervalSchedule.value1Unit> rdf:type rdfs:Property ;
	rdfs:label "value1Unit"@en ;
	rdfs:domain <BasicIntervalSchedule> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "BasicIntervalSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value2Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value2Unit> <http://www.w3.org/2000/01/rdf-schema#label> "value2Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value2Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value2Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.startTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.startTime> <http://www.w3.org/2000/01/rdf-schema#label> "startTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.startTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.startTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value1Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value1Unit> <http://www.w3.org/2000/01/rdf-schema#label> "value1Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value1Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule.value1Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

Schedule of values at points in time.

Property Domain Range Comment
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BatteryUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BatteryUnit> rdf:type rdfs:Class ;
	rdfs:label "BatteryUnit"@en ;
	rdfs:subClassOf <PowerElectronicsUnit> .
<BatteryUnit.ratedE> rdf:type rdfs:Property ;
	rdfs:label "ratedE"@en ;
	rdfs:domain <BatteryUnit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> <http://www.w3.org/2000/01/rdf-schema#label> "BatteryUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.ratedE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.ratedE> <http://www.w3.org/2000/01/rdf-schema#label> "ratedE"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.ratedE> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.ratedE> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerElectronicsUnit » Equipment » PowerSystemResource » IdentifiedObject

An electrochemical energy storage device.

Property Domain Range Comment
ratedE BatteryUnit double Full energy storage capacity of the battery. The attribute shall be a positive value.
maxP PowerElectronicsUnit double Maximum active power limit. This is the maximum (nameplate) limit for the unit.
minP PowerElectronicsUnit double Minimum active power limit. This is the minimum (nameplate) limit for the unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Bay

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Bay> rdf:type rdfs:Class ;
	rdfs:label "Bay"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<Bay.VoltageLevel> rdf:type rdfs:Property ;
	rdfs:label "VoltageLevel"@en ;
	rdfs:domain <Bay> ;
	rdfs:range <VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> <http://www.w3.org/2000/01/rdf-schema#label> "Bay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageLevel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry. A bay typically represents a physical grouping related to modularization of equipment.

Property Domain Range Comment
VoltageLevel Bay VoltageLevel The voltage level containing this bay.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BoundaryPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BoundaryPoint> rdf:type rdfs:Class ;
	rdfs:label "BoundaryPoint"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<BoundaryPoint.toEndName> rdf:type rdfs:Property ;
	rdfs:label "toEndName"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.ConnectivityNode> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNode"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range <ConnectivityNode> .
<BoundaryPoint.isExcludedFromAreaInterchange> rdf:type rdfs:Property ;
	rdfs:label "isExcludedFromAreaInterchange"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:boolean .
<BoundaryPoint.isDirectCurrent> rdf:type rdfs:Property ;
	rdfs:label "isDirectCurrent"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:boolean .
<BoundaryPoint.fromEndIsoCode> rdf:type rdfs:Property ;
	rdfs:label "fromEndIsoCode"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.fromEndName> rdf:type rdfs:Property ;
	rdfs:label "fromEndName"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.toEndIsoCode> rdf:type rdfs:Property ;
	rdfs:label "toEndIsoCode"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.fromEndNameTso> rdf:type rdfs:Property ;
	rdfs:label "fromEndNameTso"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.toEndNameTso> rdf:type rdfs:Property ;
	rdfs:label "toEndNameTso"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> <http://www.w3.org/2000/01/rdf-schema#label> "BoundaryPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/2000/01/rdf-schema#label> "toEndName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/2000/01/rdf-schema#label> "isExcludedFromAreaInterchange"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "isDirectCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#label> "fromEndIsoCode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/2000/01/rdf-schema#label> "fromEndName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#label> "toEndIsoCode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/2000/01/rdf-schema#label> "fromEndNameTso"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/2000/01/rdf-schema#label> "toEndNameTso"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections.

Property Domain Range Comment
toEndName BoundaryPoint string A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the “To” side of the tie-line is connected to. -if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the “To” side of the Boundary point is connected to.
ConnectivityNode BoundaryPoint ConnectivityNode The connectivity node that is designated as a boundary point.
isExcludedFromAreaInterchange BoundaryPoint boolean If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default).
isDirectCurrent BoundaryPoint boolean If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default).
fromEndIsoCode BoundaryPoint string The ISO code of the region which the “From” side of the Boundary point belongs to or it is connected to. The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.
fromEndName BoundaryPoint string A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the “From” side of the tie-line is connected to. -if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the “From” side of the Boundary point is connected to.
toEndIsoCode BoundaryPoint string The ISO code of the region which the “To” side of the Boundary point belongs to or is connected to. The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.
fromEndNameTso BoundaryPoint string Identifies the name of the transmission system operator, distribution system operator or other entity at which the “From” side of the interconnection is connected to. The length of the string is 64 characters maximum.
toEndNameTso BoundaryPoint string Identifies the name of the transmission system operator, distribution system operator or other entity at which the “To” side of the interconnection is connected to. The length of the string is 64 characters maximum.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Breaker

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Breaker> rdf:type rdfs:Class ;
	rdfs:label "Breaker"@en ;
	rdfs:subClassOf <ProtectedSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> <http://www.w3.org/2000/01/rdf-schema#label> "Breaker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> .

Sub-Class Of: ProtectedSwitch » Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking currents under specified abnormal circuit conditions e.g. those of short circuit.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BusNameMarker

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BusNameMarker> rdf:type rdfs:Class ;
	rdfs:label "BusNameMarker"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<BusNameMarker.priority> rdf:type rdfs:Property ;
	rdfs:label "priority"@en ;
	rdfs:domain <BusNameMarker> ;
	rdfs:range xsd:integer .
<BusNameMarker.ReportingGroup> rdf:type rdfs:Property ;
	rdfs:label "ReportingGroup"@en ;
	rdfs:domain <BusNameMarker> ;
	rdfs:range <ReportingGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker> <http://www.w3.org/2000/01/rdf-schema#label> "BusNameMarker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.priority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.priority> <http://www.w3.org/2000/01/rdf-schema#label> "priority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.priority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.priority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.ReportingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "ReportingGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusNameMarker.ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> .

Sub-Class Of: IdentifiedObject

Used to apply user standard names to TopologicalNodes. Associated with one or more terminals that are normally connected with the bus name. The associated terminals are normally connected by non-retained switches. For a ring bus station configuration, all BusbarSection terminals in the ring are typically associated. For a breaker and a half scheme, both BusbarSections would normally be associated. For a ring bus, all BusbarSections would normally be associated. For a “straight” busbar configuration, normally only the main terminal at the BusbarSection would be associated.

Property Domain Range Comment
priority BusNameMarker integer Priority of bus name marker for use as topology bus name. Use 0 for do not care. Use 1 for highest priority. Use 2 as priority is less than 1 and so on.
ReportingGroup BusNameMarker ReportingGroup The reporting group to which this bus name marker belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BusbarSection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BusbarSection> rdf:type rdfs:Class ;
	rdfs:label "BusbarSection"@en ;
	rdfs:subClassOf <Connector> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> <http://www.w3.org/2000/01/rdf-schema#label> "BusbarSection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> .

Sub-Class Of: Connector » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation. Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many physical terminals but for analysis is modelled with exactly one logical terminal.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CAESPlant

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CAESPlant> rdf:type rdfs:Class ;
	rdfs:label "CAESPlant"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CAESPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CAESPlant> <http://www.w3.org/2000/01/rdf-schema#label> "CAESPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CAESPlant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Compressed air energy storage plant.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Clamp

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Clamp> rdf:type rdfs:Class ;
	rdfs:label "Clamp"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<Clamp.lengthFromTerminal1> rdf:type rdfs:Property ;
	rdfs:label "lengthFromTerminal1"@en ;
	rdfs:domain <Clamp> ;
	rdfs:range xsd:double .
<Clamp.ACLineSegment> rdf:type rdfs:Property ;
	rdfs:label "ACLineSegment"@en ;
	rdfs:domain <Clamp> ;
	rdfs:range <ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp> <http://www.w3.org/2000/01/rdf-schema#label> "Clamp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.lengthFromTerminal1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#label> "lengthFromTerminal1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.ACLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "ACLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Clamp.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A Clamp is a galvanic connection at a line segment where other equipment is connected. A Clamp does not cut the line segment. A Clamp is ConductingEquipment and has one Terminal with an associated ConnectivityNode. Any other ConductingEquipment can be connected to the Clamp ConnectivityNode.

Property Domain Range Comment
lengthFromTerminal1 Clamp double The length to the place where the clamp is located starting from side one of the line segment, i.e. the line segment terminal with sequence number equal to 1.
ACLineSegment Clamp ACLineSegment The line segment to which the clamp is connected.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CogenerationPlant

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CogenerationPlant> rdf:type rdfs:Class ;
	rdfs:label "CogenerationPlant"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CogenerationPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CogenerationPlant> <http://www.w3.org/2000/01/rdf-schema#label> "CogenerationPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CogenerationPlant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A set of thermal generating units for the production of electrical energy and process steam (usually from the output of the steam turbines). The steam sendout is typically used for industrial purposes or for municipal heating and cooling.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CombinedCyclePlant

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CombinedCyclePlant> rdf:type rdfs:Class ;
	rdfs:label "CombinedCyclePlant"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCyclePlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCyclePlant> <http://www.w3.org/2000/01/rdf-schema#label> "CombinedCyclePlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCyclePlant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A set of combustion turbines and steam turbines where the exhaust heat from the combustion turbines is recovered to make steam for the steam turbines, resulting in greater overall plant efficiency.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<ConductingEquipment.BaseVoltage> rdf:type rdfs:Property ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:domain <ConductingEquipment> ;
	rdfs:range <BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment.BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

The parts of the AC power system that are designed to carry current or that are conductively connected through terminals.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Conductor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Conductor> rdf:type rdfs:Class ;
	rdfs:label "Conductor"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<Conductor.length> rdf:type rdfs:Property ;
	rdfs:label "length"@en ;
	rdfs:domain <Conductor> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> <http://www.w3.org/2000/01/rdf-schema#label> "Conductor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor.length> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor.length> <http://www.w3.org/2000/01/rdf-schema#label> "length"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor.length> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor.length> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system.

Property Domain Range Comment
length Conductor double Segment length for calculating line section capabilities.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConformLoad

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConformLoad> rdf:type rdfs:Class ;
	rdfs:label "ConformLoad"@en ;
	rdfs:subClassOf <EnergyConsumer> .
<ConformLoad.LoadGroup> rdf:type rdfs:Property ;
	rdfs:label "LoadGroup"@en ;
	rdfs:domain <ConformLoad> ;
	rdfs:range <ConformLoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> <http://www.w3.org/2000/01/rdf-schema#label> "ConformLoad"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad.LoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad.LoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "LoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad.LoadGroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad.LoadGroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadGroup> .

Sub-Class Of: EnergyConsumer » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load.

Property Domain Range Comment
LoadGroup ConformLoad ConformLoadGroup Group of this ConformLoad.
qfixedPct EnergyConsumer double Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixedPct EnergyConsumer double Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixed EnergyConsumer double Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
LoadResponse EnergyConsumer LoadResponseCharacteristic The load response characteristic of this load. If missing, this load is assumed to be constant power.
qfixed EnergyConsumer double Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConformLoadGroup

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConformLoadGroup> rdf:type rdfs:Class ;
	rdfs:label "ConformLoadGroup"@en ;
	rdfs:subClassOf <LoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "ConformLoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup> .

Sub-Class Of: LoadGroup » IdentifiedObject

A group of loads conforming to an allocation pattern.

Property Domain Range Comment
SubLoadArea LoadGroup SubLoadArea The SubLoadArea where the Loadgroup belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConformLoadSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConformLoadSchedule> rdf:type rdfs:Class ;
	rdfs:label "ConformLoadSchedule"@en ;
	rdfs:subClassOf <SeasonDayTypeSchedule> .
<ConformLoadSchedule.ConformLoadGroup> rdf:type rdfs:Property ;
	rdfs:label "ConformLoadGroup"@en ;
	rdfs:domain <ConformLoadSchedule> ;
	rdfs:range <ConformLoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "ConformLoadSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule.ConformLoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule.ConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "ConformLoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule.ConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadSchedule.ConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoadGroup> .

Sub-Class Of: SeasonDayTypeSchedule » RegularIntervalSchedule » BasicIntervalSchedule » IdentifiedObject

A curve of load versus time (X-axis) showing the active power values (Y1-axis) and reactive power (Y2-axis) for each unit of the period covered. This curve represents a typical pattern of load over the time period for a given day type and season.

Property Domain Range Comment
ConformLoadGroup ConformLoadSchedule ConformLoadGroup The ConformLoadGroup where the ConformLoadSchedule belongs.
Season SeasonDayTypeSchedule Season Season for the Schedule.
DayType SeasonDayTypeSchedule DayType DayType for the Schedule.
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConnectivityNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNode> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ConnectivityNode.ConnectivityNodeContainer> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNodeContainer"@en ;
	rdfs:domain <ConnectivityNode> ;
	rdfs:range <ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .

Sub-Class Of: IdentifiedObject

Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance.

Property Domain Range Comment
ConnectivityNodeContainer ConnectivityNode ConnectivityNodeContainer Container of this connectivity node.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConnectivityNodeContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNodeContainer> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNodeContainer"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A base class for all objects that may contain connectivity nodes or topological nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Connector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Connector> rdf:type rdfs:Class ;
	rdfs:label "Connector"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/2000/01/rdf-schema#label> "Connector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ControlArea

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ControlArea> rdf:type rdfs:Class ;
	rdfs:label "ControlArea"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<ControlArea.type> rdf:type rdfs:Property ;
	rdfs:label "type"@en ;
	rdfs:domain <ControlArea> ;
	rdfs:range xsd:string .
<ControlArea.EnergyArea> rdf:type rdfs:Property ;
	rdfs:label "EnergyArea"@en ;
	rdfs:domain <ControlArea> ;
	rdfs:range <EnergyArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> <http://www.w3.org/2000/01/rdf-schema#label> "ControlArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.type> <http://www.w3.org/2000/01/rdf-schema#label> "type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.EnergyArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.EnergyArea> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.EnergyArea> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.EnergyArea> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyArea> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea:

  1. The control area orientation for net interchange is positive for an import, negative for an export.
  2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal.
  3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero.
  4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.
Property Domain Range Comment
type ControlArea string The primary type of control area definition used to determine if this is used for automatic generation control, for planning interchange control, or other purposes. A control area specified with primary type of automatic generation control could still be forecast and used as an interchange area in power flow analysis.
EnergyArea ControlArea EnergyArea The energy area that is forecast from this control area specification.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ControlAreaGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ControlAreaGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "ControlAreaGeneratingUnit"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ControlAreaGeneratingUnit.ControlArea> rdf:type rdfs:Property ;
	rdfs:label "ControlArea"@en ;
	rdfs:domain <ControlAreaGeneratingUnit> ;
	rdfs:range <ControlArea> .
<ControlAreaGeneratingUnit.GeneratingUnit> rdf:type rdfs:Property ;
	rdfs:label "GeneratingUnit"@en ;
	rdfs:domain <ControlAreaGeneratingUnit> ;
	rdfs:range <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "ControlAreaGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.ControlArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.ControlArea> <http://www.w3.org/2000/01/rdf-schema#label> "ControlArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.ControlArea> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.ControlArea> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.GeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "GeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlAreaGeneratingUnit.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: IdentifiedObject

A control area generating unit. This class is needed so that alternate control area definitions may include the same generating unit. It should be noted that only one instance within a control area should reference a specific generating unit.

Property Domain Range Comment
ControlArea ControlAreaGeneratingUnit ControlArea The parent control area for the generating unit specifications.
GeneratingUnit ControlAreaGeneratingUnit GeneratingUnit The generating unit specified for this control area. Note that a control area should include a GeneratingUnit only once.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CsConverter> rdf:type rdfs:Class ;
	rdfs:label "CsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<CsConverter.maxIdc> rdf:type rdfs:Property ;
	rdfs:label "maxIdc"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.minAlpha> rdf:type rdfs:Property ;
	rdfs:label "minAlpha"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.minGamma> rdf:type rdfs:Property ;
	rdfs:label "minGamma"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.maxAlpha> rdf:type rdfs:Property ;
	rdfs:label "maxAlpha"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.minIdc> rdf:type rdfs:Property ;
	rdfs:label "minIdc"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.maxGamma> rdf:type rdfs:Property ;
	rdfs:label "maxGamma"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.ratedIdc> rdf:type rdfs:Property ;
	rdfs:label "ratedIdc"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "CsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxIdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxIdc> <http://www.w3.org/2000/01/rdf-schema#label> "maxIdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxIdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxIdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minAlpha> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minAlpha> <http://www.w3.org/2000/01/rdf-schema#label> "minAlpha"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minAlpha> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minAlpha> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minGamma> <http://www.w3.org/2000/01/rdf-schema#label> "minGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minGamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minGamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxAlpha> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxAlpha> <http://www.w3.org/2000/01/rdf-schema#label> "maxAlpha"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxAlpha> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxAlpha> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minIdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minIdc> <http://www.w3.org/2000/01/rdf-schema#label> "minIdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minIdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.minIdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxGamma> <http://www.w3.org/2000/01/rdf-schema#label> "maxGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxGamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.maxGamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.ratedIdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.ratedIdc> <http://www.w3.org/2000/01/rdf-schema#label> "ratedIdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.ratedIdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.ratedIdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ACDCConverter » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.

Property Domain Range Comment
maxIdc CsConverter double The maximum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data use in power flow. The attribute shall be a positive value.
minAlpha CsConverter double Minimum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
minGamma CsConverter double Minimum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
maxAlpha CsConverter double Maximum firing angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
minIdc CsConverter double The minimum direct current (Id) on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
maxGamma CsConverter double Maximum extinction angle. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
ratedIdc CsConverter double Rated converter DC current, also called IdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow.
idleLoss ACDCConverter double Active power loss in pole at no power transfer. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
switchingLoss ACDCConverter double Switching losses, relative to the base apparent power ‘baseS’. Refer to poleLossP. The attribute shall be a positive value.
maxUdc ACDCConverter double The maximum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
minP ACDCConverter double Minimum active power limit. The value is overwritten by values of VsCapabilityCurve, if present.
numberOfValves ACDCConverter integer Number of valves in the converter. Used in loss calculations.
ratedUdc ACDCConverter double Rated converter DC voltage, also called UdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow. For instance a bipolar HVDC link with value 200 kV has a 400kV difference between the dc lines.
resistiveLoss ACDCConverter double It is converter’s configuration data used in power flow. Refer to poleLossP. The attribute shall be a positive value.
PccTerminal ACDCConverter Terminal Point of common coupling terminal for this converter DC side. It is typically the terminal on the power transformer (or switch) closest to the AC network.
valveU0 ACDCConverter double Valve threshold voltage, also called Uvalve. Forward voltage drop when the valve is conducting. Used in loss calculations, i.e. the switchLoss depend on numberOfValves * valveU0.
baseS ACDCConverter double Base apparent power of the converter pole. The attribute shall be a positive value.
maxP ACDCConverter double Maximum active power limit. The value is overwritten by values of VsCapabilityCurve, if present.
minUdc ACDCConverter double The minimum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CurrentLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CurrentLimit> rdf:type rdfs:Class ;
	rdfs:label "CurrentLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<CurrentLimit.normalValue> rdf:type rdfs:Property ;
	rdfs:label "normalValue"@en ;
	rdfs:domain <CurrentLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> <http://www.w3.org/2000/01/rdf-schema#label> "CurrentLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Operational limit on current.

Property Domain Range Comment
normalValue CurrentLimit double The normal value for limit on current flow. The attribute shall be a positive value or zero.
OperationalLimitSet OperationalLimit OperationalLimitSet The limit set to which the limit values belong.
OperationalLimitType OperationalLimit OperationalLimitType The limit type associated with this limit.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CurrentTransformer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CurrentTransformer> rdf:type rdfs:Class ;
	rdfs:label "CurrentTransformer"@en ;
	rdfs:subClassOf <Sensor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentTransformer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentTransformer> <http://www.w3.org/2000/01/rdf-schema#label> "CurrentTransformer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentTransformer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Sensor> .

Sub-Class Of: Sensor » AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

Instrument transformer used to measure electrical qualities of the circuit that is being protected and/or monitored. Typically used as current transducer for the purpose of metering or protection. A typical secondary current rating would be 5A.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Curve

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Curve> rdf:type rdfs:Class ;
	rdfs:label "Curve"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Curve.xUnit> rdf:type rdfs:Property ;
	rdfs:label "xUnit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y2Unit> rdf:type rdfs:Property ;
	rdfs:label "y2Unit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.curveStyle> rdf:type rdfs:Property ;
	rdfs:label "curveStyle"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y1Unit> rdf:type rdfs:Property ;
	rdfs:label "y1Unit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> <http://www.w3.org/2000/01/rdf-schema#label> "Curve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/2000/01/rdf-schema#label> "xUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/2000/01/rdf-schema#label> "y2Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/2000/01/rdf-schema#label> "curveStyle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/2000/01/rdf-schema#label> "y1Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables.

Property Domain Range Comment
xUnit Curve string The X-axis units of measure.
y2Unit Curve string The Y2-axis units of measure.
curveStyle Curve string The style or shape of the curve.
y1Unit Curve string The Y1-axis units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

CurveData

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CurveData> rdf:type rdfs:Class ;
	rdfs:label "CurveData"@en .
<CurveData.Curve> rdf:type rdfs:Property ;
	rdfs:label "Curve"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range <Curve> .
<CurveData.y1value> rdf:type rdfs:Property ;
	rdfs:label "y1value"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<CurveData.xvalue> rdf:type rdfs:Property ;
	rdfs:label "xvalue"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<CurveData.y2value> rdf:type rdfs:Property ;
	rdfs:label "y2value"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> <http://www.w3.org/2000/01/rdf-schema#label> "CurveData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/2000/01/rdf-schema#label> "Curve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/2000/01/rdf-schema#label> "y1value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/2000/01/rdf-schema#label> "xvalue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/2000/01/rdf-schema#label> "y2value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
Curve CurveData Curve The curve of this curve data point.
y1value CurveData double The data value of the first Y-axis variable, depending on the Y-axis units.
xvalue CurveData double The data value of the X-axis variable, depending on the X-axis units.
y2value CurveData double The data value of the second Y-axis variable (if present), depending on the Y-axis units.

Cut

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Cut> rdf:type rdfs:Class ;
	rdfs:label "Cut"@en ;
	rdfs:subClassOf <Switch> .
<Cut.ACLineSegment> rdf:type rdfs:Property ;
	rdfs:label "ACLineSegment"@en ;
	rdfs:domain <Cut> ;
	rdfs:range <ACLineSegment> .
<Cut.lengthFromTerminal1> rdf:type rdfs:Property ;
	rdfs:label "lengthFromTerminal1"@en ;
	rdfs:domain <Cut> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut> <http://www.w3.org/2000/01/rdf-schema#label> "Cut"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.ACLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "ACLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Cut> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.lengthFromTerminal1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#label> "lengthFromTerminal1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Cut> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Cut.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A cut separates a line segment into two parts. The cut appears as a switch inserted between these two parts and connects them together. As the cut is normally open there is no galvanic connection between the two line segment parts. But it is possible to close the cut to get galvanic connection. The cut terminals are oriented towards the line segment terminals with the same sequence number. Hence the cut terminal with sequence number equal to 1 is oriented to the line segment’s terminal with sequence number equal to 1. The cut terminals also act as connection points for jumpers and other equipment, e.g. a mobile generator. To enable this, connectivity nodes are placed at the cut terminals. Once the connectivity nodes are in place any conducting equipment can be connected at them.

Property Domain Range Comment
ACLineSegment Cut ACLineSegment The line segment to which the cut is applied.
lengthFromTerminal1 Cut double The length to the place where the cut is located starting from side one of the cut line segment, i.e. the line segment Terminal with sequenceNumber equal to 1.
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCBaseTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCBaseTerminal> rdf:type rdfs:Class ;
	rdfs:label "DCBaseTerminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<DCBaseTerminal.DCNode> rdf:type rdfs:Property ;
	rdfs:label "DCNode"@en ;
	rdfs:domain <DCBaseTerminal> ;
	rdfs:range <DCNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "DCBaseTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections.

Property Domain Range Comment
DCNode DCBaseTerminal DCNode The DC connectivity node to which this DC base terminal connects with zero impedance.
sequenceNumber ACDCTerminal integer The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the “starting point” for a two terminal branch.
BusNameMarker ACDCTerminal BusNameMarker The bus name marker used to name the bus (topological node).
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCBreaker

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCBreaker> rdf:type rdfs:Class ;
	rdfs:label "DCBreaker"@en ;
	rdfs:subClassOf <DCSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBreaker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBreaker> <http://www.w3.org/2000/01/rdf-schema#label> "DCBreaker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBreaker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCSwitch> .

Sub-Class Of: DCSwitch » DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A breaker within a DC system.

Property Domain Range Comment
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCBusbar

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCBusbar> rdf:type rdfs:Class ;
	rdfs:label "DCBusbar"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBusbar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBusbar> <http://www.w3.org/2000/01/rdf-schema#label> "DCBusbar"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBusbar> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A busbar within a DC system.

Property Domain Range Comment
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCChopper

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCChopper> rdf:type rdfs:Class ;
	rdfs:label "DCChopper"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCChopper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCChopper> <http://www.w3.org/2000/01/rdf-schema#label> "DCChopper"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCChopper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Low resistance equipment used in the internal DC circuit to balance voltages. It has typically positive and negative pole terminals and a ground.

Property Domain Range Comment
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "DCConductingEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<DCConductingEquipment.ratedUdc> rdf:type rdfs:Property ;
	rdfs:label "ratedUdc"@en ;
	rdfs:domain <DCConductingEquipment> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "DCConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment.ratedUdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment.ratedUdc> <http://www.w3.org/2000/01/rdf-schema#label> "ratedUdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment.ratedUdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment.ratedUdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

The parts of the DC power system that are designed to carry current or that are conductively connected through DC terminals.

Property Domain Range Comment
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCConverterUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCConverterUnit> rdf:type rdfs:Class ;
	rdfs:label "DCConverterUnit"@en ;
	rdfs:subClassOf <DCEquipmentContainer> .
<DCConverterUnit.Substation> rdf:type rdfs:Property ;
	rdfs:label "Substation"@en ;
	rdfs:domain <DCConverterUnit> ;
	rdfs:range <Substation> .
<DCConverterUnit.operationMode> rdf:type rdfs:Property ;
	rdfs:label "operationMode"@en ;
	rdfs:domain <DCConverterUnit> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> <http://www.w3.org/2000/01/rdf-schema#label> "DCConverterUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.Substation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.Substation> <http://www.w3.org/2000/01/rdf-schema#label> "Substation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.Substation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.Substation> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.operationMode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.operationMode> <http://www.w3.org/2000/01/rdf-schema#label> "operationMode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.operationMode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCConverterUnit.operationMode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: DCEquipmentContainer » EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

Indivisible operative unit comprising all equipment between the point of common coupling on the AC side and the point of common coupling – DC side, essentially one or more converters, together with one or more converter transformers, converter control equipment, essential protective and switching devices and auxiliaries, if any, used for conversion.

Property Domain Range Comment
Substation DCConverterUnit Substation The containing substation of the DC converter unit.
operationMode DCConverterUnit string The operating mode of an HVDC bipole (bipolar, monopolar metallic return, etc).
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCDisconnector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCDisconnector> rdf:type rdfs:Class ;
	rdfs:label "DCDisconnector"@en ;
	rdfs:subClassOf <DCSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCDisconnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCDisconnector> <http://www.w3.org/2000/01/rdf-schema#label> "DCDisconnector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCDisconnector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCSwitch> .

Sub-Class Of: DCSwitch » DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A disconnector within a DC system.

Property Domain Range Comment
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCEquipmentContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCEquipmentContainer> rdf:type rdfs:Class ;
	rdfs:label "DCEquipmentContainer"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "DCEquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A modelling construct to provide a root class for containment of DC as well as AC equipment. The class differ from the EquipmentContaner for AC in that it may also contain DCNode-s. Hence it can contain both AC and DC equipment.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCGround

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCGround> rdf:type rdfs:Class ;
	rdfs:label "DCGround"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<DCGround.inductance> rdf:type rdfs:Property ;
	rdfs:label "inductance"@en ;
	rdfs:domain <DCGround> ;
	rdfs:range xsd:double .
<DCGround.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <DCGround> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround> <http://www.w3.org/2000/01/rdf-schema#label> "DCGround"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.inductance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.inductance> <http://www.w3.org/2000/01/rdf-schema#label> "inductance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.inductance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.inductance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCGround.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A ground within a DC system.

Property Domain Range Comment
inductance DCGround double Inductance to ground.
r DCGround double Resistance to ground.
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCLine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCLine> rdf:type rdfs:Class ;
	rdfs:label "DCLine"@en ;
	rdfs:subClassOf <DCEquipmentContainer> .
<DCLine.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <DCLine> ;
	rdfs:range <SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> <http://www.w3.org/2000/01/rdf-schema#label> "DCLine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLine.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .

Sub-Class Of: DCEquipmentContainer » EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

Overhead lines and/or cables connecting two or more HVDC substations.

Property Domain Range Comment
Region DCLine SubGeographicalRegion The SubGeographicalRegion containing the DC line.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCLineSegment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCLineSegment> rdf:type rdfs:Class ;
	rdfs:label "DCLineSegment"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<DCLineSegment.resistance> rdf:type rdfs:Property ;
	rdfs:label "resistance"@en ;
	rdfs:domain <DCLineSegment> ;
	rdfs:range xsd:double .
<DCLineSegment.capacitance> rdf:type rdfs:Property ;
	rdfs:label "capacitance"@en ;
	rdfs:domain <DCLineSegment> ;
	rdfs:range xsd:double .
<DCLineSegment.length> rdf:type rdfs:Property ;
	rdfs:label "length"@en ;
	rdfs:domain <DCLineSegment> ;
	rdfs:range xsd:double .
<DCLineSegment.inductance> rdf:type rdfs:Property ;
	rdfs:label "inductance"@en ;
	rdfs:domain <DCLineSegment> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "DCLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.resistance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.resistance> <http://www.w3.org/2000/01/rdf-schema#label> "resistance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.resistance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.resistance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.capacitance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.capacitance> <http://www.w3.org/2000/01/rdf-schema#label> "capacitance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.capacitance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.capacitance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.length> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.length> <http://www.w3.org/2000/01/rdf-schema#label> "length"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.length> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.length> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.inductance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.inductance> <http://www.w3.org/2000/01/rdf-schema#label> "inductance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.inductance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCLineSegment.inductance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A wire or combination of wires not insulated from one another, with consistent electrical characteristics, used to carry direct current between points in the DC region of the power system.

Property Domain Range Comment
resistance DCLineSegment double Resistance of the DC line segment.
capacitance DCLineSegment double Capacitance of the DC line segment. Significant for cables only.
length DCLineSegment double Segment length for calculating line section capabilities.
inductance DCLineSegment double Inductance of the DC line segment. Negligible compared with DCSeriesDevice used for smoothing.
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCNode> rdf:type rdfs:Class ;
	rdfs:label "DCNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DCNode.DCEquipmentContainer> rdf:type rdfs:Property ;
	rdfs:label "DCEquipmentContainer"@en ;
	rdfs:domain <DCNode> ;
	rdfs:range <DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCEquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "DCEquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .

Sub-Class Of: IdentifiedObject

DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance.

Property Domain Range Comment
DCEquipmentContainer DCNode DCEquipmentContainer The DC container for the DC nodes.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCSeriesDevice

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCSeriesDevice> rdf:type rdfs:Class ;
	rdfs:label "DCSeriesDevice"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<DCSeriesDevice.inductance> rdf:type rdfs:Property ;
	rdfs:label "inductance"@en ;
	rdfs:domain <DCSeriesDevice> ;
	rdfs:range xsd:double .
<DCSeriesDevice.resistance> rdf:type rdfs:Property ;
	rdfs:label "resistance"@en ;
	rdfs:domain <DCSeriesDevice> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice> <http://www.w3.org/2000/01/rdf-schema#label> "DCSeriesDevice"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.inductance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.inductance> <http://www.w3.org/2000/01/rdf-schema#label> "inductance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.inductance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.inductance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.resistance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.resistance> <http://www.w3.org/2000/01/rdf-schema#label> "resistance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.resistance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSeriesDevice.resistance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A series device within the DC system, typically a reactor used for filtering or smoothing. Needed for transient and short circuit studies.

Property Domain Range Comment
inductance DCSeriesDevice double Inductance of the device.
resistance DCSeriesDevice double Resistance of the DC device.
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCShunt

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCShunt> rdf:type rdfs:Class ;
	rdfs:label "DCShunt"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<DCShunt.capacitance> rdf:type rdfs:Property ;
	rdfs:label "capacitance"@en ;
	rdfs:domain <DCShunt> ;
	rdfs:range xsd:double .
<DCShunt.resistance> rdf:type rdfs:Property ;
	rdfs:label "resistance"@en ;
	rdfs:domain <DCShunt> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt> <http://www.w3.org/2000/01/rdf-schema#label> "DCShunt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.capacitance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.capacitance> <http://www.w3.org/2000/01/rdf-schema#label> "capacitance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.capacitance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.capacitance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.resistance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.resistance> <http://www.w3.org/2000/01/rdf-schema#label> "resistance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.resistance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCShunt.resistance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A shunt device within the DC system, typically used for filtering. Needed for transient and short circuit studies.

Property Domain Range Comment
capacitance DCShunt double Capacitance of the DC shunt.
resistance DCShunt double Resistance of the DC device.
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCSwitch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCSwitch> rdf:type rdfs:Class ;
	rdfs:label "DCSwitch"@en ;
	rdfs:subClassOf <DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSwitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSwitch> <http://www.w3.org/2000/01/rdf-schema#label> "DCSwitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCSwitch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .

Sub-Class Of: DCConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A switch within the DC system.

Property Domain Range Comment
ratedUdc DCConductingEquipment double Rated DC device voltage. The attribute shall be a positive value. It is configuration data used in power flow.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCTerminal> rdf:type rdfs:Class ;
	rdfs:label "DCTerminal"@en ;
	rdfs:subClassOf <DCBaseTerminal> .
<DCTerminal.DCConductingEquipment> rdf:type rdfs:Property ;
	rdfs:label "DCConductingEquipment"@en ;
	rdfs:domain <DCTerminal> ;
	rdfs:range <DCConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "DCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal.DCConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal.DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "DCConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal.DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal.DCConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCConductingEquipment> .

Sub-Class Of: DCBaseTerminal » ACDCTerminal » IdentifiedObject

An electrical connection point to generic DC conducting equipment.

Property Domain Range Comment
DCConductingEquipment DCTerminal DCConductingEquipment An DC terminal belong to a DC conducting equipment.
DCNode DCBaseTerminal DCNode The DC connectivity node to which this DC base terminal connects with zero impedance.
sequenceNumber ACDCTerminal integer The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the “starting point” for a two terminal branch.
BusNameMarker ACDCTerminal BusNameMarker The bus name marker used to name the bus (topological node).
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DayType

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DayType> rdf:type rdfs:Class ;
	rdfs:label "DayType"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DayType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DayType> <http://www.w3.org/2000/01/rdf-schema#label> "DayType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DayType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Group of similar days. For example it could be used to represent weekdays, weekend, or holidays.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DisconnectingCircuitBreaker

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DisconnectingCircuitBreaker> rdf:type rdfs:Class ;
	rdfs:label "DisconnectingCircuitBreaker"@en ;
	rdfs:subClassOf <Breaker> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DisconnectingCircuitBreaker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DisconnectingCircuitBreaker> <http://www.w3.org/2000/01/rdf-schema#label> "DisconnectingCircuitBreaker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DisconnectingCircuitBreaker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> .

Sub-Class Of: Breaker » ProtectedSwitch » Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Disconnector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Disconnector> rdf:type rdfs:Class ;
	rdfs:label "Disconnector"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Disconnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Disconnector> <http://www.w3.org/2000/01/rdf-schema#label> "Disconnector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Disconnector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EarthFaultCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EarthFaultCompensator> rdf:type rdfs:Class ;
	rdfs:label "EarthFaultCompensator"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "EarthFaultCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conducting equipment used to represent a connection to ground which is typically used to compensate earth faults. An earth fault compensator device modelled with a single terminal implies a second terminal solidly connected to ground. If two terminals are modelled, the ground is not assumed and normal connection rules apply.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EnergyArea

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyArea> rdf:type rdfs:Class ;
	rdfs:label "EnergyArea"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyArea> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Describes an area having energy production or consumption. Specializations are intended to support the load allocation function as typically required in energy management systems or planning studies to allocate hypothesized load levels to individual load points for power flow analysis. Often the energy area can be linked to both measured and forecast load levels.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EnergyConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConnection> rdf:type rdfs:Class ;
	rdfs:label "EnergyConnection"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection of energy generation or consumption on the power system model.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EnergyConsumer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConsumer> rdf:type rdfs:Class ;
	rdfs:label "EnergyConsumer"@en ;
	rdfs:subClassOf <EnergyConnection> .
<EnergyConsumer.qfixedPct> rdf:type rdfs:Property ;
	rdfs:label "qfixedPct"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range xsd:double .
<EnergyConsumer.pfixedPct> rdf:type rdfs:Property ;
	rdfs:label "pfixedPct"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range xsd:double .
<EnergyConsumer.pfixed> rdf:type rdfs:Property ;
	rdfs:label "pfixed"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range xsd:double .
<EnergyConsumer.LoadResponse> rdf:type rdfs:Property ;
	rdfs:label "LoadResponse"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range <LoadResponseCharacteristic> .
<EnergyConsumer.qfixed> rdf:type rdfs:Property ;
	rdfs:label "qfixed"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConsumer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixedPct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixedPct> <http://www.w3.org/2000/01/rdf-schema#label> "qfixedPct"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixedPct> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixedPct> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixedPct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixedPct> <http://www.w3.org/2000/01/rdf-schema#label> "pfixedPct"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixedPct> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixedPct> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixed> <http://www.w3.org/2000/01/rdf-schema#label> "pfixed"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixed> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.pfixed> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadResponse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadResponse> <http://www.w3.org/2000/01/rdf-schema#label> "LoadResponse"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadResponse> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.LoadResponse> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixed> <http://www.w3.org/2000/01/rdf-schema#label> "qfixed"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixed> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.qfixed> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Generic user of energy - a point of consumption on the power system model. EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.

Property Domain Range Comment
qfixedPct EnergyConsumer double Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixedPct EnergyConsumer double Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixed EnergyConsumer double Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
LoadResponse EnergyConsumer LoadResponseCharacteristic The load response characteristic of this load. If missing, this load is assumed to be constant power.
qfixed EnergyConsumer double Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EnergySchedulingType

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergySchedulingType> rdf:type rdfs:Class ;
	rdfs:label "EnergySchedulingType"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#label> "EnergySchedulingType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Used to define the type of generation for scheduling purposes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EnergySource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergySource> rdf:type rdfs:Class ;
	rdfs:label "EnergySource"@en ;
	rdfs:subClassOf <EnergyConnection> .
<EnergySource.nominalVoltage> rdf:type rdfs:Property ;
	rdfs:label "nominalVoltage"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.EnergySchedulingType> rdf:type rdfs:Property ;
	rdfs:label "EnergySchedulingType"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range <EnergySchedulingType> .
<EnergySource.pMax> rdf:type rdfs:Property ;
	rdfs:label "pMax"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.pMin> rdf:type rdfs:Property ;
	rdfs:label "pMin"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/2000/01/rdf-schema#label> "EnergySource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.nominalVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "nominalVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.EnergySchedulingType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#label> "EnergySchedulingType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMax> <http://www.w3.org/2000/01/rdf-schema#label> "pMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMin> <http://www.w3.org/2000/01/rdf-schema#label> "pMin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.pMin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A generic equivalent for an energy supplier on a transmission or distribution voltage level.

Property Domain Range Comment
nominalVoltage EnergySource double Phase-to-phase nominal voltage.
EnergySchedulingType EnergySource EnergySchedulingType Energy Scheduling Type of an Energy Source.
pMax EnergySource double This is the maximum active power that can be produced by the source. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.
pMin EnergySource double This is the minimum active power that can be produced by the source. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Equipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Equipment> rdf:type rdfs:Class ;
	rdfs:label "Equipment"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<Equipment.aggregate> rdf:type rdfs:Property ;
	rdfs:label "aggregate"@en ;
	rdfs:domain <Equipment> ;
	rdfs:range xsd:boolean .
<Equipment.normallyInService> rdf:type rdfs:Property ;
	rdfs:label "normallyInService"@en ;
	rdfs:domain <Equipment> ;
	rdfs:range xsd:boolean .
<Equipment.EquipmentContainer> rdf:type rdfs:Property ;
	rdfs:label "EquipmentContainer"@en ;
	rdfs:domain <Equipment> ;
	rdfs:range <EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.aggregate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.aggregate> <http://www.w3.org/2000/01/rdf-schema#label> "aggregate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.aggregate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.aggregate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.normallyInService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.normallyInService> <http://www.w3.org/2000/01/rdf-schema#label> "normallyInService"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.normallyInService> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.normallyInService> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "EquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

The parts of a power system that are physical devices, electronic or mechanical.

Property Domain Range Comment
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquipmentContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquipmentContainer> rdf:type rdfs:Class ;
	rdfs:label "EquipmentContainer"@en ;
	rdfs:subClassOf <ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "EquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .

Sub-Class Of: ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A modelling construct to provide a root class for containing equipment.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquivalentBranch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentBranch> rdf:type rdfs:Class ;
	rdfs:label "EquivalentBranch"@en ;
	rdfs:subClassOf <EquivalentEquipment> .
<EquivalentBranch.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.r21> rdf:type rdfs:Property ;
	rdfs:label "r21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.x21> rdf:type rdfs:Property ;
	rdfs:label "x21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentBranch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r21> <http://www.w3.org/2000/01/rdf-schema#label> "r21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.r21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x21> <http://www.w3.org/2000/01/rdf-schema#label> "x21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EquivalentEquipment » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

The class represents equivalent branches. In cases where a transformer phase shift is modelled and the EquivalentBranch is spanning the same nodes, the impedance quantities for the EquivalentBranch shall consider the needed phase shift.

Property Domain Range Comment
r EquivalentBranch double Positive sequence series resistance of the reduced branch.
r21 EquivalentBranch double Resistance from terminal sequence 2 to terminal sequence 1 .Used for steady state power flow. This attribute is optional and represent unbalanced network such as off-nominal phase shifter. If only EquivalentBranch.r is given, then EquivalentBranch.r21 is assumed equal to EquivalentBranch.r. Usage rule : EquivalentBranch is a result of network reduction prior to the data exchange.
x21 EquivalentBranch double Reactance from terminal sequence 2 to terminal sequence 1. Used for steady state power flow. This attribute is optional and represents an unbalanced network such as off-nominal phase shifter. If only EquivalentBranch.x is given, then EquivalentBranch.x21 is assumed equal to EquivalentBranch.x. Usage rule: EquivalentBranch is a result of network reduction prior to the data exchange.
x EquivalentBranch double Positive sequence series reactance of the reduced branch.
EquivalentNetwork EquivalentEquipment EquivalentNetwork The equivalent where the reduced model belongs.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquivalentEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentEquipment> rdf:type rdfs:Class ;
	rdfs:label "EquivalentEquipment"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<EquivalentEquipment.EquivalentNetwork> rdf:type rdfs:Property ;
	rdfs:label "EquivalentNetwork"@en ;
	rdfs:domain <EquivalentEquipment> ;
	rdfs:range <EquivalentNetwork> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment.EquivalentNetwork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment.EquivalentNetwork> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentNetwork"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment.EquivalentNetwork> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment.EquivalentNetwork> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentNetwork> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types.

Property Domain Range Comment
EquivalentNetwork EquivalentEquipment EquivalentNetwork The equivalent where the reduced model belongs.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquivalentInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentInjection> rdf:type rdfs:Class ;
	rdfs:label "EquivalentInjection"@en ;
	rdfs:subClassOf <EquivalentEquipment> .
<EquivalentInjection.maxP> rdf:type rdfs:Property ;
	rdfs:label "maxP"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.minP> rdf:type rdfs:Property ;
	rdfs:label "minP"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.maxQ> rdf:type rdfs:Property ;
	rdfs:label "maxQ"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.regulationCapability> rdf:type rdfs:Property ;
	rdfs:label "regulationCapability"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:boolean .
<EquivalentInjection.minQ> rdf:type rdfs:Property ;
	rdfs:label "minQ"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.ReactiveCapabilityCurve> rdf:type rdfs:Property ;
	rdfs:label "ReactiveCapabilityCurve"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range <ReactiveCapabilityCurve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxP> <http://www.w3.org/2000/01/rdf-schema#label> "maxP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minP> <http://www.w3.org/2000/01/rdf-schema#label> "minP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxQ> <http://www.w3.org/2000/01/rdf-schema#label> "maxQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.maxQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationCapability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationCapability> <http://www.w3.org/2000/01/rdf-schema#label> "regulationCapability"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationCapability> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationCapability> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minQ> <http://www.w3.org/2000/01/rdf-schema#label> "minQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.minQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.ReactiveCapabilityCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.ReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#label> "ReactiveCapabilityCurve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.ReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.ReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ReactiveCapabilityCurve> .

Sub-Class Of: EquivalentEquipment » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection.

Property Domain Range Comment
maxP EquivalentInjection double Maximum active power of the injection.
minP EquivalentInjection double Minimum active power of the injection.
maxQ EquivalentInjection double Maximum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used.
regulationCapability EquivalentInjection boolean Specifies whether or not the EquivalentInjection has the capability to regulate the local voltage. If true the EquivalentInjection can regulate. If false the EquivalentInjection cannot regulate. ReactiveCapabilityCurve can only be associated with EquivalentInjection if the flag is true.
minQ EquivalentInjection double Minimum reactive power of the injection. Used for modelling of infeed for load flow exchange. Not used for short circuit modelling. If maxQ and minQ are not used ReactiveCapabilityCurve can be used.
ReactiveCapabilityCurve EquivalentInjection ReactiveCapabilityCurve The reactive capability curve used by this equivalent injection.
EquivalentNetwork EquivalentEquipment EquivalentNetwork The equivalent where the reduced model belongs.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquivalentNetwork

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentNetwork> rdf:type rdfs:Class ;
	rdfs:label "EquivalentNetwork"@en ;
	rdfs:subClassOf <ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentNetwork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentNetwork> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentNetwork"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentNetwork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .

Sub-Class Of: ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A class that groups electrical equivalents, including internal nodes, of a network that has been reduced. The ConnectivityNodes contained in the equivalent are intended to reflect internal nodes of the equivalent. The boundary Connectivity nodes where the equivalent connects outside itself are not contained by the equivalent.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquivalentShunt

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentShunt> rdf:type rdfs:Class ;
	rdfs:label "EquivalentShunt"@en ;
	rdfs:subClassOf <EquivalentEquipment> .
<EquivalentShunt.g> rdf:type rdfs:Property ;
	rdfs:label "g"@en ;
	rdfs:domain <EquivalentShunt> ;
	rdfs:range xsd:double .
<EquivalentShunt.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <EquivalentShunt> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentShunt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.g> <http://www.w3.org/2000/01/rdf-schema#label> "g"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.g> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.g> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentShunt.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EquivalentEquipment » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

The class represents equivalent shunts.

Property Domain Range Comment
g EquivalentShunt double Positive sequence shunt conductance.
b EquivalentShunt double Positive sequence shunt susceptance.
EquivalentNetwork EquivalentEquipment EquivalentNetwork The equivalent where the reduced model belongs.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ExternalNetworkInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExternalNetworkInjection> rdf:type rdfs:Class ;
	rdfs:label "ExternalNetworkInjection"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<ExternalNetworkInjection.maxP> rdf:type rdfs:Property ;
	rdfs:label "maxP"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.maxQ> rdf:type rdfs:Property ;
	rdfs:label "maxQ"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.minP> rdf:type rdfs:Property ;
	rdfs:label "minP"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.minQ> rdf:type rdfs:Property ;
	rdfs:label "minQ"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.governorSCD> rdf:type rdfs:Property ;
	rdfs:label "governorSCD"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/2000/01/rdf-schema#label> "ExternalNetworkInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxP> <http://www.w3.org/2000/01/rdf-schema#label> "maxP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxQ> <http://www.w3.org/2000/01/rdf-schema#label> "maxQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minP> <http://www.w3.org/2000/01/rdf-schema#label> "minP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minQ> <http://www.w3.org/2000/01/rdf-schema#label> "minQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.governorSCD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.governorSCD> <http://www.w3.org/2000/01/rdf-schema#label> "governorSCD"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.governorSCD> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.governorSCD> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class represents the external network and it is used for IEC 60909 calculations.

Property Domain Range Comment
maxP ExternalNetworkInjection double Maximum active power of the injection.
maxQ ExternalNetworkInjection double Maximum reactive power limit. It is used for modelling of infeed for load flow exchange and not for short circuit modelling.
minP ExternalNetworkInjection double Minimum active power of the injection.
minQ ExternalNetworkInjection double Minimum reactive power limit. It is used for modelling of infeed for load flow exchange and not for short circuit modelling.
governorSCD ExternalNetworkInjection double Power Frequency Bias. This is the change in power injection divided by the change in frequency and negated. A positive value of the power frequency bias provides additional power injection upon a drop in frequency.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

FaultIndicator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FaultIndicator> rdf:type rdfs:Class ;
	rdfs:label "FaultIndicator"@en ;
	rdfs:subClassOf <AuxiliaryEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultIndicator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultIndicator> <http://www.w3.org/2000/01/rdf-schema#label> "FaultIndicator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultIndicator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> .

Sub-Class Of: AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

A FaultIndicator is typically only an indicator (which may or may not be remotely monitored), and not a piece of equipment that actually initiates a protection event. It is used for FLISR (Fault Location, Isolation and Restoration) purposes, assisting with the dispatch of crews to “most likely” part of the network (i.e. assists with determining circuit section where the fault most likely happened).

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

FossilFuel

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FossilFuel> rdf:type rdfs:Class ;
	rdfs:label "FossilFuel"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<FossilFuel.ThermalGeneratingUnit> rdf:type rdfs:Property ;
	rdfs:label "ThermalGeneratingUnit"@en ;
	rdfs:domain <FossilFuel> ;
	rdfs:range <ThermalGeneratingUnit> .
<FossilFuel.fossilFuelType> rdf:type rdfs:Property ;
	rdfs:label "fossilFuelType"@en ;
	rdfs:domain <FossilFuel> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel> <http://www.w3.org/2000/01/rdf-schema#label> "FossilFuel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.ThermalGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "ThermalGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.fossilFuelType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.fossilFuelType> <http://www.w3.org/2000/01/rdf-schema#label> "fossilFuelType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.fossilFuelType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FossilFuel.fossilFuelType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

The fossil fuel consumed by the non-nuclear thermal generating unit. For example, coal, oil, gas, etc. These are the specific fuels that the generating unit can consume.

Property Domain Range Comment
ThermalGeneratingUnit FossilFuel ThermalGeneratingUnit A thermal generating unit may have one or more fossil fuels.
fossilFuelType FossilFuel string The type of fossil fuel, such as coal, oil, or gas.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Fuse

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Fuse> rdf:type rdfs:Class ;
	rdfs:label "Fuse"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fuse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fuse> <http://www.w3.org/2000/01/rdf-schema#label> "Fuse"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fuse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An overcurrent protective device with a circuit opening fusible part that is heated and severed by the passage of overcurrent through it. A fuse is considered a switching device because it breaks current.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

GeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "GeneratingUnit"@en ;
	rdfs:subClassOf <Equipment> .
<GeneratingUnit.totalEfficiency> rdf:type rdfs:Property ;
	rdfs:label "totalEfficiency"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.shortPF> rdf:type rdfs:Property ;
	rdfs:label "shortPF"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.ratedNetMaxP> rdf:type rdfs:Property ;
	rdfs:label "ratedNetMaxP"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.maximumAllowableSpinningReserve> rdf:type rdfs:Property ;
	rdfs:label "maximumAllowableSpinningReserve"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.nominalP> rdf:type rdfs:Property ;
	rdfs:label "nominalP"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.startupCost> rdf:type rdfs:Property ;
	rdfs:label "startupCost"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:decimal .
<GeneratingUnit.genControlSource> rdf:type rdfs:Property ;
	rdfs:label "genControlSource"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:string .
<GeneratingUnit.governorSCD> rdf:type rdfs:Property ;
	rdfs:label "governorSCD"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.ratedGrossMinP> rdf:type rdfs:Property ;
	rdfs:label "ratedGrossMinP"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.variableCost> rdf:type rdfs:Property ;
	rdfs:label "variableCost"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:decimal .
<GeneratingUnit.startupTime> rdf:type rdfs:Property ;
	rdfs:label "startupTime"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.longPF> rdf:type rdfs:Property ;
	rdfs:label "longPF"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.minOperatingP> rdf:type rdfs:Property ;
	rdfs:label "minOperatingP"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.ratedGrossMaxP> rdf:type rdfs:Property ;
	rdfs:label "ratedGrossMaxP"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<GeneratingUnit.maxOperatingP> rdf:type rdfs:Property ;
	rdfs:label "maxOperatingP"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "GeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.totalEfficiency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.totalEfficiency> <http://www.w3.org/2000/01/rdf-schema#label> "totalEfficiency"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.totalEfficiency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.totalEfficiency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.shortPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.shortPF> <http://www.w3.org/2000/01/rdf-schema#label> "shortPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.shortPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.shortPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedNetMaxP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedNetMaxP> <http://www.w3.org/2000/01/rdf-schema#label> "ratedNetMaxP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedNetMaxP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedNetMaxP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maximumAllowableSpinningReserve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maximumAllowableSpinningReserve> <http://www.w3.org/2000/01/rdf-schema#label> "maximumAllowableSpinningReserve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maximumAllowableSpinningReserve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maximumAllowableSpinningReserve> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.nominalP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.nominalP> <http://www.w3.org/2000/01/rdf-schema#label> "nominalP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.nominalP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.nominalP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupCost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupCost> <http://www.w3.org/2000/01/rdf-schema#label> "startupCost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupCost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupCost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.genControlSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.genControlSource> <http://www.w3.org/2000/01/rdf-schema#label> "genControlSource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.genControlSource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.genControlSource> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.governorSCD> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.governorSCD> <http://www.w3.org/2000/01/rdf-schema#label> "governorSCD"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.governorSCD> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.governorSCD> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMinP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMinP> <http://www.w3.org/2000/01/rdf-schema#label> "ratedGrossMinP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMinP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMinP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.variableCost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.variableCost> <http://www.w3.org/2000/01/rdf-schema#label> "variableCost"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.variableCost> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.variableCost> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#decimal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupTime> <http://www.w3.org/2000/01/rdf-schema#label> "startupTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.startupTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.longPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.longPF> <http://www.w3.org/2000/01/rdf-schema#label> "longPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.longPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.longPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.minOperatingP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.minOperatingP> <http://www.w3.org/2000/01/rdf-schema#label> "minOperatingP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.minOperatingP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.minOperatingP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMaxP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMaxP> <http://www.w3.org/2000/01/rdf-schema#label> "ratedGrossMaxP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMaxP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.ratedGrossMaxP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maxOperatingP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maxOperatingP> <http://www.w3.org/2000/01/rdf-schema#label> "maxOperatingP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maxOperatingP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.maxOperatingP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set.

Property Domain Range Comment
totalEfficiency GeneratingUnit double The efficiency of the unit in converting the fuel into electrical energy.
shortPF GeneratingUnit double Generating unit short term economic participation factor.
ratedNetMaxP GeneratingUnit double The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. The attribute shall be a positive value.
maximumAllowableSpinningReserve GeneratingUnit double Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point.
nominalP GeneratingUnit double The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.
startupCost GeneratingUnit decimal The initial startup cost incurred for each start of the GeneratingUnit.
genControlSource GeneratingUnit string The source of controls for a generating unit. Defines the control status of the generating unit.
governorSCD GeneratingUnit double Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.
ratedGrossMinP GeneratingUnit double The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. The attribute shall be a positive value.
variableCost GeneratingUnit decimal The variable cost component of production per unit of ActivePower.
startupTime GeneratingUnit double Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied.
longPF GeneratingUnit double Generating unit long term economic participation factor.
minOperatingP GeneratingUnit double This is the minimum operating active power limit the dispatcher can enter for this unit.
ratedGrossMaxP GeneratingUnit double The unit’s gross rated maximum capacity (book value). The attribute shall be a positive value.
maxOperatingP GeneratingUnit double This is the maximum operating active power limit the dispatcher can enter for this unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

GeographicalRegion

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GeographicalRegion> rdf:type rdfs:Class ;
	rdfs:label "GeographicalRegion"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#label> "GeographicalRegion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A geographical region of a power system network model.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

GrossToNetActivePowerCurve

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GrossToNetActivePowerCurve> rdf:type rdfs:Class ;
	rdfs:label "GrossToNetActivePowerCurve"@en ;
	rdfs:subClassOf <Curve> .
<GrossToNetActivePowerCurve.GeneratingUnit> rdf:type rdfs:Property ;
	rdfs:label "GeneratingUnit"@en ;
	rdfs:domain <GrossToNetActivePowerCurve> ;
	rdfs:range <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve> <http://www.w3.org/2000/01/rdf-schema#label> "GrossToNetActivePowerCurve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve.GeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "GeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GrossToNetActivePowerCurve.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: Curve » IdentifiedObject

Relationship between the generating unit’s gross active power output on the X-axis (measured at the terminals of the machine(s)) and the generating unit’s net active power output on the Y-axis (based on utility-defined measurements at the power station). Station service loads, when modelled, should be treated as non-conforming bus loads. There may be more than one curve, depending on the auxiliary equipment that is in service.

Property Domain Range Comment
GeneratingUnit GrossToNetActivePowerCurve GeneratingUnit A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit.
xUnit Curve string The X-axis units of measure.
y2Unit Curve string The Y2-axis units of measure.
curveStyle Curve string The style or shape of the curve.
y1Unit Curve string The Y1-axis units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Ground

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Ground> rdf:type rdfs:Class ;
	rdfs:label "Ground"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Ground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Ground> <http://www.w3.org/2000/01/rdf-schema#label> "Ground"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Ground> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A point where the system is grounded used for connecting conducting equipment to ground. The power system model can have any number of grounds.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

GroundDisconnector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GroundDisconnector> rdf:type rdfs:Class ;
	rdfs:label "GroundDisconnector"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundDisconnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundDisconnector> <http://www.w3.org/2000/01/rdf-schema#label> "GroundDisconnector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundDisconnector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

GroundingImpedance

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GroundingImpedance> rdf:type rdfs:Class ;
	rdfs:label "GroundingImpedance"@en ;
	rdfs:subClassOf <EarthFaultCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> <http://www.w3.org/2000/01/rdf-schema#label> "GroundingImpedance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> .

Sub-Class Of: EarthFaultCompensator » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A fixed impedance device used for grounding.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

HydroGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HydroGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "HydroGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<HydroGeneratingUnit.turbineType> rdf:type rdfs:Property ;
	rdfs:label "turbineType"@en ;
	rdfs:domain <HydroGeneratingUnit> ;
	rdfs:range xsd:string .
<HydroGeneratingUnit.dropHeight> rdf:type rdfs:Property ;
	rdfs:label "dropHeight"@en ;
	rdfs:domain <HydroGeneratingUnit> ;
	rdfs:range xsd:double .
<HydroGeneratingUnit.HydroPowerPlant> rdf:type rdfs:Property ;
	rdfs:label "HydroPowerPlant"@en ;
	rdfs:domain <HydroGeneratingUnit> ;
	rdfs:range <HydroPowerPlant> .
<HydroGeneratingUnit.energyConversionCapability> rdf:type rdfs:Property ;
	rdfs:label "energyConversionCapability"@en ;
	rdfs:domain <HydroGeneratingUnit> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "HydroGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.turbineType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.turbineType> <http://www.w3.org/2000/01/rdf-schema#label> "turbineType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.turbineType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.turbineType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.dropHeight> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.dropHeight> <http://www.w3.org/2000/01/rdf-schema#label> "dropHeight"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.dropHeight> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.dropHeight> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.HydroPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "HydroPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.energyConversionCapability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.energyConversionCapability> <http://www.w3.org/2000/01/rdf-schema#label> "energyConversionCapability"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.energyConversionCapability> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit.energyConversionCapability> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan).

Property Domain Range Comment
turbineType HydroGeneratingUnit string Type of turbine.
dropHeight HydroGeneratingUnit double The height water drops from the reservoir mid-point to the turbine.
HydroPowerPlant HydroGeneratingUnit HydroPowerPlant The hydro generating unit belongs to a hydro power plant.
energyConversionCapability HydroGeneratingUnit string Energy conversion capability for generating.
totalEfficiency GeneratingUnit double The efficiency of the unit in converting the fuel into electrical energy.
shortPF GeneratingUnit double Generating unit short term economic participation factor.
ratedNetMaxP GeneratingUnit double The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. The attribute shall be a positive value.
maximumAllowableSpinningReserve GeneratingUnit double Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point.
nominalP GeneratingUnit double The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.
startupCost GeneratingUnit decimal The initial startup cost incurred for each start of the GeneratingUnit.
genControlSource GeneratingUnit string The source of controls for a generating unit. Defines the control status of the generating unit.
governorSCD GeneratingUnit double Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.
ratedGrossMinP GeneratingUnit double The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. The attribute shall be a positive value.
variableCost GeneratingUnit decimal The variable cost component of production per unit of ActivePower.
startupTime GeneratingUnit double Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied.
longPF GeneratingUnit double Generating unit long term economic participation factor.
minOperatingP GeneratingUnit double This is the minimum operating active power limit the dispatcher can enter for this unit.
ratedGrossMaxP GeneratingUnit double The unit’s gross rated maximum capacity (book value). The attribute shall be a positive value.
maxOperatingP GeneratingUnit double This is the maximum operating active power limit the dispatcher can enter for this unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

HydroPowerPlant

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HydroPowerPlant> rdf:type rdfs:Class ;
	rdfs:label "HydroPowerPlant"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<HydroPowerPlant.hydroPlantStorageType> rdf:type rdfs:Property ;
	rdfs:label "hydroPlantStorageType"@en ;
	rdfs:domain <HydroPowerPlant> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "HydroPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant.hydroPlantStorageType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant.hydroPlantStorageType> <http://www.w3.org/2000/01/rdf-schema#label> "hydroPlantStorageType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant.hydroPlantStorageType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant.hydroPlantStorageType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A hydro power station which can generate or pump. When generating, the generator turbines receive water from an upper reservoir. When pumping, the pumps receive their water from a lower reservoir.

Property Domain Range Comment
hydroPlantStorageType HydroPowerPlant string The type of hydro power plant water storage.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

HydroPump

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HydroPump> rdf:type rdfs:Class ;
	rdfs:label "HydroPump"@en ;
	rdfs:subClassOf <Equipment> .
<HydroPump.RotatingMachine> rdf:type rdfs:Property ;
	rdfs:label "RotatingMachine"@en ;
	rdfs:domain <HydroPump> ;
	rdfs:range <RotatingMachine> .
<HydroPump.HydroPowerPlant> rdf:type rdfs:Property ;
	rdfs:label "HydroPowerPlant"@en ;
	rdfs:domain <HydroPump> ;
	rdfs:range <HydroPowerPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump> <http://www.w3.org/2000/01/rdf-schema#label> "HydroPump"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.RotatingMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#label> "RotatingMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.HydroPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "HydroPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPump.HydroPowerPlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#HydroPowerPlant> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

A synchronous motor-driven pump, typically associated with a pumped storage plant.

Property Domain Range Comment
RotatingMachine HydroPump RotatingMachine The synchronous machine drives the turbine which moves the water from a low elevation to a higher elevation. The direction of machine rotation for pumping may or may not be the same as for generating.
HydroPowerPlant HydroPump HydroPowerPlant The hydro pump may be a member of a pumped storage plant or a pump for distributing water.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.energyIdentCodeEic> rdf:type rdfs:Property ;
	rdfs:label "energyIdentCodeEic"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.shortName> rdf:type rdfs:Property ;
	rdfs:label "shortName"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#label> "energyIdentCodeEic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#label> "shortName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Jumper

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Jumper> rdf:type rdfs:Class ;
	rdfs:label "Jumper"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Jumper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Jumper> <http://www.w3.org/2000/01/rdf-schema#label> "Jumper"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Jumper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A short section of conductor with negligible impedance which can be manually removed and replaced if the circuit is de-energized. Note that zero-impedance branches can potentially be modelled by other equipment types.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Junction

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Junction> rdf:type rdfs:Class ;
	rdfs:label "Junction"@en ;
	rdfs:subClassOf <Connector> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Junction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Junction> <http://www.w3.org/2000/01/rdf-schema#label> "Junction"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Junction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> .

Sub-Class Of: Connector » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

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

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Line

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Line> rdf:type rdfs:Class ;
	rdfs:label "Line"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<Line.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <Line> ;
	rdfs:range <SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line> <http://www.w3.org/2000/01/rdf-schema#label> "Line"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Line> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

Contains equipment beyond a substation belonging to a power transmission line.

Property Domain Range Comment
Region Line SubGeographicalRegion The sub-geographical region of the line.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

LinearShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LinearShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "LinearShuntCompensator"@en ;
	rdfs:subClassOf <ShuntCompensator> .
<LinearShuntCompensator.bPerSection> rdf:type rdfs:Property ;
	rdfs:label "bPerSection"@en ;
	rdfs:domain <LinearShuntCompensator> ;
	rdfs:range xsd:double .
<LinearShuntCompensator.gPerSection> rdf:type rdfs:Property ;
	rdfs:label "gPerSection"@en ;
	rdfs:domain <LinearShuntCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "LinearShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.bPerSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.bPerSection> <http://www.w3.org/2000/01/rdf-schema#label> "bPerSection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.bPerSection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.bPerSection> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.gPerSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.gPerSection> <http://www.w3.org/2000/01/rdf-schema#label> "gPerSection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.gPerSection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.gPerSection> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ShuntCompensator » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A linear shunt compensator has banks or sections with equal admittance values.

Property Domain Range Comment
bPerSection LinearShuntCompensator double Positive sequence shunt (charging) susceptance per section.
gPerSection LinearShuntCompensator double Positive sequence shunt (charging) conductance per section.
nomU ShuntCompensator double The voltage at which the nominal reactive power may be calculated. This should normally be within 10% of the voltage at which the capacitor is connected to the network.
voltageSensitivity ShuntCompensator double Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power.
normalSections ShuntCompensator integer The normal number of sections switched in. The value shall be between zero and ShuntCompensator.maximumSections.
grounded ShuntCompensator boolean Used for Yn and Zn connections. True if the neutral is solidly grounded.
maximumSections ShuntCompensator integer The maximum number of sections that may be switched in.
aVRDelay ShuntCompensator double An automatic voltage regulation delay (AVRDelay) which is the time delay from a change in voltage to when the capacitor is allowed to change state. This filters out temporary changes in voltage.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

LoadArea

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadArea> rdf:type rdfs:Class ;
	rdfs:label "LoadArea"@en ;
	rdfs:subClassOf <EnergyArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadArea> <http://www.w3.org/2000/01/rdf-schema#label> "LoadArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyArea> .

Sub-Class Of: EnergyArea » IdentifiedObject

The class is the root or first level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

LoadBreakSwitch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadBreakSwitch> rdf:type rdfs:Class ;
	rdfs:label "LoadBreakSwitch"@en ;
	rdfs:subClassOf <ProtectedSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadBreakSwitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadBreakSwitch> <http://www.w3.org/2000/01/rdf-schema#label> "LoadBreakSwitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadBreakSwitch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> .

Sub-Class Of: ProtectedSwitch » Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

LoadGroup

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadGroup> rdf:type rdfs:Class ;
	rdfs:label "LoadGroup"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadGroup.SubLoadArea> rdf:type rdfs:Property ;
	rdfs:label "SubLoadArea"@en ;
	rdfs:domain <LoadGroup> ;
	rdfs:range <SubLoadArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "LoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup.SubLoadArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup.SubLoadArea> <http://www.w3.org/2000/01/rdf-schema#label> "SubLoadArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup.SubLoadArea> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup.SubLoadArea> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea> .

Sub-Class Of: IdentifiedObject

The class is the third level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling.

Property Domain Range Comment
SubLoadArea LoadGroup SubLoadArea The SubLoadArea where the Loadgroup belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

LoadResponseCharacteristic

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadResponseCharacteristic> rdf:type rdfs:Class ;
	rdfs:label "LoadResponseCharacteristic"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LoadResponseCharacteristic.qFrequencyExponent> rdf:type rdfs:Property ;
	rdfs:label "qFrequencyExponent"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.pConstantImpedance> rdf:type rdfs:Property ;
	rdfs:label "pConstantImpedance"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.qConstantImpedance> rdf:type rdfs:Property ;
	rdfs:label "qConstantImpedance"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.qConstantPower> rdf:type rdfs:Property ;
	rdfs:label "qConstantPower"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.qConstantCurrent> rdf:type rdfs:Property ;
	rdfs:label "qConstantCurrent"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.exponentModel> rdf:type rdfs:Property ;
	rdfs:label "exponentModel"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:boolean .
<LoadResponseCharacteristic.pFrequencyExponent> rdf:type rdfs:Property ;
	rdfs:label "pFrequencyExponent"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.qVoltageExponent> rdf:type rdfs:Property ;
	rdfs:label "qVoltageExponent"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.pVoltageExponent> rdf:type rdfs:Property ;
	rdfs:label "pVoltageExponent"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.pConstantCurrent> rdf:type rdfs:Property ;
	rdfs:label "pConstantCurrent"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<LoadResponseCharacteristic.pConstantPower> rdf:type rdfs:Property ;
	rdfs:label "pConstantPower"@en ;
	rdfs:domain <LoadResponseCharacteristic> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> <http://www.w3.org/2000/01/rdf-schema#label> "LoadResponseCharacteristic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qFrequencyExponent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qFrequencyExponent> <http://www.w3.org/2000/01/rdf-schema#label> "qFrequencyExponent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qFrequencyExponent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qFrequencyExponent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantImpedance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantImpedance> <http://www.w3.org/2000/01/rdf-schema#label> "pConstantImpedance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantImpedance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantImpedance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantImpedance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantImpedance> <http://www.w3.org/2000/01/rdf-schema#label> "qConstantImpedance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantImpedance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantImpedance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantPower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantPower> <http://www.w3.org/2000/01/rdf-schema#label> "qConstantPower"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantPower> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantPower> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "qConstantCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qConstantCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.exponentModel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.exponentModel> <http://www.w3.org/2000/01/rdf-schema#label> "exponentModel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.exponentModel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.exponentModel> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pFrequencyExponent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pFrequencyExponent> <http://www.w3.org/2000/01/rdf-schema#label> "pFrequencyExponent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pFrequencyExponent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pFrequencyExponent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qVoltageExponent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qVoltageExponent> <http://www.w3.org/2000/01/rdf-schema#label> "qVoltageExponent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qVoltageExponent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.qVoltageExponent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pVoltageExponent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pVoltageExponent> <http://www.w3.org/2000/01/rdf-schema#label> "pVoltageExponent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pVoltageExponent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pVoltageExponent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "pConstantCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantPower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantPower> <http://www.w3.org/2000/01/rdf-schema#label> "pConstantPower"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantPower> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadResponseCharacteristic.pConstantPower> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Models the characteristic response of the load demand due to changes in system conditions such as voltage and frequency. It is not related to demand response. If LoadResponseCharacteristic.exponentModel is True, the exponential voltage or frequency dependent models are specified and used as to calculate active and reactive power components of the load model. The equations to calculate active and reactive power components of the load model are internal to the power flow calculation, hence they use different quantities depending on the use case of the data exchange. The equations for exponential voltage dependent load model injected power are: pInjection= Pnominal* (Voltage/cim:BaseVoltage.nominalVoltage) ** cim:LoadResponseCharacteristic.pVoltageExponent qInjection= Qnominal* (Voltage/cim:BaseVoltage.nominalVoltage) ** cim:LoadResponseCharacteristic.qVoltageExponent Where:

    • means “multiply” and ** is “raised to power of”;
  1. Pnominal and Qnominal represent the active power and reactive power at nominal voltage as any load described by the voltage exponential model shall be given at nominal voltage. This means that EnergyConsumer.p and EnergyConsumer.q are at nominal voltage.
  2. After power flow is solved: -pInjection and qInjection correspond to SvPowerflow.p and SvPowerflow.q respectively.
Property Domain Range Comment
qFrequencyExponent LoadResponseCharacteristic double Exponent of per unit frequency effecting reactive power.
pConstantImpedance LoadResponseCharacteristic double Portion of active power load modelled as constant impedance.
qConstantImpedance LoadResponseCharacteristic double Portion of reactive power load modelled as constant impedance.
qConstantPower LoadResponseCharacteristic double Portion of reactive power load modelled as constant power.
qConstantCurrent LoadResponseCharacteristic double Portion of reactive power load modelled as constant current.
exponentModel LoadResponseCharacteristic boolean Indicates the exponential voltage dependency model is to be used. If false, the coefficient model is to be used. The exponential voltage dependency model consist of the attributes: - pVoltageExponent - qVoltageExponent - pFrequencyExponent - qFrequencyExponent. The coefficient model consist of the attributes: - pConstantImpedance - pConstantCurrent - pConstantPower - qConstantImpedance - qConstantCurrent - qConstantPower. The sum of pConstantImpedance, pConstantCurrent and pConstantPower shall equal 1. The sum of qConstantImpedance, qConstantCurrent and qConstantPower shall equal 1.
pFrequencyExponent LoadResponseCharacteristic double Exponent of per unit frequency effecting active power.
qVoltageExponent LoadResponseCharacteristic double Exponent of per unit voltage effecting reactive power.
pVoltageExponent LoadResponseCharacteristic double Exponent of per unit voltage effecting real power.
pConstantCurrent LoadResponseCharacteristic double Portion of active power load modelled as constant current.
pConstantPower LoadResponseCharacteristic double Portion of active power load modelled as constant power.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

NonConformLoad

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonConformLoad> rdf:type rdfs:Class ;
	rdfs:label "NonConformLoad"@en ;
	rdfs:subClassOf <EnergyConsumer> .
<NonConformLoad.LoadGroup> rdf:type rdfs:Property ;
	rdfs:label "LoadGroup"@en ;
	rdfs:domain <NonConformLoad> ;
	rdfs:range <NonConformLoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> <http://www.w3.org/2000/01/rdf-schema#label> "NonConformLoad"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad.LoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad.LoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "LoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad.LoadGroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad.LoadGroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadGroup> .

Sub-Class Of: EnergyConsumer » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern.

Property Domain Range Comment
LoadGroup NonConformLoad NonConformLoadGroup Group of this ConformLoad.
qfixedPct EnergyConsumer double Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixedPct EnergyConsumer double Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixed EnergyConsumer double Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
LoadResponse EnergyConsumer LoadResponseCharacteristic The load response characteristic of this load. If missing, this load is assumed to be constant power.
qfixed EnergyConsumer double Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

NonConformLoadGroup

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonConformLoadGroup> rdf:type rdfs:Class ;
	rdfs:label "NonConformLoadGroup"@en ;
	rdfs:subClassOf <LoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "NonConformLoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadGroup> .

Sub-Class Of: LoadGroup » IdentifiedObject

Loads that do not follow a daily and seasonal load variation pattern.

Property Domain Range Comment
SubLoadArea LoadGroup SubLoadArea The SubLoadArea where the Loadgroup belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

NonConformLoadSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonConformLoadSchedule> rdf:type rdfs:Class ;
	rdfs:label "NonConformLoadSchedule"@en ;
	rdfs:subClassOf <SeasonDayTypeSchedule> .
<NonConformLoadSchedule.NonConformLoadGroup> rdf:type rdfs:Property ;
	rdfs:label "NonConformLoadGroup"@en ;
	rdfs:domain <NonConformLoadSchedule> ;
	rdfs:range <NonConformLoadGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "NonConformLoadSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule.NonConformLoadGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule.NonConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#label> "NonConformLoadGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule.NonConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadSchedule.NonConformLoadGroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoadGroup> .

Sub-Class Of: SeasonDayTypeSchedule » RegularIntervalSchedule » BasicIntervalSchedule » IdentifiedObject

An active power (Y1-axis) and reactive power (Y2-axis) schedule (curves) versus time (X-axis) for non-conforming loads, e.g., large industrial load or power station service (where modelled).

Property Domain Range Comment
NonConformLoadGroup NonConformLoadSchedule NonConformLoadGroup The NonConformLoadGroup where the NonConformLoadSchedule belongs.
Season SeasonDayTypeSchedule Season Season for the Schedule.
DayType SeasonDayTypeSchedule DayType DayType for the Schedule.
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

NonlinearShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonlinearShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "NonlinearShuntCompensator"@en ;
	rdfs:subClassOf <ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "NonlinearShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .

Sub-Class Of: ShuntCompensator » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A non linear shunt compensator has bank or section admittance values that differ. The attributes g, b, g0 and b0 of the associated NonlinearShuntCompensatorPoint describe the total conductance and admittance of a NonlinearShuntCompensatorPoint at a section number specified by NonlinearShuntCompensatorPoint.sectionNumber.

Property Domain Range Comment
nomU ShuntCompensator double The voltage at which the nominal reactive power may be calculated. This should normally be within 10% of the voltage at which the capacitor is connected to the network.
voltageSensitivity ShuntCompensator double Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power.
normalSections ShuntCompensator integer The normal number of sections switched in. The value shall be between zero and ShuntCompensator.maximumSections.
grounded ShuntCompensator boolean Used for Yn and Zn connections. True if the neutral is solidly grounded.
maximumSections ShuntCompensator integer The maximum number of sections that may be switched in.
aVRDelay ShuntCompensator double An automatic voltage regulation delay (AVRDelay) which is the time delay from a change in voltage to when the capacitor is allowed to change state. This filters out temporary changes in voltage.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

NonlinearShuntCompensatorPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonlinearShuntCompensatorPoint> rdf:type rdfs:Class ;
	rdfs:label "NonlinearShuntCompensatorPoint"@en .
<NonlinearShuntCompensatorPoint.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <NonlinearShuntCompensatorPoint> ;
	rdfs:range xsd:double .
<NonlinearShuntCompensatorPoint.sectionNumber> rdf:type rdfs:Property ;
	rdfs:label "sectionNumber"@en ;
	rdfs:domain <NonlinearShuntCompensatorPoint> ;
	rdfs:range xsd:integer .
<NonlinearShuntCompensatorPoint.NonlinearShuntCompensator> rdf:type rdfs:Property ;
	rdfs:label "NonlinearShuntCompensator"@en ;
	rdfs:domain <NonlinearShuntCompensatorPoint> ;
	rdfs:range <NonlinearShuntCompensator> .
<NonlinearShuntCompensatorPoint.g> rdf:type rdfs:Property ;
	rdfs:label "g"@en ;
	rdfs:domain <NonlinearShuntCompensatorPoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> <http://www.w3.org/2000/01/rdf-schema#label> "NonlinearShuntCompensatorPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.sectionNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.sectionNumber> <http://www.w3.org/2000/01/rdf-schema#label> "sectionNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.sectionNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.sectionNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.NonlinearShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "NonlinearShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g> <http://www.w3.org/2000/01/rdf-schema#label> "g"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
b NonlinearShuntCompensatorPoint double Positive sequence shunt (charging) susceptance per section.
sectionNumber NonlinearShuntCompensatorPoint integer The number of the section.
NonlinearShuntCompensator NonlinearShuntCompensatorPoint NonlinearShuntCompensator Non-linear shunt compensator owning this point.
g NonlinearShuntCompensatorPoint double Positive sequence shunt (charging) conductance per section.

NuclearGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NuclearGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "NuclearGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NuclearGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NuclearGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "NuclearGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NuclearGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A nuclear generating unit.

Property Domain Range Comment
totalEfficiency GeneratingUnit double The efficiency of the unit in converting the fuel into electrical energy.
shortPF GeneratingUnit double Generating unit short term economic participation factor.
ratedNetMaxP GeneratingUnit double The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. The attribute shall be a positive value.
maximumAllowableSpinningReserve GeneratingUnit double Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point.
nominalP GeneratingUnit double The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.
startupCost GeneratingUnit decimal The initial startup cost incurred for each start of the GeneratingUnit.
genControlSource GeneratingUnit string The source of controls for a generating unit. Defines the control status of the generating unit.
governorSCD GeneratingUnit double Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.
ratedGrossMinP GeneratingUnit double The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. The attribute shall be a positive value.
variableCost GeneratingUnit decimal The variable cost component of production per unit of ActivePower.
startupTime GeneratingUnit double Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied.
longPF GeneratingUnit double Generating unit long term economic participation factor.
minOperatingP GeneratingUnit double This is the minimum operating active power limit the dispatcher can enter for this unit.
ratedGrossMaxP GeneratingUnit double The unit’s gross rated maximum capacity (book value). The attribute shall be a positive value.
maxOperatingP GeneratingUnit double This is the maximum operating active power limit the dispatcher can enter for this unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

OperationalLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OperationalLimit> rdf:type rdfs:Class ;
	rdfs:label "OperationalLimit"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<OperationalLimit.OperationalLimitSet> rdf:type rdfs:Property ;
	rdfs:label "OperationalLimitSet"@en ;
	rdfs:domain <OperationalLimit> ;
	rdfs:range <OperationalLimitSet> .
<OperationalLimit.OperationalLimitType> rdf:type rdfs:Property ;
	rdfs:label "OperationalLimitType"@en ;
	rdfs:domain <OperationalLimit> ;
	rdfs:range <OperationalLimitType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> <http://www.w3.org/2000/01/rdf-schema#label> "OperationalLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "OperationalLimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitType> <http://www.w3.org/2000/01/rdf-schema#label> "OperationalLimitType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit.OperationalLimitType> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> .

Sub-Class Of: IdentifiedObject

A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short).
If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.

Property Domain Range Comment
OperationalLimitSet OperationalLimit OperationalLimitSet The limit set to which the limit values belong.
OperationalLimitType OperationalLimit OperationalLimitType The limit type associated with this limit.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

OperationalLimitSet

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OperationalLimitSet> rdf:type rdfs:Class ;
	rdfs:label "OperationalLimitSet"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<OperationalLimitSet.Equipment> rdf:type rdfs:Property ;
	rdfs:label "Equipment"@en ;
	rdfs:domain <OperationalLimitSet> ;
	rdfs:range <Equipment> .
<OperationalLimitSet.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <OperationalLimitSet> ;
	rdfs:range <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "OperationalLimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Equipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Equipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitSet.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: IdentifiedObject

A set of limits associated with equipment. Sets of limits might apply to a specific temperature, or season for example. A set of limits may contain different severities of limit levels that would apply to the same equipment. The set may contain limits of different types such as apparent power and current limits or high and low voltage limits that are logically applied together as a set.

Property Domain Range Comment
Equipment OperationalLimitSet Equipment The equipment to which the limit set applies.
Terminal OperationalLimitSet ACDCTerminal The terminal where the operational limit set apply.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

OperationalLimitType

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OperationalLimitType> rdf:type rdfs:Class ;
	rdfs:label "OperationalLimitType"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<OperationalLimitType.isInfiniteDuration> rdf:type rdfs:Property ;
	rdfs:label "isInfiniteDuration"@en ;
	rdfs:domain <OperationalLimitType> ;
	rdfs:range xsd:boolean .
<OperationalLimitType.direction> rdf:type rdfs:Property ;
	rdfs:label "direction"@en ;
	rdfs:domain <OperationalLimitType> ;
	rdfs:range xsd:string .
<OperationalLimitType.kind> rdf:type rdfs:Property ;
	rdfs:label "kind"@en ;
	rdfs:domain <OperationalLimitType> ;
	rdfs:range xsd:string .
<OperationalLimitType.acceptableDuration> rdf:type rdfs:Property ;
	rdfs:label "acceptableDuration"@en ;
	rdfs:domain <OperationalLimitType> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> <http://www.w3.org/2000/01/rdf-schema#label> "OperationalLimitType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.isInfiniteDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.isInfiniteDuration> <http://www.w3.org/2000/01/rdf-schema#label> "isInfiniteDuration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.isInfiniteDuration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.isInfiniteDuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.direction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.direction> <http://www.w3.org/2000/01/rdf-schema#label> "direction"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.direction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.direction> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.kind> <http://www.w3.org/2000/01/rdf-schema#label> "kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.acceptableDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.acceptableDuration> <http://www.w3.org/2000/01/rdf-schema#label> "acceptableDuration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.acceptableDuration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimitType.acceptableDuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

The operational meaning of a category of limits.

Property Domain Range Comment
isInfiniteDuration OperationalLimitType boolean Defines if the operational limit type has infinite duration. If true, the limit has infinite duration. If false, the limit has definite duration which is defined by the attribute acceptableDuration.
direction OperationalLimitType string The direction of the limit.
kind OperationalLimitType string Types of limits defined in the ENTSO-E Operational Handbook Policy 3.
acceptableDuration OperationalLimitType double The nominal acceptable duration of the limit. Limits are commonly expressed in terms of the time limit for which the limit is normally acceptable. The actual acceptable duration of a specific limit may depend on other local factors such as temperature or wind speed. The attribute has meaning only if the flag isInfiniteDuration is set to false, hence it shall not be exchanged when isInfiniteDuration is set to true.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PetersenCoil

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PetersenCoil> rdf:type rdfs:Class ;
	rdfs:label "PetersenCoil"@en ;
	rdfs:subClassOf <EarthFaultCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> <http://www.w3.org/2000/01/rdf-schema#label> "PetersenCoil"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> .

Sub-Class Of: EarthFaultCompensator » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A variable impedance device normally used to offset line charging during single line faults in an ungrounded section of network.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChanger> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChanger"@en ;
	rdfs:subClassOf <TapChanger> .
<PhaseTapChanger.TransformerEnd> rdf:type rdfs:Property ;
	rdfs:label "TransformerEnd"@en ;
	rdfs:domain <PhaseTapChanger> ;
	rdfs:range <TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger.TransformerEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger.TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#label> "TransformerEnd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger.TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger.TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .

Sub-Class Of: TapChanger » PowerSystemResource » IdentifiedObject

A transformer phase shifting tap model that controls the phase angle difference across the power transformer and potentially the active power flow through the power transformer. This phase tap model may also impact the voltage magnitude.

Property Domain Range Comment
TransformerEnd PhaseTapChanger TransformerEnd Transformer end to which this phase tap changer belongs.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChangerAsymmetrical

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerAsymmetrical> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerAsymmetrical"@en ;
	rdfs:subClassOf <PhaseTapChangerNonLinear> .
<PhaseTapChangerAsymmetrical.windingConnectionAngle> rdf:type rdfs:Property ;
	rdfs:label "windingConnectionAngle"@en ;
	rdfs:domain <PhaseTapChangerAsymmetrical> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerAsymmetrical"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical.windingConnectionAngle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical.windingConnectionAngle> <http://www.w3.org/2000/01/rdf-schema#label> "windingConnectionAngle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical.windingConnectionAngle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical.windingConnectionAngle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PhaseTapChangerNonLinear » PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes the tap model for an asymmetrical phase shifting transformer in which the difference voltage vector adds to the in-phase winding. The out-of-phase winding is the transformer end where the tap changer is located. The angle between the in-phase and out-of-phase windings is named the winding connection angle. The phase shift depends on both the difference voltage magnitude and the winding connection angle.

Property Domain Range Comment
windingConnectionAngle PhaseTapChangerAsymmetrical double The phase angle between the in-phase winding and the out-of -phase winding used for creating phase shift. The out-of-phase winding produces what is known as the difference voltage. Setting this angle to 90 degrees is not the same as a symmetrical transformer. The attribute can only be multiples of 30 degrees. The allowed range is -150 degrees to 150 degrees excluding 0.
voltageStepIncrement PhaseTapChangerNonLinear double The voltage step increment on the out of phase winding (the PowerTransformerEnd where the TapChanger is located) specified in percent of rated voltage of the PowerTransformerEnd. A positive value means a positive voltage variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer. When the increment is negative, the voltage decreases when the tap step increases.
xMax PhaseTapChangerNonLinear double The reactance depends on the tap position according to a “u” shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x.
xMin PhaseTapChangerNonLinear double The reactance depend on the tap position according to a “u” shaped curve. The minimum reactance (xMin) appear at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used.
TransformerEnd PhaseTapChanger TransformerEnd Transformer end to which this phase tap changer belongs.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChangerLinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerLinear> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerLinear"@en ;
	rdfs:subClassOf <PhaseTapChanger> .
<PhaseTapChangerLinear.xMax> rdf:type rdfs:Property ;
	rdfs:label "xMax"@en ;
	rdfs:domain <PhaseTapChangerLinear> ;
	rdfs:range xsd:double .
<PhaseTapChangerLinear.stepPhaseShiftIncrement> rdf:type rdfs:Property ;
	rdfs:label "stepPhaseShiftIncrement"@en ;
	rdfs:domain <PhaseTapChangerLinear> ;
	rdfs:range xsd:double .
<PhaseTapChangerLinear.xMin> rdf:type rdfs:Property ;
	rdfs:label "xMin"@en ;
	rdfs:domain <PhaseTapChangerLinear> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerLinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMax> <http://www.w3.org/2000/01/rdf-schema#label> "xMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.stepPhaseShiftIncrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.stepPhaseShiftIncrement> <http://www.w3.org/2000/01/rdf-schema#label> "stepPhaseShiftIncrement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.stepPhaseShiftIncrement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.stepPhaseShiftIncrement> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMin> <http://www.w3.org/2000/01/rdf-schema#label> "xMin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear.xMin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes a tap changer with a linear relation between the tap step and the phase angle difference across the transformer. This is a mathematical model that is an approximation of a real phase tap changer. The phase angle is computed as stepPhaseShiftIncrement times the tap position. The voltage magnitude of both sides is the same.

Property Domain Range Comment
xMax PhaseTapChangerLinear double The reactance depends on the tap position according to a “u” shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x.
stepPhaseShiftIncrement PhaseTapChangerLinear double Phase shift per step position. A positive value indicates a positive angle variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer. The actual phase shift increment might be more accurately computed from the symmetrical or asymmetrical models or a tap step table lookup if those are available.
xMin PhaseTapChangerLinear double The reactance depends on the tap position according to a “u” shaped curve. The minimum reactance (xMin) appears at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used.
TransformerEnd PhaseTapChanger TransformerEnd Transformer end to which this phase tap changer belongs.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChangerNonLinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerNonLinear> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerNonLinear"@en ;
	rdfs:subClassOf <PhaseTapChanger> .
<PhaseTapChangerNonLinear.voltageStepIncrement> rdf:type rdfs:Property ;
	rdfs:label "voltageStepIncrement"@en ;
	rdfs:domain <PhaseTapChangerNonLinear> ;
	rdfs:range xsd:double .
<PhaseTapChangerNonLinear.xMax> rdf:type rdfs:Property ;
	rdfs:label "xMax"@en ;
	rdfs:domain <PhaseTapChangerNonLinear> ;
	rdfs:range xsd:double .
<PhaseTapChangerNonLinear.xMin> rdf:type rdfs:Property ;
	rdfs:label "xMin"@en ;
	rdfs:domain <PhaseTapChangerNonLinear> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerNonLinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.voltageStepIncrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.voltageStepIncrement> <http://www.w3.org/2000/01/rdf-schema#label> "voltageStepIncrement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.voltageStepIncrement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.voltageStepIncrement> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMax> <http://www.w3.org/2000/01/rdf-schema#label> "xMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMin> <http://www.w3.org/2000/01/rdf-schema#label> "xMin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear.xMin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

The non-linear phase tap changer describes the non-linear behaviour of a phase tap changer. This is a base class for the symmetrical and asymmetrical phase tap changer models. The details of these models can be found in IEC 61970-301.

Property Domain Range Comment
voltageStepIncrement PhaseTapChangerNonLinear double The voltage step increment on the out of phase winding (the PowerTransformerEnd where the TapChanger is located) specified in percent of rated voltage of the PowerTransformerEnd. A positive value means a positive voltage variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer. When the increment is negative, the voltage decreases when the tap step increases.
xMax PhaseTapChangerNonLinear double The reactance depends on the tap position according to a “u” shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x.
xMin PhaseTapChangerNonLinear double The reactance depend on the tap position according to a “u” shaped curve. The minimum reactance (xMin) appear at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used.
TransformerEnd PhaseTapChanger TransformerEnd Transformer end to which this phase tap changer belongs.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChangerSymmetrical

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerSymmetrical> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerSymmetrical"@en ;
	rdfs:subClassOf <PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerSymmetrical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerSymmetrical> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerSymmetrical"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerSymmetrical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .

Sub-Class Of: PhaseTapChangerNonLinear » PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes a symmetrical phase shifting transformer tap model in which the voltage magnitude of both sides is the same. The difference voltage magnitude is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference corresponds to the top angle and can be expressed as twice the arctangent of half the total difference voltage.

Property Domain Range Comment
voltageStepIncrement PhaseTapChangerNonLinear double The voltage step increment on the out of phase winding (the PowerTransformerEnd where the TapChanger is located) specified in percent of rated voltage of the PowerTransformerEnd. A positive value means a positive voltage variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer. When the increment is negative, the voltage decreases when the tap step increases.
xMax PhaseTapChangerNonLinear double The reactance depends on the tap position according to a “u” shaped curve. The maximum reactance (xMax) appears at the low and high tap positions. Depending on the “u” curve the attribute can be either higher or lower than PowerTransformerEnd.x.
xMin PhaseTapChangerNonLinear double The reactance depend on the tap position according to a “u” shaped curve. The minimum reactance (xMin) appear at the mid tap position. PowerTransformerEnd.x shall be consistent with PhaseTapChangerLinear.xMin and PhaseTapChangerNonLinear.xMin. In case of inconsistency, PowerTransformerEnd.x shall be used.
TransformerEnd PhaseTapChanger TransformerEnd Transformer end to which this phase tap changer belongs.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChangerTable

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerTable> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerTable"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Describes a tabular curve for how the phase angle difference and impedance varies with the tap step.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhaseTapChangerTablePoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerTablePoint> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerTablePoint"@en ;
	rdfs:subClassOf <TapChangerTablePoint> .
<PhaseTapChangerTablePoint.PhaseTapChangerTable> rdf:type rdfs:Property ;
	rdfs:label "PhaseTapChangerTable"@en ;
	rdfs:domain <PhaseTapChangerTablePoint> ;
	rdfs:range <PhaseTapChangerTable> .
<PhaseTapChangerTablePoint.angle> rdf:type rdfs:Property ;
	rdfs:label "angle"@en ;
	rdfs:domain <PhaseTapChangerTablePoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerTablePoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.PhaseTapChangerTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.angle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.angle> <http://www.w3.org/2000/01/rdf-schema#label> "angle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.angle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTablePoint.angle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TapChangerTablePoint

Describes each tap step in the phase tap changer tabular curve.

Property Domain Range Comment
PhaseTapChangerTable PhaseTapChangerTablePoint PhaseTapChangerTable The table of this point.
angle PhaseTapChangerTablePoint double The angle difference in degrees. A positive value indicates a positive angle variation from the Terminal at the PowerTransformerEnd, where the TapChanger is located, into the transformer.
step TapChangerTablePoint integer The tap step.
x TapChangerTablePoint double The series reactance deviation as a percentage of nominal value. The actual reactance is calculated as follows: calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nominal) is defined as the static series reactance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
ratio TapChangerTablePoint double The voltage at the tap step divided by rated voltage of the transformer end having the tap changer. Hence this is a value close to one. For example, if the ratio at step 1 is 1.01, and the rated voltage of the transformer end is 110kV, then the voltage obtained by setting the tap changer to step 1 to is 111.1kV.
b TapChangerTablePoint double The magnetizing branch susceptance deviation as a percentage of nominal value. The actual susceptance is calculated as follows: calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). The b(nominal) is defined as the static magnetizing susceptance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
r TapChangerTablePoint double The resistance deviation as a percentage of nominal value. The actual reactance is calculated as follows: calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nominal) is defined as the static resistance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
g TapChangerTablePoint double The magnetizing branch conductance deviation as a percentage of nominal value. The actual conductance is calculated as follows: calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). The g(nominal) is defined as the static magnetizing conductance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.

PhaseTapChangerTabular

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerTabular> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerTabular"@en ;
	rdfs:subClassOf <PhaseTapChanger> .
<PhaseTapChangerTabular.PhaseTapChangerTable> rdf:type rdfs:Property ;
	rdfs:label "PhaseTapChangerTable"@en ;
	rdfs:domain <PhaseTapChangerTabular> ;
	rdfs:range <PhaseTapChangerTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerTabular"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular.PhaseTapChangerTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular.PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular.PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular.PhaseTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTable> .

Sub-Class Of: PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer.

Property Domain Range Comment
PhaseTapChangerTable PhaseTapChangerTabular PhaseTapChangerTable The phase tap changer table for this phase tap changer.
TransformerEnd PhaseTapChanger TransformerEnd Transformer end to which this phase tap changer belongs.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PhotoVoltaicUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhotoVoltaicUnit> rdf:type rdfs:Class ;
	rdfs:label "PhotoVoltaicUnit"@en ;
	rdfs:subClassOf <PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhotoVoltaicUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhotoVoltaicUnit> <http://www.w3.org/2000/01/rdf-schema#label> "PhotoVoltaicUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhotoVoltaicUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .

Sub-Class Of: PowerElectronicsUnit » Equipment » PowerSystemResource » IdentifiedObject

A photovoltaic device or an aggregation of such devices.

Property Domain Range Comment
maxP PowerElectronicsUnit double Maximum active power limit. This is the maximum (nameplate) limit for the unit.
minP PowerElectronicsUnit double Minimum active power limit. This is the minimum (nameplate) limit for the unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PostLineSensor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PostLineSensor> rdf:type rdfs:Class ;
	rdfs:label "PostLineSensor"@en ;
	rdfs:subClassOf <Sensor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PostLineSensor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PostLineSensor> <http://www.w3.org/2000/01/rdf-schema#label> "PostLineSensor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PostLineSensor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Sensor> .

Sub-Class Of: Sensor » AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

A sensor used mainly in overhead distribution networks as the source of both current and voltage measurements.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PotentialTransformer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PotentialTransformer> rdf:type rdfs:Class ;
	rdfs:label "PotentialTransformer"@en ;
	rdfs:subClassOf <Sensor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PotentialTransformer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PotentialTransformer> <http://www.w3.org/2000/01/rdf-schema#label> "PotentialTransformer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PotentialTransformer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Sensor> .

Sub-Class Of: Sensor » AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

Instrument transformer (also known as Voltage Transformer) used to measure electrical qualities of the circuit that is being protected and/or monitored. Typically used as voltage transducer for the purpose of metering, protection, or sometimes auxiliary substation supply. A typical secondary voltage rating would be 120V.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerElectronicsConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerElectronicsConnection> rdf:type rdfs:Class ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<PowerElectronicsConnection.ratedU> rdf:type rdfs:Property ;
	rdfs:label "ratedU"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range xsd:double .
<PowerElectronicsConnection.PowerElectronicsUnit> rdf:type rdfs:Property ;
	rdfs:label "PowerElectronicsUnit"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range <PowerElectronicsUnit> .
<PowerElectronicsConnection.ratedS> rdf:type rdfs:Property ;
	rdfs:label "ratedS"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range xsd:double .
<PowerElectronicsConnection.maxQ> rdf:type rdfs:Property ;
	rdfs:label "maxQ"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range xsd:double .
<PowerElectronicsConnection.minQ> rdf:type rdfs:Property ;
	rdfs:label "minQ"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedU> <http://www.w3.org/2000/01/rdf-schema#label> "ratedU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.PowerElectronicsUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedS> <http://www.w3.org/2000/01/rdf-schema#label> "ratedS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedS> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.ratedS> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.maxQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.maxQ> <http://www.w3.org/2000/01/rdf-schema#label> "maxQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.maxQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.maxQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.minQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.minQ> <http://www.w3.org/2000/01/rdf-schema#label> "minQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.minQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.minQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines.

Property Domain Range Comment
ratedU PowerElectronicsConnection double Rated voltage (nameplate data, Ur in IEC 60909-0). It is primarily used for short circuit data exchange according to IEC 60909. The attribute shall be a positive value.
PowerElectronicsUnit PowerElectronicsConnection PowerElectronicsUnit An AC network connection may have several power electronics units connecting through it.
ratedS PowerElectronicsConnection double Nameplate apparent power rating for the unit. The attribute shall have a positive value.
maxQ PowerElectronicsConnection double Maximum reactive power limit. This is the maximum (nameplate) limit for the unit.
minQ PowerElectronicsConnection double Minimum reactive power limit for the unit. This is the minimum (nameplate) limit for the unit.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerElectronicsUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerElectronicsUnit> rdf:type rdfs:Class ;
	rdfs:label "PowerElectronicsUnit"@en ;
	rdfs:subClassOf <Equipment> .
<PowerElectronicsUnit.maxP> rdf:type rdfs:Property ;
	rdfs:label "maxP"@en ;
	rdfs:domain <PowerElectronicsUnit> ;
	rdfs:range xsd:double .
<PowerElectronicsUnit.minP> rdf:type rdfs:Property ;
	rdfs:label "minP"@en ;
	rdfs:domain <PowerElectronicsUnit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.maxP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.maxP> <http://www.w3.org/2000/01/rdf-schema#label> "maxP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.maxP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.maxP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.minP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.minP> <http://www.w3.org/2000/01/rdf-schema#label> "minP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.minP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit.minP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines.

Property Domain Range Comment
maxP PowerElectronicsUnit double Maximum active power limit. This is the maximum (nameplate) limit for the unit.
minP PowerElectronicsUnit double Minimum active power limit. This is the minimum (nameplate) limit for the unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerElectronicsWindUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerElectronicsWindUnit> rdf:type rdfs:Class ;
	rdfs:label "PowerElectronicsWindUnit"@en ;
	rdfs:subClassOf <PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsWindUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsWindUnit> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsWindUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsWindUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .

Sub-Class Of: PowerElectronicsUnit » Equipment » PowerSystemResource » IdentifiedObject

A wind generating unit that connects to the AC network with power electronics rather than rotating machines or an aggregation of such units.

Property Domain Range Comment
maxP PowerElectronicsUnit double Maximum active power limit. This is the maximum (nameplate) limit for the unit.
minP PowerElectronicsUnit double Minimum active power limit. This is the minimum (nameplate) limit for the unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerTransformer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerTransformer> rdf:type rdfs:Class ;
	rdfs:label "PowerTransformer"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#label> "PowerTransformer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An electrical device consisting of two or more coupled windings, with or without a magnetic core, for introducing mutual coupling between electric circuits. Transformers can be used to control voltage and phase shift (active power flow). A power transformer may be composed of separate transformer tanks that need not be identical. A power transformer can be modelled with or without tanks and is intended for use in both balanced and unbalanced representations. A power transformer typically has two terminals, but may have one (grounding), three or more terminals. The inherited association ConductingEquipment.BaseVoltage should not be used. The association from TransformerEnd to BaseVoltage should be used instead.

Property Domain Range Comment
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerTransformerEnd

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerTransformerEnd> rdf:type rdfs:Class ;
	rdfs:label "PowerTransformerEnd"@en ;
	rdfs:subClassOf <TransformerEnd> .
<PowerTransformerEnd.PowerTransformer> rdf:type rdfs:Property ;
	rdfs:label "PowerTransformer"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range <PowerTransformer> .
<PowerTransformerEnd.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.g> rdf:type rdfs:Property ;
	rdfs:label "g"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.ratedS> rdf:type rdfs:Property ;
	rdfs:label "ratedS"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.ratedU> rdf:type rdfs:Property ;
	rdfs:label "ratedU"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.connectionKind> rdf:type rdfs:Property ;
	rdfs:label "connectionKind"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> <http://www.w3.org/2000/01/rdf-schema#label> "PowerTransformerEnd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.PowerTransformer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#label> "PowerTransformer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g> <http://www.w3.org/2000/01/rdf-schema#label> "g"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedS> <http://www.w3.org/2000/01/rdf-schema#label> "ratedS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedS> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedS> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedU> <http://www.w3.org/2000/01/rdf-schema#label> "ratedU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.ratedU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.connectionKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.connectionKind> <http://www.w3.org/2000/01/rdf-schema#label> "connectionKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.connectionKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.connectionKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: TransformerEnd » IdentifiedObject

A PowerTransformerEnd is associated with each Terminal of a PowerTransformer. The impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star equivalent as follows.

  1. for a two Terminal PowerTransformer the high voltage (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0, x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd has zero values for r, r0, x, and x0. Parameters are always provided, even if the PowerTransformerEnds have the same rated voltage. In this case, the parameters are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal to 1.
  2. for a three Terminal PowerTransformer the three PowerTransformerEnds represent a star equivalent with each leg in the star represented by r, r0, x, and x0 values.
  3. For a three Terminal transformer each PowerTransformerEnd shall have g, g0, b and b0 values corresponding to the no load losses distributed on the three PowerTransformerEnds. The total no load loss shunt impedances may also be placed at one of the PowerTransformerEnds, preferably the end numbered 1, having the shunt values on end 1. This is the preferred way.
  4. for a PowerTransformer with more than three Terminals the PowerTransformerEnd impedance values cannot be used. Instead use the TransformerMeshImpedance or split the transformer into multiple PowerTransformers. Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc).
Property Domain Range Comment
PowerTransformer PowerTransformerEnd PowerTransformer The power transformer of this power transformer end.
b PowerTransformerEnd double Magnetizing branch susceptance (B mag). The value can be positive or negative.
r PowerTransformerEnd double Resistance (star-model) of the transformer end. The attribute shall be equal to or greater than zero for non-equivalent transformers.
g PowerTransformerEnd double Magnetizing branch conductance.
ratedS PowerTransformerEnd double Normal apparent power rating. The attribute shall be a positive value. For a two-winding transformer the values for the high and low voltage sides shall be identical.
ratedU PowerTransformerEnd double Rated voltage: phase-phase for three-phase windings, and either phase-phase or phase-neutral for single-phase windings. A high voltage side, as given by TransformerEnd.endNumber, shall have a ratedU that is greater than or equal to ratedU for the lower voltage sides. The attribute shall be a positive value.
x PowerTransformerEnd double Positive sequence series reactance (star-model) of the transformer end.
connectionKind PowerTransformerEnd string Kind of connection.
endNumber TransformerEnd integer Number for this transformer end, corresponding to the end’s order in the power transformer vector group or phase angle clock number. Highest voltage winding should be 1. Each end within a power transformer should have a unique subsequent end number. Note the transformer end number need not match the terminal sequence number.
Terminal TransformerEnd Terminal Terminal of the power transformer to which this transformer end belongs.
BaseVoltage TransformerEnd BaseVoltage Base voltage of the transformer end. This is essential for PU calculation.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ProtectedSwitch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ProtectedSwitch> rdf:type rdfs:Class ;
	rdfs:label "ProtectedSwitch"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> <http://www.w3.org/2000/01/rdf-schema#label> "ProtectedSwitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RatioTapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RatioTapChanger> rdf:type rdfs:Class ;
	rdfs:label "RatioTapChanger"@en ;
	rdfs:subClassOf <TapChanger> .
<RatioTapChanger.TransformerEnd> rdf:type rdfs:Property ;
	rdfs:label "TransformerEnd"@en ;
	rdfs:domain <RatioTapChanger> ;
	rdfs:range <TransformerEnd> .
<RatioTapChanger.RatioTapChangerTable> rdf:type rdfs:Property ;
	rdfs:label "RatioTapChangerTable"@en ;
	rdfs:domain <RatioTapChanger> ;
	rdfs:range <RatioTapChangerTable> .
<RatioTapChanger.stepVoltageIncrement> rdf:type rdfs:Property ;
	rdfs:label "stepVoltageIncrement"@en ;
	rdfs:domain <RatioTapChanger> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "RatioTapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.TransformerEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#label> "TransformerEnd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.RatioTapChangerTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#label> "RatioTapChangerTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.stepVoltageIncrement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.stepVoltageIncrement> <http://www.w3.org/2000/01/rdf-schema#label> "stepVoltageIncrement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.stepVoltageIncrement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger.stepVoltageIncrement> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: TapChanger » PowerSystemResource » IdentifiedObject

A tap changer that changes the voltage ratio impacting the voltage magnitude but not the phase angle across the transformer.

Angle sign convention (general): Positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer).

Property Domain Range Comment
TransformerEnd RatioTapChanger TransformerEnd Transformer end to which this ratio tap changer belongs.
RatioTapChangerTable RatioTapChanger RatioTapChangerTable The tap ratio table for this ratio tap changer.
stepVoltageIncrement RatioTapChanger double Tap step increment, in per cent of rated voltage of the power transformer end, per step position. When the increment is negative, the voltage decreases when the tap step increases.
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RatioTapChangerTable

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RatioTapChangerTable> rdf:type rdfs:Class ;
	rdfs:label "RatioTapChangerTable"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#label> "RatioTapChangerTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Describes a curve for how the voltage magnitude and impedance varies with the tap step.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RatioTapChangerTablePoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RatioTapChangerTablePoint> rdf:type rdfs:Class ;
	rdfs:label "RatioTapChangerTablePoint"@en ;
	rdfs:subClassOf <TapChangerTablePoint> .
<RatioTapChangerTablePoint.RatioTapChangerTable> rdf:type rdfs:Property ;
	rdfs:label "RatioTapChangerTable"@en ;
	rdfs:domain <RatioTapChangerTablePoint> ;
	rdfs:range <RatioTapChangerTable> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint> <http://www.w3.org/2000/01/rdf-schema#label> "RatioTapChangerTablePoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint.RatioTapChangerTable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint.RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#label> "RatioTapChangerTable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint.RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTablePoint.RatioTapChangerTable> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChangerTable> .

Sub-Class Of: TapChangerTablePoint

Describes each tap step in the ratio tap changer tabular curve.

Property Domain Range Comment
RatioTapChangerTable RatioTapChangerTablePoint RatioTapChangerTable Table of this point.
step TapChangerTablePoint integer The tap step.
x TapChangerTablePoint double The series reactance deviation as a percentage of nominal value. The actual reactance is calculated as follows: calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nominal) is defined as the static series reactance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
ratio TapChangerTablePoint double The voltage at the tap step divided by rated voltage of the transformer end having the tap changer. Hence this is a value close to one. For example, if the ratio at step 1 is 1.01, and the rated voltage of the transformer end is 110kV, then the voltage obtained by setting the tap changer to step 1 to is 111.1kV.
b TapChangerTablePoint double The magnetizing branch susceptance deviation as a percentage of nominal value. The actual susceptance is calculated as follows: calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). The b(nominal) is defined as the static magnetizing susceptance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
r TapChangerTablePoint double The resistance deviation as a percentage of nominal value. The actual reactance is calculated as follows: calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nominal) is defined as the static resistance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
g TapChangerTablePoint double The magnetizing branch conductance deviation as a percentage of nominal value. The actual conductance is calculated as follows: calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). The g(nominal) is defined as the static magnetizing conductance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.

ReactiveCapabilityCurve

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ReactiveCapabilityCurve> rdf:type rdfs:Class ;
	rdfs:label "ReactiveCapabilityCurve"@en ;
	rdfs:subClassOf <Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReactiveCapabilityCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#label> "ReactiveCapabilityCurve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .

Sub-Class Of: Curve » IdentifiedObject

Reactive power rating envelope versus the synchronous machine’s active power, in both the generating and motoring modes. For each active power value there is a corresponding high and low reactive power limit value. Typically there will be a separate curve for each coolant condition, such as hydrogen pressure. The Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum.

Property Domain Range Comment
xUnit Curve string The X-axis units of measure.
y2Unit Curve string The Y2-axis units of measure.
curveStyle Curve string The style or shape of the curve.
y1Unit Curve string The Y1-axis units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RegularIntervalSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegularIntervalSchedule> rdf:type rdfs:Class ;
	rdfs:label "RegularIntervalSchedule"@en ;
	rdfs:subClassOf <BasicIntervalSchedule> .
<RegularIntervalSchedule.timeStep> rdf:type rdfs:Property ;
	rdfs:label "timeStep"@en ;
	rdfs:domain <RegularIntervalSchedule> ;
	rdfs:range xsd:double .
<RegularIntervalSchedule.endTime> rdf:type rdfs:Property ;
	rdfs:label "endTime"@en ;
	rdfs:domain <RegularIntervalSchedule> ;
	rdfs:range <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "RegularIntervalSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#BasicIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.timeStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.timeStep> <http://www.w3.org/2000/01/rdf-schema#label> "timeStep"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.timeStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.timeStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.endTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.endTime> <http://www.w3.org/2000/01/rdf-schema#label> "endTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.endTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule.endTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .

Sub-Class Of: BasicIntervalSchedule » IdentifiedObject

The schedule has time points where the time between them is constant.

Property Domain Range Comment
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RegularTimePoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegularTimePoint> rdf:type rdfs:Class ;
	rdfs:label "RegularTimePoint"@en .
<RegularTimePoint.value2> rdf:type rdfs:Property ;
	rdfs:label "value2"@en ;
	rdfs:domain <RegularTimePoint> ;
	rdfs:range xsd:double .
<RegularTimePoint.IntervalSchedule> rdf:type rdfs:Property ;
	rdfs:label "IntervalSchedule"@en ;
	rdfs:domain <RegularTimePoint> ;
	rdfs:range <RegularIntervalSchedule> .
<RegularTimePoint.sequenceNumber> rdf:type rdfs:Property ;
	rdfs:label "sequenceNumber"@en ;
	rdfs:domain <RegularTimePoint> ;
	rdfs:range xsd:integer .
<RegularTimePoint.value1> rdf:type rdfs:Property ;
	rdfs:label "value1"@en ;
	rdfs:domain <RegularTimePoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint> <http://www.w3.org/2000/01/rdf-schema#label> "RegularTimePoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value2> <http://www.w3.org/2000/01/rdf-schema#label> "value2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.IntervalSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.IntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "IntervalSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.IntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.IntervalSchedule> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.sequenceNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#label> "sequenceNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value1> <http://www.w3.org/2000/01/rdf-schema#label> "value1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegularTimePoint.value1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
value2 RegularTimePoint double The second value at the time. The meaning of the value is defined by the derived type of the associated schedule.
IntervalSchedule RegularTimePoint RegularIntervalSchedule Regular interval schedule containing this time point.
sequenceNumber RegularTimePoint integer The position of the regular time point in the sequence. Note that time points don’t have to be sequential, i.e. time points may be omitted. The actual time for a RegularTimePoint is computed by multiplying the associated regular interval schedule’s time step with the regular time point sequence number and adding the associated schedules start time. To specify values for the start time, use sequence number 0. The sequence number cannot be negative.
value1 RegularTimePoint double The first value at the time. The meaning of the value is defined by the derived type of the associated schedule.

RegulatingCondEq

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulatingCondEq> rdf:type rdfs:Class ;
	rdfs:label "RegulatingCondEq"@en ;
	rdfs:subClassOf <EnergyConnection> .
<RegulatingCondEq.RegulatingControl> rdf:type rdfs:Property ;
	rdfs:label "RegulatingControl"@en ;
	rdfs:domain <RegulatingCondEq> ;
	rdfs:range <RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingCondEq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.RegulatingControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network.

Property Domain Range Comment
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RegulatingControl

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulatingControl> rdf:type rdfs:Class ;
	rdfs:label "RegulatingControl"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<RegulatingControl.mode> rdf:type rdfs:Property ;
	rdfs:label "mode"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:string .
<RegulatingControl.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range <Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.mode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.mode> <http://www.w3.org/2000/01/rdf-schema#label> "mode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.mode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.mode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. For flow control, load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment. The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases:

Property Domain Range Comment
mode RegulatingControl string The regulating control mode presently available. This specification allows for determining the kind of regulation without need for obtaining the units from a schedule.
Terminal RegulatingControl Terminal The terminal associated with this regulating control. The terminal is associated instead of a node, since the terminal could connect into either a topological node or a connectivity node. Sometimes it is useful to model regulation at a terminal of a bus bar object.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RegulationSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulationSchedule> rdf:type rdfs:Class ;
	rdfs:label "RegulationSchedule"@en ;
	rdfs:subClassOf <SeasonDayTypeSchedule> .
<RegulationSchedule.RegulatingControl> rdf:type rdfs:Property ;
	rdfs:label "RegulatingControl"@en ;
	rdfs:domain <RegulationSchedule> ;
	rdfs:range <RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "RegulationSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule.RegulatingControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule.RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule.RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulationSchedule.RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .

Sub-Class Of: SeasonDayTypeSchedule » RegularIntervalSchedule » BasicIntervalSchedule » IdentifiedObject

A pre-established pattern over time for a controlled variable, e.g., busbar voltage.

Property Domain Range Comment
RegulatingControl RegulationSchedule RegulatingControl Regulating controls that have this schedule.
Season SeasonDayTypeSchedule Season Season for the Schedule.
DayType SeasonDayTypeSchedule DayType DayType for the Schedule.
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ReportingGroup

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ReportingGroup> rdf:type rdfs:Class ;
	rdfs:label "ReportingGroup"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "ReportingGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A reporting group is used for various ad-hoc groupings used for reporting.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

RotatingMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RotatingMachine> rdf:type rdfs:Class ;
	rdfs:label "RotatingMachine"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<RotatingMachine.ratedPowerFactor> rdf:type rdfs:Property ;
	rdfs:label "ratedPowerFactor"@en ;
	rdfs:domain <RotatingMachine> ;
	rdfs:range xsd:double .
<RotatingMachine.GeneratingUnit> rdf:type rdfs:Property ;
	rdfs:label "GeneratingUnit"@en ;
	rdfs:domain <RotatingMachine> ;
	rdfs:range <GeneratingUnit> .
<RotatingMachine.ratedS> rdf:type rdfs:Property ;
	rdfs:label "ratedS"@en ;
	rdfs:domain <RotatingMachine> ;
	rdfs:range xsd:double .
<RotatingMachine.ratedU> rdf:type rdfs:Property ;
	rdfs:label "ratedU"@en ;
	rdfs:domain <RotatingMachine> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#label> "RotatingMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedPowerFactor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedPowerFactor> <http://www.w3.org/2000/01/rdf-schema#label> "ratedPowerFactor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedPowerFactor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedPowerFactor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.GeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "GeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedS> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedS> <http://www.w3.org/2000/01/rdf-schema#label> "ratedS"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedS> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedS> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedU> <http://www.w3.org/2000/01/rdf-schema#label> "ratedU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.ratedU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine which may be used as a generator or motor.

Property Domain Range Comment
ratedPowerFactor RotatingMachine double Power factor (nameplate data). It is primarily used for short circuit data exchange according to IEC 60909. The attribute cannot be a negative value.
GeneratingUnit RotatingMachine GeneratingUnit A synchronous machine may operate as a generator and as such becomes a member of a generating unit.
ratedS RotatingMachine double Nameplate apparent power rating for the unit. The attribute shall have a positive value.
ratedU RotatingMachine double Rated voltage (nameplate data, Ur in IEC 60909-0). It is primarily used for short circuit data exchange according to IEC 60909. The attribute shall be a positive value.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Season

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Season> rdf:type rdfs:Class ;
	rdfs:label "Season"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Season.endDate> rdf:type rdfs:Property ;
	rdfs:label "endDate"@en ;
	rdfs:domain <Season> ;
	rdfs:range <MonthDay> .
<Season.startDate> rdf:type rdfs:Property ;
	rdfs:label "startDate"@en ;
	rdfs:domain <Season> ;
	rdfs:range <MonthDay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season> <http://www.w3.org/2000/01/rdf-schema#label> "Season"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.endDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.endDate> <http://www.w3.org/2000/01/rdf-schema#label> "endDate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.endDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Season> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.endDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MonthDay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.startDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.startDate> <http://www.w3.org/2000/01/rdf-schema#label> "startDate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.startDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Season> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Season.startDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MonthDay> .

Sub-Class Of: IdentifiedObject

A specified time period of the year.

Property Domain Range Comment
endDate Season MonthDay Date season ends.
startDate Season MonthDay Date season starts.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SeasonDayTypeSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SeasonDayTypeSchedule> rdf:type rdfs:Class ;
	rdfs:label "SeasonDayTypeSchedule"@en ;
	rdfs:subClassOf <RegularIntervalSchedule> .
<SeasonDayTypeSchedule.Season> rdf:type rdfs:Property ;
	rdfs:label "Season"@en ;
	rdfs:domain <SeasonDayTypeSchedule> ;
	rdfs:range <Season> .
<SeasonDayTypeSchedule.DayType> rdf:type rdfs:Property ;
	rdfs:label "DayType"@en ;
	rdfs:domain <SeasonDayTypeSchedule> ;
	rdfs:range <DayType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "SeasonDayTypeSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegularIntervalSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.Season> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.Season> <http://www.w3.org/2000/01/rdf-schema#label> "Season"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.Season> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.Season> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Season> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.DayType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.DayType> <http://www.w3.org/2000/01/rdf-schema#label> "DayType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.DayType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule.DayType> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DayType> .

Sub-Class Of: RegularIntervalSchedule » BasicIntervalSchedule » IdentifiedObject

A time schedule covering a 24 hour period, with curve data for a specific type of season and day.

Property Domain Range Comment
Season SeasonDayTypeSchedule Season Season for the Schedule.
DayType SeasonDayTypeSchedule DayType DayType for the Schedule.
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Sensor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Sensor> rdf:type rdfs:Class ;
	rdfs:label "Sensor"@en ;
	rdfs:subClassOf <AuxiliaryEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Sensor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Sensor> <http://www.w3.org/2000/01/rdf-schema#label> "Sensor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Sensor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> .

Sub-Class Of: AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class describe devices that transform a measured quantity into signals that can be presented at displays, used in control or be recorded.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SeriesCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SeriesCompensator> rdf:type rdfs:Class ;
	rdfs:label "SeriesCompensator"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<SeriesCompensator.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:double .
<SeriesCompensator.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "SeriesCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance. It is a two terminal device.

Property Domain Range Comment
x SeriesCompensator double Positive sequence reactance.
r SeriesCompensator double Positive sequence resistance.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<ShuntCompensator.nomU> rdf:type rdfs:Property ;
	rdfs:label "nomU"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:double .
<ShuntCompensator.voltageSensitivity> rdf:type rdfs:Property ;
	rdfs:label "voltageSensitivity"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:double .
<ShuntCompensator.normalSections> rdf:type rdfs:Property ;
	rdfs:label "normalSections"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:integer .
<ShuntCompensator.grounded> rdf:type rdfs:Property ;
	rdfs:label "grounded"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:boolean .
<ShuntCompensator.maximumSections> rdf:type rdfs:Property ;
	rdfs:label "maximumSections"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:integer .
<ShuntCompensator.aVRDelay> rdf:type rdfs:Property ;
	rdfs:label "aVRDelay"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.nomU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.nomU> <http://www.w3.org/2000/01/rdf-schema#label> "nomU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.nomU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.nomU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.voltageSensitivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.voltageSensitivity> <http://www.w3.org/2000/01/rdf-schema#label> "voltageSensitivity"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.voltageSensitivity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.voltageSensitivity> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.normalSections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.normalSections> <http://www.w3.org/2000/01/rdf-schema#label> "normalSections"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.normalSections> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.normalSections> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.grounded> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.grounded> <http://www.w3.org/2000/01/rdf-schema#label> "grounded"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.grounded> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.grounded> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.maximumSections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.maximumSections> <http://www.w3.org/2000/01/rdf-schema#label> "maximumSections"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.maximumSections> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.maximumSections> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.aVRDelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.aVRDelay> <http://www.w3.org/2000/01/rdf-schema#label> "aVRDelay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.aVRDelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.aVRDelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied.

Property Domain Range Comment
nomU ShuntCompensator double The voltage at which the nominal reactive power may be calculated. This should normally be within 10% of the voltage at which the capacitor is connected to the network.
voltageSensitivity ShuntCompensator double Voltage sensitivity required for the device to regulate the bus voltage, in voltage/reactive power.
normalSections ShuntCompensator integer The normal number of sections switched in. The value shall be between zero and ShuntCompensator.maximumSections.
grounded ShuntCompensator boolean Used for Yn and Zn connections. True if the neutral is solidly grounded.
maximumSections ShuntCompensator integer The maximum number of sections that may be switched in.
aVRDelay ShuntCompensator double An automatic voltage regulation delay (AVRDelay) which is the time delay from a change in voltage to when the capacitor is allowed to change state. This filters out temporary changes in voltage.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SolarGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SolarGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "SolarGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<SolarGeneratingUnit.SolarPowerPlant> rdf:type rdfs:Property ;
	rdfs:label "SolarPowerPlant"@en ;
	rdfs:domain <SolarGeneratingUnit> ;
	rdfs:range <SolarPowerPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "SolarGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit.SolarPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit.SolarPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "SolarPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit.SolarPowerPlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit.SolarPowerPlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SolarPowerPlant> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation.

Property Domain Range Comment
SolarPowerPlant SolarGeneratingUnit SolarPowerPlant A solar power plant may have solar generating units.
totalEfficiency GeneratingUnit double The efficiency of the unit in converting the fuel into electrical energy.
shortPF GeneratingUnit double Generating unit short term economic participation factor.
ratedNetMaxP GeneratingUnit double The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. The attribute shall be a positive value.
maximumAllowableSpinningReserve GeneratingUnit double Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point.
nominalP GeneratingUnit double The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.
startupCost GeneratingUnit decimal The initial startup cost incurred for each start of the GeneratingUnit.
genControlSource GeneratingUnit string The source of controls for a generating unit. Defines the control status of the generating unit.
governorSCD GeneratingUnit double Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.
ratedGrossMinP GeneratingUnit double The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. The attribute shall be a positive value.
variableCost GeneratingUnit decimal The variable cost component of production per unit of ActivePower.
startupTime GeneratingUnit double Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied.
longPF GeneratingUnit double Generating unit long term economic participation factor.
minOperatingP GeneratingUnit double This is the minimum operating active power limit the dispatcher can enter for this unit.
ratedGrossMaxP GeneratingUnit double The unit’s gross rated maximum capacity (book value). The attribute shall be a positive value.
maxOperatingP GeneratingUnit double This is the maximum operating active power limit the dispatcher can enter for this unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SolarPowerPlant

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SolarPowerPlant> rdf:type rdfs:Class ;
	rdfs:label "SolarPowerPlant"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "SolarPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarPowerPlant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Solar power plant.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

StaticVarCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StaticVarCompensator> rdf:type rdfs:Class ;
	rdfs:label "StaticVarCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<StaticVarCompensator.inductiveRating> rdf:type rdfs:Property ;
	rdfs:label "inductiveRating"@en ;
	rdfs:domain <StaticVarCompensator> ;
	rdfs:range xsd:double .
<StaticVarCompensator.voltageSetPoint> rdf:type rdfs:Property ;
	rdfs:label "voltageSetPoint"@en ;
	rdfs:domain <StaticVarCompensator> ;
	rdfs:range xsd:double .
<StaticVarCompensator.sVCControlMode> rdf:type rdfs:Property ;
	rdfs:label "sVCControlMode"@en ;
	rdfs:domain <StaticVarCompensator> ;
	rdfs:range xsd:string .
<StaticVarCompensator.slope> rdf:type rdfs:Property ;
	rdfs:label "slope"@en ;
	rdfs:domain <StaticVarCompensator> ;
	rdfs:range xsd:double .
<StaticVarCompensator.capacitiveRating> rdf:type rdfs:Property ;
	rdfs:label "capacitiveRating"@en ;
	rdfs:domain <StaticVarCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "StaticVarCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.inductiveRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.inductiveRating> <http://www.w3.org/2000/01/rdf-schema#label> "inductiveRating"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.inductiveRating> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.inductiveRating> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.voltageSetPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.voltageSetPoint> <http://www.w3.org/2000/01/rdf-schema#label> "voltageSetPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.voltageSetPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.voltageSetPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.sVCControlMode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.sVCControlMode> <http://www.w3.org/2000/01/rdf-schema#label> "sVCControlMode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.sVCControlMode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.sVCControlMode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.slope> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.slope> <http://www.w3.org/2000/01/rdf-schema#label> "slope"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.slope> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.slope> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.capacitiveRating> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.capacitiveRating> <http://www.w3.org/2000/01/rdf-schema#label> "capacitiveRating"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.capacitiveRating> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.capacitiveRating> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms.

The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.

Property Domain Range Comment
inductiveRating StaticVarCompensator double Inductive reactance at maximum inductive reactive power. Shall always be negative.
voltageSetPoint StaticVarCompensator double The reactive power output of the SVC is proportional to the difference between the voltage at the regulated bus and the voltage setpoint. When the regulated bus voltage is equal to the voltage setpoint, the reactive power output is zero.
sVCControlMode StaticVarCompensator string SVC control mode.
slope StaticVarCompensator double The characteristics slope of an SVC defines how the reactive power output changes in proportion to the difference between the regulated bus voltage and the voltage setpoint. The attribute shall be a positive value or zero.
capacitiveRating StaticVarCompensator double Capacitive reactance at maximum capacitive reactive power. Shall always be positive.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

StationSupply

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StationSupply> rdf:type rdfs:Class ;
	rdfs:label "StationSupply"@en ;
	rdfs:subClassOf <EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StationSupply> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StationSupply> <http://www.w3.org/2000/01/rdf-schema#label> "StationSupply"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StationSupply> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .

Sub-Class Of: EnergyConsumer » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Station supply with load derived from the station output.

Property Domain Range Comment
qfixedPct EnergyConsumer double Fixed reactive power as a percentage of load group fixed reactive power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixedPct EnergyConsumer double Fixed active power as a percentage of load group fixed active power. Used to represent the time-varying components. Load sign convention is used, i.e. positive sign means flow out from a node.
pfixed EnergyConsumer double Active power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
LoadResponse EnergyConsumer LoadResponseCharacteristic The load response characteristic of this load. If missing, this load is assumed to be constant power.
qfixed EnergyConsumer double Reactive power of the load that is a fixed quantity and does not vary as load group value varies. Load sign convention is used, i.e. positive sign means flow out from a node.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SubGeographicalRegion

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SubGeographicalRegion> rdf:type rdfs:Class ;
	rdfs:label "SubGeographicalRegion"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<SubGeographicalRegion.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <SubGeographicalRegion> ;
	rdfs:range <GeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#label> "SubGeographicalRegion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> .

Sub-Class Of: IdentifiedObject

A subset of a geographical region of a power system network model.

Property Domain Range Comment
Region SubGeographicalRegion GeographicalRegion The geographical region which this sub-geographical region is within.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SubLoadArea

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SubLoadArea> rdf:type rdfs:Class ;
	rdfs:label "SubLoadArea"@en ;
	rdfs:subClassOf <EnergyArea> .
<SubLoadArea.LoadArea> rdf:type rdfs:Property ;
	rdfs:label "LoadArea"@en ;
	rdfs:domain <SubLoadArea> ;
	rdfs:range <LoadArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea> <http://www.w3.org/2000/01/rdf-schema#label> "SubLoadArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea.LoadArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea.LoadArea> <http://www.w3.org/2000/01/rdf-schema#label> "LoadArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea.LoadArea> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubLoadArea.LoadArea> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#LoadArea> .

Sub-Class Of: EnergyArea » IdentifiedObject

The class is the second level in a hierarchical structure for grouping of loads for the purpose of load flow load scaling.

Property Domain Range Comment
LoadArea SubLoadArea LoadArea The LoadArea where the SubLoadArea belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Substation

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Substation> rdf:type rdfs:Class ;
	rdfs:label "Substation"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<Substation.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <Substation> ;
	rdfs:range <SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> <http://www.w3.org/2000/01/rdf-schema#label> "Substation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics.

Property Domain Range Comment
Region Substation SubGeographicalRegion The SubGeographicalRegion containing the substation.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SurgeArrester

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SurgeArrester> rdf:type rdfs:Class ;
	rdfs:label "SurgeArrester"@en ;
	rdfs:subClassOf <AuxiliaryEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SurgeArrester> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SurgeArrester> <http://www.w3.org/2000/01/rdf-schema#label> "SurgeArrester"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SurgeArrester> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> .

Sub-Class Of: AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

Shunt device, installed on the network, usually in the proximity of electrical equipment in order to protect the said equipment against transient voltage transients caused by lightning or switching activity.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Switch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Switch> rdf:type rdfs:Class ;
	rdfs:label "Switch"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<Switch.retained> rdf:type rdfs:Property ;
	rdfs:label "retained"@en ;
	rdfs:domain <Switch> ;
	rdfs:range xsd:boolean .
<Switch.normalOpen> rdf:type rdfs:Property ;
	rdfs:label "normalOpen"@en ;
	rdfs:domain <Switch> ;
	rdfs:range xsd:boolean .
<Switch.ratedCurrent> rdf:type rdfs:Property ;
	rdfs:label "ratedCurrent"@en ;
	rdfs:domain <Switch> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/2000/01/rdf-schema#label> "Switch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.retained> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.retained> <http://www.w3.org/2000/01/rdf-schema#label> "retained"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.retained> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.retained> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.normalOpen> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.normalOpen> <http://www.w3.org/2000/01/rdf-schema#label> "normalOpen"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.normalOpen> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.normalOpen> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.ratedCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.ratedCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "ratedCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.ratedCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.ratedCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant.

Property Domain Range Comment
retained Switch boolean Branch is retained in the topological solution. The flow through retained switches will normally be calculated in power flow.
normalOpen Switch boolean The attribute is used in cases when no Measurement for the status value is present. If the Switch has a status measurement the Discrete.normalValue is expected to match with the Switch.normalOpen.
ratedCurrent Switch double The maximum continuous current carrying capacity in amps governed by the device material and construction. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SwitchSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SwitchSchedule> rdf:type rdfs:Class ;
	rdfs:label "SwitchSchedule"@en ;
	rdfs:subClassOf <SeasonDayTypeSchedule> .
<SwitchSchedule.Switch> rdf:type rdfs:Property ;
	rdfs:label "Switch"@en ;
	rdfs:domain <SwitchSchedule> ;
	rdfs:range <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "SwitchSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule.Switch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule.Switch> <http://www.w3.org/2000/01/rdf-schema#label> "Switch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule.Switch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SwitchSchedule.Switch> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: SeasonDayTypeSchedule » RegularIntervalSchedule » BasicIntervalSchedule » IdentifiedObject

A schedule of switch positions. If RegularTimePoint.value1 is 0, the switch is open. If 1, the switch is closed.

Property Domain Range Comment
Switch SwitchSchedule Switch A SwitchSchedule is associated with a Switch.
Season SeasonDayTypeSchedule Season Season for the Schedule.
DayType SeasonDayTypeSchedule DayType DayType for the Schedule.
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<SynchronousMachine.maxQ> rdf:type rdfs:Property ;
	rdfs:label "maxQ"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.qPercent> rdf:type rdfs:Property ;
	rdfs:label "qPercent"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.InitialReactiveCapabilityCurve> rdf:type rdfs:Property ;
	rdfs:label "InitialReactiveCapabilityCurve"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range <ReactiveCapabilityCurve> .
<SynchronousMachine.minQ> rdf:type rdfs:Property ;
	rdfs:label "minQ"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.type> rdf:type rdfs:Property ;
	rdfs:label "type"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.maxQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.maxQ> <http://www.w3.org/2000/01/rdf-schema#label> "maxQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.maxQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.maxQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.qPercent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.qPercent> <http://www.w3.org/2000/01/rdf-schema#label> "qPercent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.qPercent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.qPercent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.InitialReactiveCapabilityCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.InitialReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#label> "InitialReactiveCapabilityCurve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.InitialReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.InitialReactiveCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ReactiveCapabilityCurve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.minQ> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.minQ> <http://www.w3.org/2000/01/rdf-schema#label> "minQ"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.minQ> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.minQ> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.type> <http://www.w3.org/2000/01/rdf-schema#label> "type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump.

Property Domain Range Comment
maxQ SynchronousMachine double Maximum reactive power limit. This is the maximum (nameplate) limit for the unit.
qPercent SynchronousMachine double Part of the coordinated reactive control that comes from this machine. The attribute is used as a participation factor not necessarily summing up to 100% for the participating devices in the control.
InitialReactiveCapabilityCurve SynchronousMachine ReactiveCapabilityCurve The default reactive capability curve for use by a synchronous machine.
minQ SynchronousMachine double Minimum reactive power limit for the unit.
type SynchronousMachine string Modes that this synchronous machine can operate in.
ratedPowerFactor RotatingMachine double Power factor (nameplate data). It is primarily used for short circuit data exchange according to IEC 60909. The attribute cannot be a negative value.
GeneratingUnit RotatingMachine GeneratingUnit A synchronous machine may operate as a generator and as such becomes a member of a generating unit.
ratedS RotatingMachine double Nameplate apparent power rating for the unit. The attribute shall have a positive value.
ratedU RotatingMachine double Rated voltage (nameplate data, Ur in IEC 60909-0). It is primarily used for short circuit data exchange according to IEC 60909. The attribute shall be a positive value.
RegulatingControl RegulatingCondEq RegulatingControl The regulating control scheme in which this equipment participates.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

TapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapChanger> rdf:type rdfs:Class ;
	rdfs:label "TapChanger"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<TapChanger.lowStep> rdf:type rdfs:Property ;
	rdfs:label "lowStep"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:integer .
<TapChanger.normalStep> rdf:type rdfs:Property ;
	rdfs:label "normalStep"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:integer .
<TapChanger.neutralStep> rdf:type rdfs:Property ;
	rdfs:label "neutralStep"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:integer .
<TapChanger.highStep> rdf:type rdfs:Property ;
	rdfs:label "highStep"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:integer .
<TapChanger.neutralU> rdf:type rdfs:Property ;
	rdfs:label "neutralU"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:double .
<TapChanger.TapChangerControl> rdf:type rdfs:Property ;
	rdfs:label "TapChangerControl"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range <TapChangerControl> .
<TapChanger.ltcFlag> rdf:type rdfs:Property ;
	rdfs:label "ltcFlag"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "TapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.lowStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.lowStep> <http://www.w3.org/2000/01/rdf-schema#label> "lowStep"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.lowStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.lowStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.normalStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.normalStep> <http://www.w3.org/2000/01/rdf-schema#label> "normalStep"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.normalStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.normalStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralStep> <http://www.w3.org/2000/01/rdf-schema#label> "neutralStep"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.highStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.highStep> <http://www.w3.org/2000/01/rdf-schema#label> "highStep"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.highStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.highStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralU> <http://www.w3.org/2000/01/rdf-schema#label> "neutralU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.neutralU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.TapChangerControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#label> "TapChangerControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.ltcFlag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.ltcFlag> <http://www.w3.org/2000/01/rdf-schema#label> "ltcFlag"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.ltcFlag> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.ltcFlag> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Mechanism for changing transformer winding tap positions.

Property Domain Range Comment
lowStep TapChanger integer Lowest possible tap step position, retard from neutral.
normalStep TapChanger integer The tap step position used in “normal” network operation for this winding. For a “Fixed” tap changer indicates the current physical tap setting. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
neutralStep TapChanger integer The neutral tap step position for this winding. The attribute shall be equal to or greater than lowStep and equal or less than highStep. It is the step position where the voltage is neutralU when the other terminals of the transformer are at the ratedU. If there are other tap changers on the transformer those taps are kept constant at their neutralStep.
highStep TapChanger integer Highest possible tap step position, advance from neutral. The attribute shall be greater than lowStep.
neutralU TapChanger double Voltage at which the winding operates at the neutral tap setting. It is the voltage at the terminal of the PowerTransformerEnd associated with the tap changer when all tap changers on the transformer are at their neutralStep position. Normally neutralU of the tap changer is the same as ratedU of the PowerTransformerEnd, but it can differ in special cases such as when the tapping mechanism is separate from the winding more common on lower voltage transformers. This attribute is not relevant for PhaseTapChangerAsymmetrical, PhaseTapChangerSymmetrical and PhaseTapChangerLinear.
TapChangerControl TapChanger TapChangerControl The regulating control scheme in which this tap changer participates.
ltcFlag TapChanger boolean Specifies whether or not a TapChanger has load tap changing capabilities.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

TapChangerControl

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapChangerControl> rdf:type rdfs:Class ;
	rdfs:label "TapChangerControl"@en ;
	rdfs:subClassOf <RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#label> "TapChangerControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .

Sub-Class Of: RegulatingControl » PowerSystemResource » IdentifiedObject

Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment.

Property Domain Range Comment
mode RegulatingControl string The regulating control mode presently available. This specification allows for determining the kind of regulation without need for obtaining the units from a schedule.
Terminal RegulatingControl Terminal The terminal associated with this regulating control. The terminal is associated instead of a node, since the terminal could connect into either a topological node or a connectivity node. Sometimes it is useful to model regulation at a terminal of a bus bar object.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

TapChangerTablePoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapChangerTablePoint> rdf:type rdfs:Class ;
	rdfs:label "TapChangerTablePoint"@en .
<TapChangerTablePoint.step> rdf:type rdfs:Property ;
	rdfs:label "step"@en ;
	rdfs:domain <TapChangerTablePoint> ;
	rdfs:range xsd:integer .
<TapChangerTablePoint.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <TapChangerTablePoint> ;
	rdfs:range xsd:double .
<TapChangerTablePoint.ratio> rdf:type rdfs:Property ;
	rdfs:label "ratio"@en ;
	rdfs:domain <TapChangerTablePoint> ;
	rdfs:range xsd:double .
<TapChangerTablePoint.b> rdf:type rdfs:Property ;
	rdfs:label "b"@en ;
	rdfs:domain <TapChangerTablePoint> ;
	rdfs:range xsd:double .
<TapChangerTablePoint.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <TapChangerTablePoint> ;
	rdfs:range xsd:double .
<TapChangerTablePoint.g> rdf:type rdfs:Property ;
	rdfs:label "g"@en ;
	rdfs:domain <TapChangerTablePoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> <http://www.w3.org/2000/01/rdf-schema#label> "TapChangerTablePoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.step> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.step> <http://www.w3.org/2000/01/rdf-schema#label> "step"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.step> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.step> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.ratio> <http://www.w3.org/2000/01/rdf-schema#label> "ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.b> <http://www.w3.org/2000/01/rdf-schema#label> "b"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.b> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.b> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.g> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.g> <http://www.w3.org/2000/01/rdf-schema#label> "g"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.g> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerTablePoint.g> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
step TapChangerTablePoint integer The tap step.
x TapChangerTablePoint double The series reactance deviation as a percentage of nominal value. The actual reactance is calculated as follows: calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nominal) is defined as the static series reactance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
ratio TapChangerTablePoint double The voltage at the tap step divided by rated voltage of the transformer end having the tap changer. Hence this is a value close to one. For example, if the ratio at step 1 is 1.01, and the rated voltage of the transformer end is 110kV, then the voltage obtained by setting the tap changer to step 1 to is 111.1kV.
b TapChangerTablePoint double The magnetizing branch susceptance deviation as a percentage of nominal value. The actual susceptance is calculated as follows: calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). The b(nominal) is defined as the static magnetizing susceptance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
r TapChangerTablePoint double The resistance deviation as a percentage of nominal value. The actual reactance is calculated as follows: calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nominal) is defined as the static resistance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.
g TapChangerTablePoint double The magnetizing branch conductance deviation as a percentage of nominal value. The actual conductance is calculated as follows: calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). The g(nominal) is defined as the static magnetizing conductance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form.

TapSchedule

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapSchedule> rdf:type rdfs:Class ;
	rdfs:label "TapSchedule"@en ;
	rdfs:subClassOf <SeasonDayTypeSchedule> .
<TapSchedule.TapChanger> rdf:type rdfs:Property ;
	rdfs:label "TapChanger"@en ;
	rdfs:domain <TapSchedule> ;
	rdfs:range <TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule> <http://www.w3.org/2000/01/rdf-schema#label> "TapSchedule"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeasonDayTypeSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule.TapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule.TapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "TapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule.TapChanger> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapSchedule.TapChanger> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .

Sub-Class Of: SeasonDayTypeSchedule » RegularIntervalSchedule » BasicIntervalSchedule » IdentifiedObject

A pre-established pattern over time for a tap step.

Property Domain Range Comment
TapChanger TapSchedule TapChanger A TapSchedule is associated with a TapChanger.
Season SeasonDayTypeSchedule Season Season for the Schedule.
DayType SeasonDayTypeSchedule DayType DayType for the Schedule.
timeStep RegularIntervalSchedule double The time between each pair of subsequent regular time points in sequence order.
endTime RegularIntervalSchedule DateTime The time for the last time point. The value can be a time of day, not a specific date.
value2Unit BasicIntervalSchedule string Value2 units of measure.
startTime BasicIntervalSchedule DateTime The time for the first time point. The value can be a time of day, not a specific date.
value1Unit BasicIntervalSchedule string Value1 units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<Terminal.ConductingEquipment> rdf:type rdfs:Property ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:domain <Terminal> ;
	rdfs:range <ConductingEquipment> .
<Terminal.ConnectivityNode> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNode"@en ;
	rdfs:domain <Terminal> ;
	rdfs:range <ConnectivityNode> .
<Terminal.phases> rdf:type rdfs:Property ;
	rdfs:label "phases"@en ;
	rdfs:domain <Terminal> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.phases> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.phases> <http://www.w3.org/2000/01/rdf-schema#label> "phases"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.phases> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.phases> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
ConductingEquipment Terminal ConductingEquipment The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes.
ConnectivityNode Terminal ConnectivityNode The connectivity node to which this terminal connects with zero impedance.
phases Terminal string Represents the normal network phasing condition. If the attribute is missing, three phases (ABC) shall be assumed, except for terminals of grounding classes (specializations of EarthFaultCompensator, GroundDisconnector, and Ground) which will be assumed to be N. Therefore, phase code ABCN is explicitly declared when needed, e.g. for star point grounding equipment. The phase code on terminals connecting same ConnectivityNode or same TopologicalNode as well as for equipment between two terminals shall be consistent.
sequenceNumber ACDCTerminal integer The orientation of the terminal connections for a multiple terminal conducting equipment. The sequence numbering starts with 1 and additional terminals should follow in increasing order. The first terminal is the “starting point” for a two terminal branch.
BusNameMarker ACDCTerminal BusNameMarker The bus name marker used to name the bus (topological node).
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ThermalGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ThermalGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "ThermalGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<ThermalGeneratingUnit.CogenerationPlant> rdf:type rdfs:Property ;
	rdfs:label "CogenerationPlant"@en ;
	rdfs:domain <ThermalGeneratingUnit> ;
	rdfs:range <CogenerationPlant> .
<ThermalGeneratingUnit.CombinedCyclePlant> rdf:type rdfs:Property ;
	rdfs:label "CombinedCyclePlant"@en ;
	rdfs:domain <ThermalGeneratingUnit> ;
	rdfs:range <CombinedCyclePlant> .
<ThermalGeneratingUnit.CAESPlant> rdf:type rdfs:Property ;
	rdfs:label "CAESPlant"@en ;
	rdfs:domain <ThermalGeneratingUnit> ;
	rdfs:range <CAESPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "ThermalGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CogenerationPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CogenerationPlant> <http://www.w3.org/2000/01/rdf-schema#label> "CogenerationPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CogenerationPlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CogenerationPlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CogenerationPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CombinedCyclePlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CombinedCyclePlant> <http://www.w3.org/2000/01/rdf-schema#label> "CombinedCyclePlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CombinedCyclePlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CombinedCyclePlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CombinedCyclePlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CAESPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CAESPlant> <http://www.w3.org/2000/01/rdf-schema#label> "CAESPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CAESPlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit.CAESPlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CAESPlant> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine.

Property Domain Range Comment
CogenerationPlant ThermalGeneratingUnit CogenerationPlant A thermal generating unit may be a member of a cogeneration plant.
CombinedCyclePlant ThermalGeneratingUnit CombinedCyclePlant A thermal generating unit may be a member of a combined cycle plant.
CAESPlant ThermalGeneratingUnit CAESPlant A thermal generating unit may be a member of a compressed air energy storage plant.
totalEfficiency GeneratingUnit double The efficiency of the unit in converting the fuel into electrical energy.
shortPF GeneratingUnit double Generating unit short term economic participation factor.
ratedNetMaxP GeneratingUnit double The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. The attribute shall be a positive value.
maximumAllowableSpinningReserve GeneratingUnit double Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point.
nominalP GeneratingUnit double The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.
startupCost GeneratingUnit decimal The initial startup cost incurred for each start of the GeneratingUnit.
genControlSource GeneratingUnit string The source of controls for a generating unit. Defines the control status of the generating unit.
governorSCD GeneratingUnit double Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.
ratedGrossMinP GeneratingUnit double The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. The attribute shall be a positive value.
variableCost GeneratingUnit decimal The variable cost component of production per unit of ActivePower.
startupTime GeneratingUnit double Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied.
longPF GeneratingUnit double Generating unit long term economic participation factor.
minOperatingP GeneratingUnit double This is the minimum operating active power limit the dispatcher can enter for this unit.
ratedGrossMaxP GeneratingUnit double The unit’s gross rated maximum capacity (book value). The attribute shall be a positive value.
maxOperatingP GeneratingUnit double This is the maximum operating active power limit the dispatcher can enter for this unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

TieFlow

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TieFlow> rdf:type rdfs:Class ;
	rdfs:label "TieFlow"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<TieFlow.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <TieFlow> ;
	rdfs:range <Terminal> .
<TieFlow.positiveFlowIn> rdf:type rdfs:Property ;
	rdfs:label "positiveFlowIn"@en ;
	rdfs:domain <TieFlow> ;
	rdfs:range xsd:boolean .
<TieFlow.ControlArea> rdf:type rdfs:Property ;
	rdfs:label "ControlArea"@en ;
	rdfs:domain <TieFlow> ;
	rdfs:range <ControlArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow> <http://www.w3.org/2000/01/rdf-schema#label> "TieFlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.positiveFlowIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#label> "positiveFlowIn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.ControlArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.ControlArea> <http://www.w3.org/2000/01/rdf-schema#label> "ControlArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.ControlArea> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TieFlow.ControlArea> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> .

Sub-Class Of: IdentifiedObject

Defines the structure (in terms of location and direction) of the net interchange constraint for a control area. This constraint may be used by either AGC or power flow.

Property Domain Range Comment
Terminal TieFlow Terminal The terminal to which this tie flow belongs.
positiveFlowIn TieFlow boolean Specifies the sign of the tie flow associated with a control area. True if positive flow into the terminal (load convention) is also positive flow into the control area. See the description of ControlArea for further explanation of how TieFlow.positiveFlowIn is used.
ControlArea TieFlow ControlArea The control area of the tie flows.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

TransformerEnd

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TransformerEnd> rdf:type rdfs:Class ;
	rdfs:label "TransformerEnd"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<TransformerEnd.endNumber> rdf:type rdfs:Property ;
	rdfs:label "endNumber"@en ;
	rdfs:domain <TransformerEnd> ;
	rdfs:range xsd:integer .
<TransformerEnd.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <TransformerEnd> ;
	rdfs:range <Terminal> .
<TransformerEnd.BaseVoltage> rdf:type rdfs:Property ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:domain <TransformerEnd> ;
	rdfs:range <BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#label> "TransformerEnd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.endNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.endNumber> <http://www.w3.org/2000/01/rdf-schema#label> "endNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.endNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.endNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .

Sub-Class Of: IdentifiedObject

A conducting connection point of a power transformer. It corresponds to a physical transformer winding terminal. In earlier CIM versions, the TransformerWinding class served a similar purpose, but this class is more flexible because it associates to terminal but is not a specialization of ConductingEquipment.

Property Domain Range Comment
endNumber TransformerEnd integer Number for this transformer end, corresponding to the end’s order in the power transformer vector group or phase angle clock number. Highest voltage winding should be 1. Each end within a power transformer should have a unique subsequent end number. Note the transformer end number need not match the terminal sequence number.
Terminal TransformerEnd Terminal Terminal of the power transformer to which this transformer end belongs.
BaseVoltage TransformerEnd BaseVoltage Base voltage of the transformer end. This is essential for PU calculation.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

VoltageLevel

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageLevel> rdf:type rdfs:Class ;
	rdfs:label "VoltageLevel"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<VoltageLevel.Substation> rdf:type rdfs:Property ;
	rdfs:label "Substation"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range <Substation> .
<VoltageLevel.highVoltageLimit> rdf:type rdfs:Property ;
	rdfs:label "highVoltageLimit"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range xsd:double .
<VoltageLevel.lowVoltageLimit> rdf:type rdfs:Property ;
	rdfs:label "lowVoltageLimit"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range xsd:double .
<VoltageLevel.BaseVoltage> rdf:type rdfs:Property ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range <BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageLevel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/2000/01/rdf-schema#label> "Substation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#label> "highVoltageLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#label> "lowVoltageLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these.

Property Domain Range Comment
Substation VoltageLevel Substation The substation of the voltage level.
highVoltageLimit VoltageLevel double The bus bar’s high voltage limit. The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with lowVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.
lowVoltageLimit VoltageLevel double The bus bar’s low voltage limit. The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with highVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.
BaseVoltage VoltageLevel BaseVoltage The base voltage used for all equipment within the voltage level.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

VoltageLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageLimit> rdf:type rdfs:Class ;
	rdfs:label "VoltageLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<VoltageLimit.normalValue> rdf:type rdfs:Property ;
	rdfs:label "normalValue"@en ;
	rdfs:domain <VoltageLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Operational limit applied to voltage. The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present.

Property Domain Range Comment
normalValue VoltageLimit double The normal limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero.
OperationalLimitSet OperationalLimit OperationalLimitSet The limit set to which the limit values belong.
OperationalLimitType OperationalLimit OperationalLimitType The limit type associated with this limit.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

VsCapabilityCurve

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VsCapabilityCurve> rdf:type rdfs:Class ;
	rdfs:label "VsCapabilityCurve"@en ;
	rdfs:subClassOf <Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsCapabilityCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#label> "VsCapabilityCurve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsCapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .

Sub-Class Of: Curve » IdentifiedObject

The P-Q capability curve for a voltage source converter, with P on X-axis and Qmin and Qmax on Y1-axis and Y2-axis.

Property Domain Range Comment
xUnit Curve string The X-axis units of measure.
y2Unit Curve string The Y2-axis units of measure.
curveStyle Curve string The style or shape of the curve.
y1Unit Curve string The Y1-axis units of measure.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

VsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VsConverter> rdf:type rdfs:Class ;
	rdfs:label "VsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<VsConverter.maxModulationIndex> rdf:type rdfs:Property ;
	rdfs:label "maxModulationIndex"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.CapabilityCurve> rdf:type rdfs:Property ;
	rdfs:label "CapabilityCurve"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range <VsCapabilityCurve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "VsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.maxModulationIndex> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.maxModulationIndex> <http://www.w3.org/2000/01/rdf-schema#label> "maxModulationIndex"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.maxModulationIndex> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.maxModulationIndex> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.CapabilityCurve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.CapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#label> "CapabilityCurve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.CapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.CapabilityCurve> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsCapabilityCurve> .

Sub-Class Of: ACDCConverter » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

DC side of the voltage source converter (VSC).

Property Domain Range Comment
maxModulationIndex VsConverter double The maximum quotient between the AC converter voltage (Uc) and DC voltage (Ud). A factor typically less than 1. It is converter’s configuration data used in power flow.
CapabilityCurve VsConverter VsCapabilityCurve Capability curve of this converter.
idleLoss ACDCConverter double Active power loss in pole at no power transfer. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
switchingLoss ACDCConverter double Switching losses, relative to the base apparent power ‘baseS’. Refer to poleLossP. The attribute shall be a positive value.
maxUdc ACDCConverter double The maximum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
minP ACDCConverter double Minimum active power limit. The value is overwritten by values of VsCapabilityCurve, if present.
numberOfValves ACDCConverter integer Number of valves in the converter. Used in loss calculations.
ratedUdc ACDCConverter double Rated converter DC voltage, also called UdN. The attribute shall be a positive value. It is converter’s configuration data used in power flow. For instance a bipolar HVDC link with value 200 kV has a 400kV difference between the dc lines.
resistiveLoss ACDCConverter double It is converter’s configuration data used in power flow. Refer to poleLossP. The attribute shall be a positive value.
PccTerminal ACDCConverter Terminal Point of common coupling terminal for this converter DC side. It is typically the terminal on the power transformer (or switch) closest to the AC network.
valveU0 ACDCConverter double Valve threshold voltage, also called Uvalve. Forward voltage drop when the valve is conducting. Used in loss calculations, i.e. the switchLoss depend on numberOfValves * valveU0.
baseS ACDCConverter double Base apparent power of the converter pole. The attribute shall be a positive value.
maxP ACDCConverter double Maximum active power limit. The value is overwritten by values of VsCapabilityCurve, if present.
minUdc ACDCConverter double The minimum voltage on the DC side at which the converter should operate. It is converter’s configuration data used in power flow. The attribute shall be a positive value.
BaseVoltage ConductingEquipment BaseVoltage Base voltage of this conducting equipment. Use only when there is no voltage level container used and only one base voltage applies. For example, not used for transformers.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

WaveTrap

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WaveTrap> rdf:type rdfs:Class ;
	rdfs:label "WaveTrap"@en ;
	rdfs:subClassOf <AuxiliaryEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WaveTrap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WaveTrap> <http://www.w3.org/2000/01/rdf-schema#label> "WaveTrap"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WaveTrap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AuxiliaryEquipment> .

Sub-Class Of: AuxiliaryEquipment » Equipment » PowerSystemResource » IdentifiedObject

Line traps are devices that impede high frequency power line carrier signals yet present a negligible impedance at the main power frequency.

Property Domain Range Comment
Terminal AuxiliaryEquipment Terminal The Terminal at the equipment where the AuxiliaryEquipment is attached.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

WindGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "WindGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<WindGeneratingUnit.windGenUnitType> rdf:type rdfs:Property ;
	rdfs:label "windGenUnitType"@en ;
	rdfs:domain <WindGeneratingUnit> ;
	rdfs:range xsd:string .
<WindGeneratingUnit.WindPowerPlant> rdf:type rdfs:Property ;
	rdfs:label "WindPowerPlant"@en ;
	rdfs:domain <WindGeneratingUnit> ;
	rdfs:range <WindPowerPlant> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "WindGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.windGenUnitType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.windGenUnitType> <http://www.w3.org/2000/01/rdf-schema#label> "windGenUnitType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.windGenUnitType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.windGenUnitType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.WindPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.WindPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "WindPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.WindPowerPlant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit.WindPowerPlant> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#WindPowerPlant> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A wind driven generating unit, connected to the grid by means of a rotating machine. May be used to represent a single turbine or an aggregation.

Property Domain Range Comment
windGenUnitType WindGeneratingUnit string The kind of wind generating unit.
WindPowerPlant WindGeneratingUnit WindPowerPlant A wind power plant may have wind generating units.
totalEfficiency GeneratingUnit double The efficiency of the unit in converting the fuel into electrical energy.
shortPF GeneratingUnit double Generating unit short term economic participation factor.
ratedNetMaxP GeneratingUnit double The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity. The attribute shall be a positive value.
maximumAllowableSpinningReserve GeneratingUnit double Maximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point.
nominalP GeneratingUnit double The nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the governor speed change droop (governorSCD attribute). The attribute shall be a positive value equal to or less than RotatingMachine.ratedS.
startupCost GeneratingUnit decimal The initial startup cost incurred for each start of the GeneratingUnit.
genControlSource GeneratingUnit string The source of controls for a generating unit. Defines the control status of the generating unit.
governorSCD GeneratingUnit double Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.
ratedGrossMinP GeneratingUnit double The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid. The attribute shall be a positive value.
variableCost GeneratingUnit decimal The variable cost component of production per unit of ActivePower.
startupTime GeneratingUnit double Time it takes to get the unit on-line, from the time that the prime mover mechanical power is applied.
longPF GeneratingUnit double Generating unit long term economic participation factor.
minOperatingP GeneratingUnit double This is the minimum operating active power limit the dispatcher can enter for this unit.
ratedGrossMaxP GeneratingUnit double The unit’s gross rated maximum capacity (book value). The attribute shall be a positive value.
maxOperatingP GeneratingUnit double This is the maximum operating active power limit the dispatcher can enter for this unit.
aggregate Equipment boolean The aggregate flag provides an alternative way of representing an aggregated (equivalent) element. It is applicable in cases when the dedicated classes for equivalent equipment do not have all of the attributes necessary to represent the required level of detail. In case the flag is set to “true” the single instance of equipment represents multiple pieces of equipment that have been modelled together as an aggregate equivalent obtained by a network reduction procedure. Examples would be power transformers or synchronous machines operating in parallel modelled as a single aggregate power transformer or aggregate synchronous machine. The attribute is not used for EquivalentBranch, EquivalentShunt and EquivalentInjection.
normallyInService Equipment boolean Specifies the availability of the equipment under normal operating conditions. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

WindPowerPlant

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindPowerPlant> rdf:type rdfs:Class ;
	rdfs:label "WindPowerPlant"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPowerPlant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPowerPlant> <http://www.w3.org/2000/01/rdf-schema#label> "WindPowerPlant"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindPowerPlant> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Wind power plant.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Topology

Topology

ACDCConverterDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverterDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverterDCTerminal"@en ;
	rdfs:subClassOf <DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverterDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .

Sub-Class Of: DCBaseTerminal » ACDCTerminal » IdentifiedObject

A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side.

Property Domain Range Comment
DCTopologicalNode DCBaseTerminal DCTopologicalNode See association end Terminal.TopologicalNode.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BaseVoltage

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BaseVoltage> rdf:type rdfs:Class ;
	rdfs:label "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .

ConnectivityNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNode> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNode"@en .
<ConnectivityNode.TopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "TopologicalNode"@en ;
	rdfs:domain <ConnectivityNode> ;
	rdfs:range <TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.TopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
Property Domain Range Comment
TopologicalNode ConnectivityNode TopologicalNode The topological node to which this connectivity node is assigned. May depend on the current state of switches in the network.

ConnectivityNodeContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNodeContainer> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .

DCBaseTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCBaseTerminal> rdf:type rdfs:Class ;
	rdfs:label "DCBaseTerminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<DCBaseTerminal.DCTopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "DCTopologicalNode"@en ;
	rdfs:domain <DCBaseTerminal> ;
	rdfs:range <DCTopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "DCBaseTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCTopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCTopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal.DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections.

Property Domain Range Comment
DCTopologicalNode DCBaseTerminal DCTopologicalNode See association end Terminal.TopologicalNode.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCEquipmentContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCEquipmentContainer> rdf:type rdfs:Class ;
	rdfs:label "DCEquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "DCEquipmentContainer"@en .

DCNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCNode> rdf:type rdfs:Class ;
	rdfs:label "DCNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DCNode.DCTopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "DCTopologicalNode"@en ;
	rdfs:domain <DCNode> ;
	rdfs:range <DCTopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCTopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCTopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCNode.DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> .

Sub-Class Of: IdentifiedObject

DC nodes are points where terminals of DC conducting equipment are connected together with zero impedance.

Property Domain Range Comment
DCTopologicalNode DCNode DCTopologicalNode The DC topological node to which this DC connectivity node is assigned. May depend on the current state of switches in the network.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCTerminal> rdf:type rdfs:Class ;
	rdfs:label "DCTerminal"@en ;
	rdfs:subClassOf <DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "DCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .

Sub-Class Of: DCBaseTerminal » ACDCTerminal » IdentifiedObject

An electrical connection point to generic DC conducting equipment.

Property Domain Range Comment
DCTopologicalNode DCBaseTerminal DCTopologicalNode See association end Terminal.TopologicalNode.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

DCTopologicalNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCTopologicalNode> rdf:type rdfs:Class ;
	rdfs:label "DCTopologicalNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DCTopologicalNode.DCEquipmentContainer> rdf:type rdfs:Property ;
	rdfs:label "DCEquipmentContainer"@en ;
	rdfs:domain <DCTopologicalNode> ;
	rdfs:range <DCEquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCTopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode.DCEquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode.DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "DCEquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode.DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode.DCEquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCEquipmentContainer> .

Sub-Class Of: IdentifiedObject

DC bus.

Property Domain Range Comment
DCEquipmentContainer DCTopologicalNode DCEquipmentContainer The connectivity node container to which the topological node belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.energyIdentCodeEic> rdf:type rdfs:Property ;
	rdfs:label "energyIdentCodeEic"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.shortName> rdf:type rdfs:Property ;
	rdfs:label "shortName"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#label> "energyIdentCodeEic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#label> "shortName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ReportingGroup

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ReportingGroup> rdf:type rdfs:Class ;
	rdfs:label "ReportingGroup"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "ReportingGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A reporting group is used for various ad-hoc groupings used for reporting.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<Terminal.TopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "TopologicalNode"@en ;
	rdfs:domain <Terminal> ;
	rdfs:range <TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.TopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
TopologicalNode Terminal TopologicalNode The topological node associated with the terminal. This can be used as an alternative to the connectivity node path to topological node, thus making it unnecessary to model connectivity nodes in some cases. Note that the if connectivity nodes are in the model, this association would probably not be used as an input specification.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

TopologicalNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TopologicalNode> rdf:type rdfs:Class ;
	rdfs:label "TopologicalNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<TopologicalNode.BaseVoltage> rdf:type rdfs:Property ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:domain <TopologicalNode> ;
	rdfs:range <BaseVoltage> .
<TopologicalNode.ConnectivityNodeContainer> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNodeContainer"@en ;
	rdfs:domain <TopologicalNode> ;
	rdfs:range <ConnectivityNodeContainer> .
<TopologicalNode.ReportingGroup> rdf:type rdfs:Property ;
	rdfs:label "ReportingGroup"@en ;
	rdfs:domain <TopologicalNode> ;
	rdfs:range <ReportingGroup> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ReportingGroup> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#label> "ReportingGroup"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode.ReportingGroup> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ReportingGroup> .

Sub-Class Of: IdentifiedObject

For a detailed substation model a topological node is a set of connectivity nodes that, in the current network state, are connected together through any type of closed switches, including jumpers. Topological nodes change as the current network state changes (i.e., switches, breakers, etc. change state). For a planning model, switch statuses are not used to form topological nodes. Instead they are manually created or deleted in a model builder tool. Topological nodes maintained this way are also called “busses”.

Property Domain Range Comment
BaseVoltage TopologicalNode BaseVoltage The base voltage of the topological node.
ConnectivityNodeContainer TopologicalNode ConnectivityNodeContainer The connectivity node container to which the topological node belongs.
ReportingGroup TopologicalNode ReportingGroup The reporting group to which the topological node belongs.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SteadyStateHypothesis

SteadyStateHypothesis

ACDCConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverter> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverter"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<ACDCConverter.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.targetPpcc> rdf:type rdfs:Property ;
	rdfs:label "targetPpcc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.targetUdc> rdf:type rdfs:Property ;
	rdfs:label "targetUdc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetPpcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetPpcc> <http://www.w3.org/2000/01/rdf-schema#label> "targetPpcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetPpcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetPpcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetUdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetUdc> <http://www.w3.org/2000/01/rdf-schema#label> "targetUdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetUdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.targetUdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion.

Property Domain Range Comment
q ACDCConverter double Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution in the case a simplified power flow model is used.
targetPpcc ACDCConverter double Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node.
targetUdc ACDCConverter double Target value for DC voltage magnitude. The attribute shall be a positive value.
p ACDCConverter double Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution in the case a simplified power flow model is used.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

ACDCConverterDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverterDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverterDCTerminal"@en ;
	rdfs:subClassOf <DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverterDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverterDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .

Sub-Class Of: DCBaseTerminal » ACDCTerminal » IdentifiedObject

A DC electrical connection point at the AC/DC converter. The AC/DC converter is electrically connected also to the AC side. The AC connection is inherited from the AC conducting equipment in the same way as any other AC equipment. The AC/DC converter DC terminal is separate from generic DC terminal to restrict the connection with the AC side to AC/DC converter and so that no other DC conducting equipment can be connected to the AC side.

Property Domain Range Comment
connected ACDCTerminal boolean The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.
mRID IdentifiedObject string 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.

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ACDCTerminal.connected> rdf:type rdfs:Property ;
	rdfs:label "connected"@en ;
	rdfs:domain <ACDCTerminal> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.connected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.connected> <http://www.w3.org/2000/01/rdf-schema#label> "connected"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.connected> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.connected> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
connected ACDCTerminal boolean The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.
mRID IdentifiedObject string 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.

ActivePowerLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ActivePowerLimit> rdf:type rdfs:Class ;
	rdfs:label "ActivePowerLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<ActivePowerLimit.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <ActivePowerLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> <http://www.w3.org/2000/01/rdf-schema#label> "ActivePowerLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Limit on active power flow.

Property Domain Range Comment
value ActivePowerLimit double Value of active power limit. The attribute shall be a positive value or zero.
mRID IdentifiedObject string 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.

ApparentPowerLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ApparentPowerLimit> rdf:type rdfs:Class ;
	rdfs:label "ApparentPowerLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<ApparentPowerLimit.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <ApparentPowerLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> <http://www.w3.org/2000/01/rdf-schema#label> "ApparentPowerLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Apparent power limit.

Property Domain Range Comment
value ApparentPowerLimit double The apparent power limit. The attribute shall be a positive value or zero.
mRID IdentifiedObject string 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.

AsynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<AsynchronousMachine.asynchronousMachineType> rdf:type rdfs:Property ;
	rdfs:label "asynchronousMachineType"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.asynchronousMachineType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.asynchronousMachineType> <http://www.w3.org/2000/01/rdf-schema#label> "asynchronousMachineType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.asynchronousMachineType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.asynchronousMachineType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine.

Property Domain Range Comment
asynchronousMachineType AsynchronousMachine string Indicates the type of Asynchronous Machine (motor or generator).
p RotatingMachine double Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
q RotatingMachine double Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

BatteryUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BatteryUnit> rdf:type rdfs:Class ;
	rdfs:label "BatteryUnit"@en ;
	rdfs:subClassOf <PowerElectronicsUnit> .
<BatteryUnit.storedE> rdf:type rdfs:Property ;
	rdfs:label "storedE"@en ;
	rdfs:domain <BatteryUnit> ;
	rdfs:range xsd:double .
<BatteryUnit.batteryState> rdf:type rdfs:Property ;
	rdfs:label "batteryState"@en ;
	rdfs:domain <BatteryUnit> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> <http://www.w3.org/2000/01/rdf-schema#label> "BatteryUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.storedE> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.storedE> <http://www.w3.org/2000/01/rdf-schema#label> "storedE"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.storedE> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.storedE> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.batteryState> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.batteryState> <http://www.w3.org/2000/01/rdf-schema#label> "batteryState"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.batteryState> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.batteryState> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: PowerElectronicsUnit » Equipment » PowerSystemResource » IdentifiedObject

An electrochemical energy storage device.

Property Domain Range Comment
storedE BatteryUnit double Amount of energy currently stored. The attribute shall be a positive value or zero and lower than BatteryUnit.ratedE.
batteryState BatteryUnit string The current state of the battery (charging, full, etc.).
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

Breaker

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Breaker> rdf:type rdfs:Class ;
	rdfs:label "Breaker"@en ;
	rdfs:subClassOf <ProtectedSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> <http://www.w3.org/2000/01/rdf-schema#label> "Breaker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> .

Sub-Class Of: ProtectedSwitch » Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking currents under specified abnormal circuit conditions e.g. those of short circuit.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

ConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

The parts of the AC power system that are designed to carry current or that are conductively connected through terminals.

Property Domain Range Comment
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

ConformLoad

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConformLoad> rdf:type rdfs:Class ;
	rdfs:label "ConformLoad"@en ;
	rdfs:subClassOf <EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> <http://www.w3.org/2000/01/rdf-schema#label> "ConformLoad"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConformLoad> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .

Sub-Class Of: EnergyConsumer » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load.

Property Domain Range Comment
p EnergyConsumer double Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
q EnergyConsumer double Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

ControlArea

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ControlArea> rdf:type rdfs:Class ;
	rdfs:label "ControlArea"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<ControlArea.netInterchange> rdf:type rdfs:Property ;
	rdfs:label "netInterchange"@en ;
	rdfs:domain <ControlArea> ;
	rdfs:range xsd:double .
<ControlArea.pTolerance> rdf:type rdfs:Property ;
	rdfs:label "pTolerance"@en ;
	rdfs:domain <ControlArea> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> <http://www.w3.org/2000/01/rdf-schema#label> "ControlArea"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.netInterchange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.netInterchange> <http://www.w3.org/2000/01/rdf-schema#label> "netInterchange"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.netInterchange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.netInterchange> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.pTolerance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.pTolerance> <http://www.w3.org/2000/01/rdf-schema#label> "pTolerance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.pTolerance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.pTolerance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A control area is a grouping of generating units and/or loads and a cutset of tie lines (as terminals) which may be used for a variety of purposes including automatic generation control, power flow solution area interchange control specification, and input to load forecasting. All generation and load within the area defined by the terminals on the border are considered in the area interchange control. Note that any number of overlapping control area specifications can be superimposed on the physical model. The following general principles apply to ControlArea:

  1. The control area orientation for net interchange is positive for an import, negative for an export.
  2. The control area net interchange is determined by summing flows in Terminals. The Terminals are identified by creating a set of TieFlow objects associated with a ControlArea object. Each TieFlow object identifies one Terminal.
  3. In a single network model, a tie between two control areas must be modelled in both control area specifications, such that the two representations of the tie flow sum to zero.
  4. The normal orientation of Terminal flow is positive for flow into the conducting equipment that owns the Terminal. (i.e. flow from a bus into a device is positive.) However, the orientation of each flow in the control area specification must align with the control area convention, i.e. import is positive. If the orientation of the Terminal flow referenced by a TieFlow is positive into the control area, then this is confirmed by setting TieFlow.positiveFlowIn flag TRUE. If not, the orientation must be reversed by setting the TieFlow.positiveFlowIn flag FALSE.
Property Domain Range Comment
netInterchange ControlArea double The specified positive net interchange into the control area, i.e. positive sign means flow into the area.
pTolerance ControlArea double Active power net interchange tolerance. The attribute shall be a positive value or zero.
mRID IdentifiedObject string 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.

CsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CsConverter> rdf:type rdfs:Class ;
	rdfs:label "CsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<CsConverter.targetAlpha> rdf:type rdfs:Property ;
	rdfs:label "targetAlpha"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.operatingMode> rdf:type rdfs:Property ;
	rdfs:label "operatingMode"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:string .
<CsConverter.pPccControl> rdf:type rdfs:Property ;
	rdfs:label "pPccControl"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:string .
<CsConverter.targetGamma> rdf:type rdfs:Property ;
	rdfs:label "targetGamma"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.targetIdc> rdf:type rdfs:Property ;
	rdfs:label "targetIdc"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "CsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetAlpha> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetAlpha> <http://www.w3.org/2000/01/rdf-schema#label> "targetAlpha"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetAlpha> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetAlpha> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.operatingMode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.operatingMode> <http://www.w3.org/2000/01/rdf-schema#label> "operatingMode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.operatingMode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.operatingMode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.pPccControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.pPccControl> <http://www.w3.org/2000/01/rdf-schema#label> "pPccControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.pPccControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.pPccControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetGamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetGamma> <http://www.w3.org/2000/01/rdf-schema#label> "targetGamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetGamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetGamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetIdc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetIdc> <http://www.w3.org/2000/01/rdf-schema#label> "targetIdc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetIdc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetIdc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ACDCConverter » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.

Property Domain Range Comment
targetAlpha CsConverter double Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier if continuous tap changer control is used. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value.
operatingMode CsConverter string Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow.
pPccControl CsConverter string Kind of active power control.
targetGamma CsConverter double Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter if continuous tap changer control is used. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value.
targetIdc CsConverter double DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value.
q ACDCConverter double Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution in the case a simplified power flow model is used.
targetPpcc ACDCConverter double Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node.
targetUdc ACDCConverter double Target value for DC voltage magnitude. The attribute shall be a positive value.
p ACDCConverter double Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution in the case a simplified power flow model is used.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

CurrentLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CurrentLimit> rdf:type rdfs:Class ;
	rdfs:label "CurrentLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<CurrentLimit.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <CurrentLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> <http://www.w3.org/2000/01/rdf-schema#label> "CurrentLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Operational limit on current.

Property Domain Range Comment
value CurrentLimit double Limit on current flow. The attribute shall be a positive value or zero.
mRID IdentifiedObject string 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.

DCBaseTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCBaseTerminal> rdf:type rdfs:Class ;
	rdfs:label "DCBaseTerminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "DCBaseTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An electrical connection point at a piece of DC conducting equipment. DC terminals are connected at one physical DC node that may have multiple DC terminals connected. A DC node is similar to an AC connectivity node. The model requires that DC connections are distinct from AC connections.

Property Domain Range Comment
connected ACDCTerminal boolean The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.
mRID IdentifiedObject string 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.

DCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCTerminal> rdf:type rdfs:Class ;
	rdfs:label "DCTerminal"@en ;
	rdfs:subClassOf <DCBaseTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "DCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .

Sub-Class Of: DCBaseTerminal » ACDCTerminal » IdentifiedObject

An electrical connection point to generic DC conducting equipment.

Property Domain Range Comment
connected ACDCTerminal boolean The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.
mRID IdentifiedObject string 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.

DisconnectingCircuitBreaker

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DisconnectingCircuitBreaker> rdf:type rdfs:Class ;
	rdfs:label "DisconnectingCircuitBreaker"@en ;
	rdfs:subClassOf <Breaker> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DisconnectingCircuitBreaker> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DisconnectingCircuitBreaker> <http://www.w3.org/2000/01/rdf-schema#label> "DisconnectingCircuitBreaker"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DisconnectingCircuitBreaker> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> .

Sub-Class Of: Breaker » ProtectedSwitch » Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

Disconnector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Disconnector> rdf:type rdfs:Class ;
	rdfs:label "Disconnector"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Disconnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Disconnector> <http://www.w3.org/2000/01/rdf-schema#label> "Disconnector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Disconnector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A manually operated or motor operated mechanical switching device used for changing the connections in a circuit, or for isolating a circuit or equipment from a source of power. It is required to open or close circuits when negligible current is broken or made.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

EnergyConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConnection> rdf:type rdfs:Class ;
	rdfs:label "EnergyConnection"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection of energy generation or consumption on the power system model.

Property Domain Range Comment
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

EnergyConsumer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConsumer> rdf:type rdfs:Class ;
	rdfs:label "EnergyConsumer"@en ;
	rdfs:subClassOf <EnergyConnection> .
<EnergyConsumer.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range xsd:double .
<EnergyConsumer.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <EnergyConsumer> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConsumer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Generic user of energy - a point of consumption on the power system model. EnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False.

Property Domain Range Comment
p EnergyConsumer double Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
q EnergyConsumer double Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

EnergySource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergySource> rdf:type rdfs:Class ;
	rdfs:label "EnergySource"@en ;
	rdfs:subClassOf <EnergyConnection> .
<EnergySource.voltageMagnitude> rdf:type rdfs:Property ;
	rdfs:label "voltageMagnitude"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.activePower> rdf:type rdfs:Property ;
	rdfs:label "activePower"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.voltageAngle> rdf:type rdfs:Property ;
	rdfs:label "voltageAngle"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.reactivePower> rdf:type rdfs:Property ;
	rdfs:label "reactivePower"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/2000/01/rdf-schema#label> "EnergySource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageMagnitude> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageMagnitude> <http://www.w3.org/2000/01/rdf-schema#label> "voltageMagnitude"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageMagnitude> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageMagnitude> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.activePower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.activePower> <http://www.w3.org/2000/01/rdf-schema#label> "activePower"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.activePower> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.activePower> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageAngle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageAngle> <http://www.w3.org/2000/01/rdf-schema#label> "voltageAngle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageAngle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.voltageAngle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.reactivePower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.reactivePower> <http://www.w3.org/2000/01/rdf-schema#label> "reactivePower"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.reactivePower> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.reactivePower> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A generic equivalent for an energy supplier on a transmission or distribution voltage level.

Property Domain Range Comment
voltageMagnitude EnergySource double Phase-to-phase open circuit voltage magnitude used when voltage characteristics need to be imposed at the node associated with the terminal of the energy source, such as when voltages and angles from the transmission level are used as input to the distribution network. The attribute shall be a positive value or zero.
activePower EnergySource double High voltage source active injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
voltageAngle EnergySource double Phase angle of a-phase open circuit used when voltage characteristics need to be imposed at the node associated with the terminal of the energy source, such as when voltages and angles from the transmission level are used as input to the distribution network. The attribute shall be a positive value or zero.
reactivePower EnergySource double High voltage source reactive injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

Equipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Equipment> rdf:type rdfs:Class ;
	rdfs:label "Equipment"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<Equipment.inService> rdf:type rdfs:Property ;
	rdfs:label "inService"@en ;
	rdfs:domain <Equipment> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.inService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.inService> <http://www.w3.org/2000/01/rdf-schema#label> "inService"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.inService> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.inService> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

The parts of a power system that are physical devices, electronic or mechanical.

Property Domain Range Comment
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

EquivalentEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentEquipment> rdf:type rdfs:Class ;
	rdfs:label "EquivalentEquipment"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types.

Property Domain Range Comment
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

EquivalentInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentInjection> rdf:type rdfs:Class ;
	rdfs:label "EquivalentInjection"@en ;
	rdfs:subClassOf <EquivalentEquipment> .
<EquivalentInjection.regulationStatus> rdf:type rdfs:Property ;
	rdfs:label "regulationStatus"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:boolean .
<EquivalentInjection.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.regulationTarget> rdf:type rdfs:Property ;
	rdfs:label "regulationTarget"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationStatus> <http://www.w3.org/2000/01/rdf-schema#label> "regulationStatus"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationStatus> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationStatus> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationTarget> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationTarget> <http://www.w3.org/2000/01/rdf-schema#label> "regulationTarget"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationTarget> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationTarget> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EquivalentEquipment » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection.

Property Domain Range Comment
regulationStatus EquivalentInjection boolean Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating.
p EquivalentInjection double Equivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
q EquivalentInjection double Equivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
regulationTarget EquivalentInjection double The target voltage for voltage regulation. The attribute shall be a positive value.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

ExternalNetworkInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExternalNetworkInjection> rdf:type rdfs:Class ;
	rdfs:label "ExternalNetworkInjection"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<ExternalNetworkInjection.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.referencePriority> rdf:type rdfs:Property ;
	rdfs:label "referencePriority"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/2000/01/rdf-schema#label> "ExternalNetworkInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.referencePriority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.referencePriority> <http://www.w3.org/2000/01/rdf-schema#label> "referencePriority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.referencePriority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.referencePriority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class represents the external network and it is used for IEC 60909 calculations.

Property Domain Range Comment
p ExternalNetworkInjection double Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
q ExternalNetworkInjection double Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for steady state solutions.
referencePriority ExternalNetworkInjection integer Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

Fuse

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Fuse> rdf:type rdfs:Class ;
	rdfs:label "Fuse"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fuse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fuse> <http://www.w3.org/2000/01/rdf-schema#label> "Fuse"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fuse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An overcurrent protective device with a circuit opening fusible part that is heated and severed by the passage of overcurrent through it. A fuse is considered a switching device because it breaks current.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

GeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "GeneratingUnit"@en ;
	rdfs:subClassOf <Equipment> .
<GeneratingUnit.normalPF> rdf:type rdfs:Property ;
	rdfs:label "normalPF"@en ;
	rdfs:domain <GeneratingUnit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "GeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.normalPF> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.normalPF> <http://www.w3.org/2000/01/rdf-schema#label> "normalPF"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.normalPF> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.normalPF> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set.

Property Domain Range Comment
normalPF GeneratingUnit double Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

GroundDisconnector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GroundDisconnector> rdf:type rdfs:Class ;
	rdfs:label "GroundDisconnector"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundDisconnector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundDisconnector> <http://www.w3.org/2000/01/rdf-schema#label> "GroundDisconnector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundDisconnector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

HydroGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<HydroGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "HydroGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "HydroGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#HydroGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan).

Property Domain Range Comment
normalPF GeneratingUnit double Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.

Jumper

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Jumper> rdf:type rdfs:Class ;
	rdfs:label "Jumper"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Jumper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Jumper> <http://www.w3.org/2000/01/rdf-schema#label> "Jumper"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Jumper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A short section of conductor with negligible impedance which can be manually removed and replaced if the circuit is de-energized. Note that zero-impedance branches can potentially be modelled by other equipment types.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

LinearShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LinearShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "LinearShuntCompensator"@en ;
	rdfs:subClassOf <ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "LinearShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .

Sub-Class Of: ShuntCompensator » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A linear shunt compensator has banks or sections with equal admittance values.

Property Domain Range Comment
sections ShuntCompensator double Shunt compensator sections in use. Starting value for steady state solution. The attribute shall be a positive value or zero. Non integer values are allowed to support continuous variables. The reasons for continuous value are to support study cases where no discrete shunt compensators has yet been designed, a solutions where a narrow voltage band force the sections to oscillate or accommodate for a continuous solution as input. For LinearShuntConpensator the value shall be between zero and ShuntCompensator.maximumSections. At value zero the shunt compensator conductance and admittance is zero. Linear interpolation of conductance and admittance between the previous and next integer section is applied in case of non-integer values. For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

LoadBreakSwitch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LoadBreakSwitch> rdf:type rdfs:Class ;
	rdfs:label "LoadBreakSwitch"@en ;
	rdfs:subClassOf <ProtectedSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadBreakSwitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadBreakSwitch> <http://www.w3.org/2000/01/rdf-schema#label> "LoadBreakSwitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LoadBreakSwitch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> .

Sub-Class Of: ProtectedSwitch » Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

NonConformLoad

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonConformLoad> rdf:type rdfs:Class ;
	rdfs:label "NonConformLoad"@en ;
	rdfs:subClassOf <EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> <http://www.w3.org/2000/01/rdf-schema#label> "NonConformLoad"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonConformLoad> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .

Sub-Class Of: EnergyConsumer » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern.

Property Domain Range Comment
p EnergyConsumer double Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
q EnergyConsumer double Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

NonlinearShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonlinearShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "NonlinearShuntCompensator"@en ;
	rdfs:subClassOf <ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "NonlinearShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .

Sub-Class Of: ShuntCompensator » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A non linear shunt compensator has bank or section admittance values that differ. The attributes g, b, g0 and b0 of the associated NonlinearShuntCompensatorPoint describe the total conductance and admittance of a NonlinearShuntCompensatorPoint at a section number specified by NonlinearShuntCompensatorPoint.sectionNumber.

Property Domain Range Comment
sections ShuntCompensator double Shunt compensator sections in use. Starting value for steady state solution. The attribute shall be a positive value or zero. Non integer values are allowed to support continuous variables. The reasons for continuous value are to support study cases where no discrete shunt compensators has yet been designed, a solutions where a narrow voltage band force the sections to oscillate or accommodate for a continuous solution as input. For LinearShuntConpensator the value shall be between zero and ShuntCompensator.maximumSections. At value zero the shunt compensator conductance and admittance is zero. Linear interpolation of conductance and admittance between the previous and next integer section is applied in case of non-integer values. For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

NuclearGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NuclearGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "NuclearGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NuclearGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NuclearGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "NuclearGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NuclearGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A nuclear generating unit.

Property Domain Range Comment
normalPF GeneratingUnit double Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

OperationalLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<OperationalLimit> rdf:type rdfs:Class ;
	rdfs:label "OperationalLimit"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> <http://www.w3.org/2000/01/rdf-schema#label> "OperationalLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A value and normal value associated with a specific kind of limit. The sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short).
If a particular piece of equipment has multiple operational limits of the same kind (apparent power, current, etc.), the limit with the greatest acceptableDuration shall have the smallest limit value and the limit with the smallest acceptableDuration shall have the largest limit value. Note: A large current can only be allowed to flow through a piece of equipment for a short duration without causing damage, but a lesser current can be allowed to flow for a longer duration.

Property Domain Range Comment
mRID IdentifiedObject string 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.

PhaseTapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChanger> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChanger"@en ;
	rdfs:subClassOf <TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .

Sub-Class Of: TapChanger » PowerSystemResource » IdentifiedObject

A transformer phase shifting tap model that controls the phase angle difference across the power transformer and potentially the active power flow through the power transformer. This phase tap model may also impact the voltage magnitude.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

PhaseTapChangerAsymmetrical

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerAsymmetrical> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerAsymmetrical"@en ;
	rdfs:subClassOf <PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerAsymmetrical"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerAsymmetrical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .

Sub-Class Of: PhaseTapChangerNonLinear » PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes the tap model for an asymmetrical phase shifting transformer in which the difference voltage vector adds to the in-phase winding. The out-of-phase winding is the transformer end where the tap changer is located. The angle between the in-phase and out-of-phase windings is named the winding connection angle. The phase shift depends on both the difference voltage magnitude and the winding connection angle.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

PhaseTapChangerLinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerLinear> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerLinear"@en ;
	rdfs:subClassOf <PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerLinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerLinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .

Sub-Class Of: PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes a tap changer with a linear relation between the tap step and the phase angle difference across the transformer. This is a mathematical model that is an approximation of a real phase tap changer. The phase angle is computed as stepPhaseShiftIncrement times the tap position. The voltage magnitude of both sides is the same.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

PhaseTapChangerNonLinear

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerNonLinear> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerNonLinear"@en ;
	rdfs:subClassOf <PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerNonLinear"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .

Sub-Class Of: PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

The non-linear phase tap changer describes the non-linear behaviour of a phase tap changer. This is a base class for the symmetrical and asymmetrical phase tap changer models. The details of these models can be found in IEC 61970-301.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

PhaseTapChangerSymmetrical

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerSymmetrical> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerSymmetrical"@en ;
	rdfs:subClassOf <PhaseTapChangerNonLinear> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerSymmetrical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerSymmetrical> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerSymmetrical"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerSymmetrical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .

Sub-Class Of: PhaseTapChangerNonLinear » PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes a symmetrical phase shifting transformer tap model in which the voltage magnitude of both sides is the same. The difference voltage magnitude is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference corresponds to the top angle and can be expressed as twice the arctangent of half the total difference voltage.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

PhaseTapChangerTabular

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PhaseTapChangerTabular> rdf:type rdfs:Class ;
	rdfs:label "PhaseTapChangerTabular"@en ;
	rdfs:subClassOf <PhaseTapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> <http://www.w3.org/2000/01/rdf-schema#label> "PhaseTapChangerTabular"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerTabular> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .

Sub-Class Of: PhaseTapChanger » TapChanger » PowerSystemResource » IdentifiedObject

Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

PowerElectronicsConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerElectronicsConnection> rdf:type rdfs:Class ;
	rdfs:label "PowerElectronicsConnection"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<PowerElectronicsConnection.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range xsd:double .
<PowerElectronicsConnection.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <PowerElectronicsConnection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines.

Property Domain Range Comment
q PowerElectronicsConnection double Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
p PowerElectronicsConnection double Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

PowerElectronicsUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerElectronicsUnit> rdf:type rdfs:Class ;
	rdfs:label "PowerElectronicsUnit"@en ;
	rdfs:subClassOf <Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#label> "PowerElectronicsUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines.

Property Domain Range Comment
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string 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.

ProtectedSwitch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ProtectedSwitch> rdf:type rdfs:Class ;
	rdfs:label "ProtectedSwitch"@en ;
	rdfs:subClassOf <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> <http://www.w3.org/2000/01/rdf-schema#label> "ProtectedSwitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .

Sub-Class Of: Switch » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

RatioTapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RatioTapChanger> rdf:type rdfs:Class ;
	rdfs:label "RatioTapChanger"@en ;
	rdfs:subClassOf <TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "RatioTapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RatioTapChanger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .

Sub-Class Of: TapChanger » PowerSystemResource » IdentifiedObject

A tap changer that changes the voltage ratio impacting the voltage magnitude but not the phase angle across the transformer.

Angle sign convention (general): Positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer).

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

RegulatingCondEq

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulatingCondEq> rdf:type rdfs:Class ;
	rdfs:label "RegulatingCondEq"@en ;
	rdfs:subClassOf <EnergyConnection> .
<RegulatingCondEq.controlEnabled> rdf:type rdfs:Property ;
	rdfs:label "controlEnabled"@en ;
	rdfs:domain <RegulatingCondEq> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingCondEq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.controlEnabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#label> "controlEnabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network.

Property Domain Range Comment
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

RegulatingControl

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulatingControl> rdf:type rdfs:Class ;
	rdfs:label "RegulatingControl"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<RegulatingControl.maxAllowedTargetValue> rdf:type rdfs:Property ;
	rdfs:label "maxAllowedTargetValue"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:double .
<RegulatingControl.targetValueUnitMultiplier> rdf:type rdfs:Property ;
	rdfs:label "targetValueUnitMultiplier"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:string .
<RegulatingControl.targetDeadband> rdf:type rdfs:Property ;
	rdfs:label "targetDeadband"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:double .
<RegulatingControl.targetValue> rdf:type rdfs:Property ;
	rdfs:label "targetValue"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:double .
<RegulatingControl.minAllowedTargetValue> rdf:type rdfs:Property ;
	rdfs:label "minAllowedTargetValue"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:double .
<RegulatingControl.enabled> rdf:type rdfs:Property ;
	rdfs:label "enabled"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:boolean .
<RegulatingControl.discrete> rdf:type rdfs:Property ;
	rdfs:label "discrete"@en ;
	rdfs:domain <RegulatingControl> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.maxAllowedTargetValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.maxAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#label> "maxAllowedTargetValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.maxAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.maxAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValueUnitMultiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValueUnitMultiplier> <http://www.w3.org/2000/01/rdf-schema#label> "targetValueUnitMultiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValueUnitMultiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValueUnitMultiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetDeadband> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetDeadband> <http://www.w3.org/2000/01/rdf-schema#label> "targetDeadband"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetDeadband> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetDeadband> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValue> <http://www.w3.org/2000/01/rdf-schema#label> "targetValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.targetValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.minAllowedTargetValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.minAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#label> "minAllowedTargetValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.minAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.minAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.enabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.enabled> <http://www.w3.org/2000/01/rdf-schema#label> "enabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.enabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.enabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.discrete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.discrete> <http://www.w3.org/2000/01/rdf-schema#label> "discrete"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.discrete> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.discrete> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. Remote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment. The specified terminal shall be associated with the connectivity node of the controlled point. The most specific subtype of RegulatingControl shall be used in case such equipment participate in the control, e.g. TapChangerControl for tap changers. For flow control, load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment. The attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases:

Property Domain Range Comment
maxAllowedTargetValue RegulatingControl double Maximum allowed target value (RegulatingControl.targetValue).
targetValueUnitMultiplier RegulatingControl string Specify the multiplier for used for the targetValue.
targetDeadband RegulatingControl double This is a deadband used with discrete control to avoid excessive update of controls like tap changers and shunt compensator banks while regulating. The units of those appropriate for the mode. The attribute shall be a positive value or zero. If RegulatingControl.discrete is set to “false”, the RegulatingControl.targetDeadband is to be ignored. Note that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV.
targetValue RegulatingControl double The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute.
minAllowedTargetValue RegulatingControl double Minimum allowed target value (RegulatingControl.targetValue).
enabled RegulatingControl boolean The flag tells if regulation is enabled.
discrete RegulatingControl boolean The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators.
mRID IdentifiedObject string 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.

RotatingMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RotatingMachine> rdf:type rdfs:Class ;
	rdfs:label "RotatingMachine"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<RotatingMachine.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <RotatingMachine> ;
	rdfs:range xsd:double .
<RotatingMachine.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <RotatingMachine> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#label> "RotatingMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine which may be used as a generator or motor.

Property Domain Range Comment
p RotatingMachine double Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
q RotatingMachine double Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

ShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<ShuntCompensator.sections> rdf:type rdfs:Property ;
	rdfs:label "sections"@en ;
	rdfs:domain <ShuntCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.sections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.sections> <http://www.w3.org/2000/01/rdf-schema#label> "sections"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.sections> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.sections> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied.

Property Domain Range Comment
sections ShuntCompensator double Shunt compensator sections in use. Starting value for steady state solution. The attribute shall be a positive value or zero. Non integer values are allowed to support continuous variables. The reasons for continuous value are to support study cases where no discrete shunt compensators has yet been designed, a solutions where a narrow voltage band force the sections to oscillate or accommodate for a continuous solution as input. For LinearShuntConpensator the value shall be between zero and ShuntCompensator.maximumSections. At value zero the shunt compensator conductance and admittance is zero. Linear interpolation of conductance and admittance between the previous and next integer section is applied in case of non-integer values. For NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

SolarGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SolarGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "SolarGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "SolarGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SolarGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation.

Property Domain Range Comment
normalPF GeneratingUnit double Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

StaticVarCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StaticVarCompensator> rdf:type rdfs:Class ;
	rdfs:label "StaticVarCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<StaticVarCompensator.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <StaticVarCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "StaticVarCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A facility for providing variable and controllable shunt reactive power. The SVC typically consists of a stepdown transformer, filter, thyristor-controlled reactor, and thyristor-switched capacitor arms.

The SVC may operate in fixed MVar output mode or in voltage control mode. When in voltage control mode, the output of the SVC will be proportional to the deviation of voltage at the controlled bus from the voltage setpoint. The SVC characteristic slope defines the proportion. If the voltage at the controlled bus is equal to the voltage setpoint, the SVC MVar output is zero.

Property Domain Range Comment
q StaticVarCompensator double Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

StationSupply

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StationSupply> rdf:type rdfs:Class ;
	rdfs:label "StationSupply"@en ;
	rdfs:subClassOf <EnergyConsumer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StationSupply> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StationSupply> <http://www.w3.org/2000/01/rdf-schema#label> "StationSupply"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StationSupply> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .

Sub-Class Of: EnergyConsumer » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Station supply with load derived from the station output.

Property Domain Range Comment
p EnergyConsumer double Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
q EnergyConsumer double Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

Switch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Switch> rdf:type rdfs:Class ;
	rdfs:label "Switch"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<Switch.open> rdf:type rdfs:Property ;
	rdfs:label "open"@en ;
	rdfs:domain <Switch> ;
	rdfs:range xsd:boolean .
<Switch.locked> rdf:type rdfs:Property ;
	rdfs:label "locked"@en ;
	rdfs:domain <Switch> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/2000/01/rdf-schema#label> "Switch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.open> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.open> <http://www.w3.org/2000/01/rdf-schema#label> "open"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.open> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.open> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.locked> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.locked> <http://www.w3.org/2000/01/rdf-schema#label> "locked"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.locked> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.locked> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant.

Property Domain Range Comment
open Switch boolean The attribute tells if the switch is considered open when used as input to topology processing.
locked Switch boolean If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:
  • locked=true and Switch.open=true. The resulting state is open and locked;
  • locked=false and Switch.open=true. The resulting state is open;
  • locked=false and Switch.open=false. The resulting state is closed.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

SynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<SynchronousMachine.referencePriority> rdf:type rdfs:Property ;
	rdfs:label "referencePriority"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:integer .
<SynchronousMachine.operatingMode> rdf:type rdfs:Property ;
	rdfs:label "operatingMode"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.referencePriority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.referencePriority> <http://www.w3.org/2000/01/rdf-schema#label> "referencePriority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.referencePriority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.referencePriority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.operatingMode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.operatingMode> <http://www.w3.org/2000/01/rdf-schema#label> "operatingMode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.operatingMode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.operatingMode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump.

Property Domain Range Comment
referencePriority SynchronousMachine integer Priority of unit for use as powerflow voltage phase angle reference bus selection. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on.
operatingMode SynchronousMachine string Current mode of operation.
p RotatingMachine double Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
q RotatingMachine double Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution.
controlEnabled RegulatingCondEq boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

TapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapChanger> rdf:type rdfs:Class ;
	rdfs:label "TapChanger"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<TapChanger.step> rdf:type rdfs:Property ;
	rdfs:label "step"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:double .
<TapChanger.controlEnabled> rdf:type rdfs:Property ;
	rdfs:label "controlEnabled"@en ;
	rdfs:domain <TapChanger> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "TapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.step> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.step> <http://www.w3.org/2000/01/rdf-schema#label> "step"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.step> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.step> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.controlEnabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#label> "controlEnabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Mechanism for changing transformer winding tap positions.

Property Domain Range Comment
step TapChanger double Tap changer position. Starting step for a steady state solution. Non integer values are allowed to support continuous tap variables. The reasons for continuous value are to support study cases where no discrete tap changer has yet been designed, a solution where a narrow voltage band forces the tap step to oscillate or to accommodate for a continuous solution as input. The attribute shall be equal to or greater than lowStep and equal to or less than highStep.
controlEnabled TapChanger boolean Specifies the regulation status of the equipment. True is regulating, false is not regulating.
mRID IdentifiedObject string 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.

TapChangerControl

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapChangerControl> rdf:type rdfs:Class ;
	rdfs:label "TapChangerControl"@en ;
	rdfs:subClassOf <RegulatingControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#label> "TapChangerControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChangerControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .

Sub-Class Of: RegulatingControl » PowerSystemResource » IdentifiedObject

Describes behaviour specific to tap changers, e.g. how the voltage at the end of a line varies with the load level and compensation of the voltage drop by tap adjustment.

Property Domain Range Comment
maxAllowedTargetValue RegulatingControl double Maximum allowed target value (RegulatingControl.targetValue).
targetValueUnitMultiplier RegulatingControl string Specify the multiplier for used for the targetValue.
targetDeadband RegulatingControl double This is a deadband used with discrete control to avoid excessive update of controls like tap changers and shunt compensator banks while regulating. The units of those appropriate for the mode. The attribute shall be a positive value or zero. If RegulatingControl.discrete is set to “false”, the RegulatingControl.targetDeadband is to be ignored. Note that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV.
targetValue RegulatingControl double The target value specified for case input. This value can be used for the target value without the use of schedules. The value has the units appropriate to the mode attribute.
minAllowedTargetValue RegulatingControl double Minimum allowed target value (RegulatingControl.targetValue).
enabled RegulatingControl boolean The flag tells if regulation is enabled.
discrete RegulatingControl boolean The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators.
mRID IdentifiedObject string 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.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
connected ACDCTerminal boolean The connected status is related to a bus-branch model and the topological node to terminal relation. True implies the terminal is connected to the related topological node and false implies it is not. In a bus-branch model, the connected status is used to tell if equipment is disconnected without having to change the connectivity described by the topological node to terminal relation. A valid case is that conducting equipment can be connected in one end and open in the other. In particular for an AC line segment, where the reactive line charging can be significant, this is a relevant case.
mRID IdentifiedObject string 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.

ThermalGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ThermalGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "ThermalGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "ThermalGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ThermalGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine.

Property Domain Range Comment
normalPF GeneratingUnit double Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

VoltageLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageLimit> rdf:type rdfs:Class ;
	rdfs:label "VoltageLimit"@en ;
	rdfs:subClassOf <OperationalLimit> .
<VoltageLimit.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <VoltageLimit> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: OperationalLimit » IdentifiedObject

Operational limit applied to voltage. The use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present.

Property Domain Range Comment
value VoltageLimit double Limit on voltage. High or low limit nature of the limit depends upon the properties of the operational limit type. The attribute shall be a positive value or zero.
mRID IdentifiedObject string 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.

VsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VsConverter> rdf:type rdfs:Class ;
	rdfs:label "VsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<VsConverter.droop> rdf:type rdfs:Property ;
	rdfs:label "droop"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.targetPWMfactor> rdf:type rdfs:Property ;
	rdfs:label "targetPWMfactor"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.targetUpcc> rdf:type rdfs:Property ;
	rdfs:label "targetUpcc"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.pPccControl> rdf:type rdfs:Property ;
	rdfs:label "pPccControl"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:string .
<VsConverter.qShare> rdf:type rdfs:Property ;
	rdfs:label "qShare"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.targetQpcc> rdf:type rdfs:Property ;
	rdfs:label "targetQpcc"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.qPccControl> rdf:type rdfs:Property ;
	rdfs:label "qPccControl"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:string .
<VsConverter.droopCompensation> rdf:type rdfs:Property ;
	rdfs:label "droopCompensation"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.targetPowerFactorPcc> rdf:type rdfs:Property ;
	rdfs:label "targetPowerFactorPcc"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.targetPhasePcc> rdf:type rdfs:Property ;
	rdfs:label "targetPhasePcc"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "VsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droop> <http://www.w3.org/2000/01/rdf-schema#label> "droop"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPWMfactor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPWMfactor> <http://www.w3.org/2000/01/rdf-schema#label> "targetPWMfactor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPWMfactor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPWMfactor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetUpcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetUpcc> <http://www.w3.org/2000/01/rdf-schema#label> "targetUpcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetUpcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetUpcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.pPccControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.pPccControl> <http://www.w3.org/2000/01/rdf-schema#label> "pPccControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.pPccControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.pPccControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qShare> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qShare> <http://www.w3.org/2000/01/rdf-schema#label> "qShare"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qShare> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qShare> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetQpcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetQpcc> <http://www.w3.org/2000/01/rdf-schema#label> "targetQpcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetQpcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetQpcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qPccControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qPccControl> <http://www.w3.org/2000/01/rdf-schema#label> "qPccControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qPccControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.qPccControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droopCompensation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droopCompensation> <http://www.w3.org/2000/01/rdf-schema#label> "droopCompensation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droopCompensation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.droopCompensation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPowerFactorPcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPowerFactorPcc> <http://www.w3.org/2000/01/rdf-schema#label> "targetPowerFactorPcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPowerFactorPcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPowerFactorPcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPhasePcc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPhasePcc> <http://www.w3.org/2000/01/rdf-schema#label> "targetPhasePcc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPhasePcc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPhasePcc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ACDCConverter » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

DC side of the voltage source converter (VSC).

Property Domain Range Comment
droop VsConverter double Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value.
targetPWMfactor VsConverter double Magnitude of pulse-modulation factor. The attribute shall be a positive value.
targetUpcc VsConverter double Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value.
pPccControl VsConverter string Kind of control of real power and/or DC voltage.
qShare VsConverter double Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero.
targetQpcc VsConverter double Reactive power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node.
qPccControl VsConverter string Kind of reactive power control.
droopCompensation VsConverter double Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value.
targetPowerFactorPcc VsConverter double Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value.
targetPhasePcc VsConverter double Phase target at AC side, at point of common coupling. The attribute shall be a positive value.
q ACDCConverter double Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution in the case a simplified power flow model is used.
targetPpcc ACDCConverter double Real power injection target in AC grid, at point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node.
targetUdc ACDCConverter double Target value for DC voltage magnitude. The attribute shall be a positive value.
p ACDCConverter double Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node. Starting value for a steady state solution in the case a simplified power flow model is used.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

WindGeneratingUnit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WindGeneratingUnit> rdf:type rdfs:Class ;
	rdfs:label "WindGeneratingUnit"@en ;
	rdfs:subClassOf <GeneratingUnit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#label> "WindGeneratingUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WindGeneratingUnit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .

Sub-Class Of: GeneratingUnit » Equipment » PowerSystemResource » IdentifiedObject

A wind driven generating unit, connected to the grid by means of a rotating machine. May be used to represent a single turbine or an aggregation.

Property Domain Range Comment
normalPF GeneratingUnit double Generating unit economic participation factor. The sum of the participation factors across generating units does not have to sum to one. It is used for representing distributed slack participation factor. The attribute shall be a positive value or zero.
inService Equipment boolean Specifies the availability of the equipment. True means the equipment is available for topology processing, which determines if the equipment is energized or not. False means that the equipment is treated by network applications as if it is not in the model.
mRID IdentifiedObject string 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.

StateVariables

StateVariables

ACDCConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCConverter> rdf:type rdfs:Class ;
	rdfs:label "ACDCConverter"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<ACDCConverter.poleLossP> rdf:type rdfs:Property ;
	rdfs:label "poleLossP"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.udc> rdf:type rdfs:Property ;
	rdfs:label "udc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.idc> rdf:type rdfs:Property ;
	rdfs:label "idc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<ACDCConverter.uc> rdf:type rdfs:Property ;
	rdfs:label "uc"@en ;
	rdfs:domain <ACDCConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.poleLossP> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.poleLossP> <http://www.w3.org/2000/01/rdf-schema#label> "poleLossP"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.poleLossP> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.poleLossP> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.udc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.udc> <http://www.w3.org/2000/01/rdf-schema#label> "udc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.udc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.udc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idc> <http://www.w3.org/2000/01/rdf-schema#label> "idc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.idc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.uc> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.uc> <http://www.w3.org/2000/01/rdf-schema#label> "uc"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.uc> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.uc> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment

A unit with valves for three phases, together with unit control equipment, essential protective and switching devices, DC storage capacitors, phase reactors and auxiliaries, if any, used for conversion.

Property Domain Range Comment
poleLossP ACDCConverter double The active power loss at a DC Pole = idleLoss + switchingLoss*
udc ACDCConverter double Converter voltage at the DC side, also called Ud. It is converter’s state variable, result from power flow. The attribute shall be a positive value.
idc ACDCConverter double Converter DC current, also called Id. It is converter’s state variable, result from power flow.
uc ACDCConverter double Line-to-line converter voltage, the voltage at the AC side of the valve. It is converter’s state variable, result from power flow. The attribute shall be a positive value.

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

ConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .

CsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CsConverter> rdf:type rdfs:Class ;
	rdfs:label "CsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<CsConverter.gamma> rdf:type rdfs:Property ;
	rdfs:label "gamma"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<CsConverter.alpha> rdf:type rdfs:Property ;
	rdfs:label "alpha"@en ;
	rdfs:domain <CsConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "CsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.gamma> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.gamma> <http://www.w3.org/2000/01/rdf-schema#label> "gamma"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.gamma> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.gamma> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.alpha> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.alpha> <http://www.w3.org/2000/01/rdf-schema#label> "alpha"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.alpha> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.alpha> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ACDCConverter » ConductingEquipment

DC side of the current source converter (CSC). The firing angle controls the dc voltage at the converter, both for rectifier and inverter. The difference between the dc voltages of the rectifier and inverter determines the dc current. The extinction angle is used to limit the dc voltage at the inverter, if needed, and is not used in active power control. The firing angle, transformer tap position and number of connected filters are the primary means to control a current source dc line. Higher level controls are built on top, e.g. dc voltage, dc current and active power. From a steady state perspective it is sufficient to specify the wanted active power transfer (ACDCConverter.targetPpcc) and the control functions will set the dc voltage, dc current, firing angle, transformer tap position and number of connected filters to meet this. Therefore attributes targetAlpha and targetGamma are not applicable in this case. The reactive power consumed by the converter is a function of the firing angle, transformer tap position and number of connected filter, which can be approximated with half of the active power. The losses is a function of the dc voltage and dc current. The attributes minAlpha and maxAlpha define the range of firing angles for rectifier operation between which no discrete tap changer action takes place. The range is typically 10-18 degrees. The attributes minGamma and maxGamma define the range of extinction angles for inverter operation between which no discrete tap changer action takes place. The range is typically 17-20 degrees.

Property Domain Range Comment
gamma CsConverter double Extinction angle. It is used to limit the dc voltage at the inverter if needed. Typical value between 17 degrees and 20 degrees for an inverter. It is converter’s state variable, result from power flow. The attribute shall be a positive value.
alpha CsConverter double Firing angle that determines the dc voltage at the converter dc terminal. Typical value between 10 degrees and 18 degrees for a rectifier. It is converter’s state variable, result from power flow. The attribute shall be a positive value.
poleLossP ACDCConverter double The active power loss at a DC Pole = idleLoss + switchingLoss*
udc ACDCConverter double Converter voltage at the DC side, also called Ud. It is converter’s state variable, result from power flow. The attribute shall be a positive value.
idc ACDCConverter double Converter DC current, also called Id. It is converter’s state variable, result from power flow.
uc ACDCConverter double Line-to-line converter voltage, the voltage at the AC side of the valve. It is converter’s state variable, result from power flow. The attribute shall be a positive value.

DCTopologicalIsland

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCTopologicalIsland> rdf:type rdfs:Class ;
	rdfs:label "DCTopologicalIsland"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DCTopologicalIsland.DCTopologicalNodes> rdf:type rdfs:Property ;
	rdfs:label "DCTopologicalNodes"@en ;
	rdfs:domain <DCTopologicalIsland> ;
	rdfs:range <DCTopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland> <http://www.w3.org/2000/01/rdf-schema#label> "DCTopologicalIsland"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland.DCTopologicalNodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland.DCTopologicalNodes> <http://www.w3.org/2000/01/rdf-schema#label> "DCTopologicalNodes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland.DCTopologicalNodes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalIsland.DCTopologicalNodes> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> .

Sub-Class Of: IdentifiedObject

An electrically connected subset of the network. DC topological islands can change as the current network state changes, e.g. due to:

Property Domain Range Comment
DCTopologicalNodes DCTopologicalIsland DCTopologicalNode The DC topological nodes in a DC topological island.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

DCTopologicalNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DCTopologicalNode> rdf:type rdfs:Class ;
	rdfs:label "DCTopologicalNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "DCTopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DCTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

DC bus.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

ShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .

SvInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvInjection> rdf:type rdfs:Class ;
	rdfs:label "SvInjection"@en .
<SvInjection.pInjection> rdf:type rdfs:Property ;
	rdfs:label "pInjection"@en ;
	rdfs:domain <SvInjection> ;
	rdfs:range xsd:double .
<SvInjection.qInjection> rdf:type rdfs:Property ;
	rdfs:label "qInjection"@en ;
	rdfs:domain <SvInjection> ;
	rdfs:range xsd:double .
<SvInjection.TopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "TopologicalNode"@en ;
	rdfs:domain <SvInjection> ;
	rdfs:range <TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection> <http://www.w3.org/2000/01/rdf-schema#label> "SvInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.pInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.pInjection> <http://www.w3.org/2000/01/rdf-schema#label> "pInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.pInjection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.pInjection> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.qInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.qInjection> <http://www.w3.org/2000/01/rdf-schema#label> "qInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.qInjection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.qInjection> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.TopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvInjection.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
Property Domain Range Comment
pInjection SvInjection double The active power mismatch between calculated injection and initial injection. Positive sign means injection into the TopologicalNode (bus).
qInjection SvInjection double The reactive power mismatch between calculated injection and initial injection. Positive sign means injection into the TopologicalNode (bus).
TopologicalNode SvInjection TopologicalNode The topological node associated with the flow injection state variable.

SvPowerFlow

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvPowerFlow> rdf:type rdfs:Class ;
	rdfs:label "SvPowerFlow"@en .
<SvPowerFlow.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <SvPowerFlow> ;
	rdfs:range <Terminal> .
<SvPowerFlow.p> rdf:type rdfs:Property ;
	rdfs:label "p"@en ;
	rdfs:domain <SvPowerFlow> ;
	rdfs:range xsd:double .
<SvPowerFlow.q> rdf:type rdfs:Property ;
	rdfs:label "q"@en ;
	rdfs:domain <SvPowerFlow> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow> <http://www.w3.org/2000/01/rdf-schema#label> "SvPowerFlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.p> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.p> <http://www.w3.org/2000/01/rdf-schema#label> "p"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.p> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.p> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.q> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.q> <http://www.w3.org/2000/01/rdf-schema#label> "q"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.q> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvPowerFlow.q> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
Terminal SvPowerFlow Terminal The terminal associated with the power flow state variable.
p SvPowerFlow double The active power flow. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.
q SvPowerFlow double The reactive power flow. Load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.

SvShuntCompensatorSections

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvShuntCompensatorSections> rdf:type rdfs:Class ;
	rdfs:label "SvShuntCompensatorSections"@en .
<SvShuntCompensatorSections.ShuntCompensator> rdf:type rdfs:Property ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:domain <SvShuntCompensatorSections> ;
	rdfs:range <ShuntCompensator> .
<SvShuntCompensatorSections.sections> rdf:type rdfs:Property ;
	rdfs:label "sections"@en ;
	rdfs:domain <SvShuntCompensatorSections> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections> <http://www.w3.org/2000/01/rdf-schema#label> "SvShuntCompensatorSections"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.sections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.sections> <http://www.w3.org/2000/01/rdf-schema#label> "sections"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.sections> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvShuntCompensatorSections.sections> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
ShuntCompensator SvShuntCompensatorSections ShuntCompensator The shunt compensator for which the state applies.
sections SvShuntCompensatorSections double The number of sections in service as a continuous variable. The attribute shall be a positive value or zero. To get integer value scale with ShuntCompensator.bPerSection.

SvStatus

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvStatus> rdf:type rdfs:Class ;
	rdfs:label "SvStatus"@en .
<SvStatus.inService> rdf:type rdfs:Property ;
	rdfs:label "inService"@en ;
	rdfs:domain <SvStatus> ;
	rdfs:range xsd:boolean .
<SvStatus.ConductingEquipment> rdf:type rdfs:Property ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:domain <SvStatus> ;
	rdfs:range <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus> <http://www.w3.org/2000/01/rdf-schema#label> "SvStatus"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.inService> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.inService> <http://www.w3.org/2000/01/rdf-schema#label> "inService"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.inService> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.inService> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvStatus.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
Property Domain Range Comment
inService SvStatus boolean The in service status as a result of topology processing. It indicates if the equipment is considered as energized by the power flow. It reflects if the equipment is connected within a solvable island. It does not necessarily reflect whether or not the island was solved by the power flow.
ConductingEquipment SvStatus ConductingEquipment The conducting equipment associated with the status state variable.

SvSwitch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvSwitch> rdf:type rdfs:Class ;
	rdfs:label "SvSwitch"@en .
<SvSwitch.open> rdf:type rdfs:Property ;
	rdfs:label "open"@en ;
	rdfs:domain <SvSwitch> ;
	rdfs:range xsd:boolean .
<SvSwitch.Switch> rdf:type rdfs:Property ;
	rdfs:label "Switch"@en ;
	rdfs:domain <SvSwitch> ;
	rdfs:range <Switch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch> <http://www.w3.org/2000/01/rdf-schema#label> "SvSwitch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.open> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.open> <http://www.w3.org/2000/01/rdf-schema#label> "open"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.open> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.open> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.Switch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.Switch> <http://www.w3.org/2000/01/rdf-schema#label> "Switch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.Switch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvSwitch.Switch> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
Property Domain Range Comment
open SvSwitch boolean The attribute tells if the computed state of the switch is considered open.
Switch SvSwitch Switch The switch associated with the switch state.

SvTapStep

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvTapStep> rdf:type rdfs:Class ;
	rdfs:label "SvTapStep"@en .
<SvTapStep.TapChanger> rdf:type rdfs:Property ;
	rdfs:label "TapChanger"@en ;
	rdfs:domain <SvTapStep> ;
	rdfs:range <TapChanger> .
<SvTapStep.position> rdf:type rdfs:Property ;
	rdfs:label "position"@en ;
	rdfs:domain <SvTapStep> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep> <http://www.w3.org/2000/01/rdf-schema#label> "SvTapStep"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.TapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.TapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "TapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.TapChanger> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.TapChanger> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.position> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.position> <http://www.w3.org/2000/01/rdf-schema#label> "position"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.position> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvTapStep.position> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
TapChanger SvTapStep TapChanger The tap changer associated with the tap step state.
position SvTapStep double The floating point tap position. This is not the tap ratio, but rather the tap step position as defined by the related tap changer model and normally is constrained to be within the range of minimum and maximum tap positions.

SvVoltage

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SvVoltage> rdf:type rdfs:Class ;
	rdfs:label "SvVoltage"@en .
<SvVoltage.TopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "TopologicalNode"@en ;
	rdfs:domain <SvVoltage> ;
	rdfs:range <TopologicalNode> .
<SvVoltage.v> rdf:type rdfs:Property ;
	rdfs:label "v"@en ;
	rdfs:domain <SvVoltage> ;
	rdfs:range xsd:double .
<SvVoltage.angle> rdf:type rdfs:Property ;
	rdfs:label "angle"@en ;
	rdfs:domain <SvVoltage> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "SvVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.TopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.v> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.v> <http://www.w3.org/2000/01/rdf-schema#label> "v"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.v> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.v> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.angle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.angle> <http://www.w3.org/2000/01/rdf-schema#label> "angle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.angle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SvVoltage.angle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
TopologicalNode SvVoltage TopologicalNode The topological node associated with the voltage state.
v SvVoltage double The voltage magnitude at the topological node. The attribute shall be a positive value.
angle SvVoltage double The voltage angle of the topological node complex voltage with respect to system reference.

Switch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Switch> rdf:type rdfs:Class ;
	rdfs:label "Switch"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/2000/01/rdf-schema#label> "Switch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment

A generic device designed to close, or open, or both, one or more electric circuits. All switches are two terminal devices including grounding switches. The ACDCTerminal.connected at the two sides of the switch shall not be considered for assessing switch connectivity, i.e. only Switch.open, .normalOpen and .locked are relevant.

Property Domain Range Comment

TapChanger

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TapChanger> rdf:type rdfs:Class ;
	rdfs:label "TapChanger"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> <http://www.w3.org/2000/01/rdf-schema#label> "TapChanger"@en .

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

TopologicalIsland

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TopologicalIsland> rdf:type rdfs:Class ;
	rdfs:label "TopologicalIsland"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<TopologicalIsland.AngleRefTopologicalNode> rdf:type rdfs:Property ;
	rdfs:label "AngleRefTopologicalNode"@en ;
	rdfs:domain <TopologicalIsland> ;
	rdfs:range <TopologicalNode> .
<TopologicalIsland.TopologicalNodes> rdf:type rdfs:Property ;
	rdfs:label "TopologicalNodes"@en ;
	rdfs:domain <TopologicalIsland> ;
	rdfs:range <TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalIsland"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.AngleRefTopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.AngleRefTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "AngleRefTopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.AngleRefTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.AngleRefTopologicalNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.TopologicalNodes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.TopologicalNodes> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNodes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.TopologicalNodes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalIsland.TopologicalNodes> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> .

Sub-Class Of: IdentifiedObject

An electrically connected subset of the network. Topological islands can change as the current network state changes, e.g. due to:

Property Domain Range Comment
AngleRefTopologicalNode TopologicalIsland TopologicalNode The angle reference for the island. Normally there is one TopologicalNode that is selected as the angle reference for each island. Other reference schemes exist, so the association is typically optional.
TopologicalNodes TopologicalIsland TopologicalNode A topological node belongs to a topological island.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

TopologicalNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TopologicalNode> rdf:type rdfs:Class ;
	rdfs:label "TopologicalNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TopologicalNode> <http://www.w3.org/2000/01/rdf-schema#label> "TopologicalNode"@en .

VsConverter

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VsConverter> rdf:type rdfs:Class ;
	rdfs:label "VsConverter"@en ;
	rdfs:subClassOf <ACDCConverter> .
<VsConverter.delta> rdf:type rdfs:Property ;
	rdfs:label "delta"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<VsConverter.uv> rdf:type rdfs:Property ;
	rdfs:label "uv"@en ;
	rdfs:domain <VsConverter> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#label> "VsConverter"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.delta> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.delta> <http://www.w3.org/2000/01/rdf-schema#label> "delta"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.delta> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.delta> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.uv> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.uv> <http://www.w3.org/2000/01/rdf-schema#label> "uv"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.uv> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.uv> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ACDCConverter » ConductingEquipment

DC side of the voltage source converter (VSC).

Property Domain Range Comment
delta VsConverter double Angle between VsConverter.uv and ACDCConverter.uc. It is converter’s state variable used in power flow. The attribute shall be a positive value or zero.
uv VsConverter double Line-to-line voltage on the valve side of the converter transformer. It is converter’s state variable, result from power flow. The attribute shall be a positive value.
poleLossP ACDCConverter double The active power loss at a DC Pole = idleLoss + switchingLoss*
udc ACDCConverter double Converter voltage at the DC side, also called Ud. It is converter’s state variable, result from power flow. The attribute shall be a positive value.
idc ACDCConverter double Converter DC current, also called Id. It is converter’s state variable, result from power flow.
uc ACDCConverter double Line-to-line converter voltage, the voltage at the AC side of the valve. It is converter’s state variable, result from power flow. The attribute shall be a positive value.

Operation

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Accumulator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Accumulator> rdf:type rdfs:Class ;
	rdfs:label "Accumulator"@en ;
	rdfs:subClassOf <Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/2000/01/rdf-schema#label> "Accumulator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .

Sub-Class Of: Measurement » IdentifiedObject

Accumulator represents an accumulated (counted) Measurement, e.g. an energy value.

Property Domain Range Comment
Terminal Measurement ACDCTerminal One or more measurements may be associated with a terminal in the network.
phases Measurement string Indicates to which phases the measurement applies and avoids the need to use ‘measurementType’ to also encode phase information (which would explode the types). The phase information in Measurement, along with ‘measurementType’ and ‘phases’ uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. If the attribute is missing three phases (ABC) shall be assumed.
measurementType Measurement string Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. When the measurementType is set to “Specialization”, the type of Measurement is defined in more detail by the specialized class which inherits from Measurement.
unitMultiplier Measurement string The unit multiplier of the measured quantity.
unitSymbol Measurement string The unit of measure of the measured quantity.
PowerSystemResource Measurement PowerSystemResource The power system resource that contains the measurement.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AccumulatorLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AccumulatorLimit> rdf:type rdfs:Class ;
	rdfs:label "AccumulatorLimit"@en ;
	rdfs:subClassOf <Limit> .
<AccumulatorLimit.LimitSet> rdf:type rdfs:Property ;
	rdfs:label "LimitSet"@en ;
	rdfs:domain <AccumulatorLimit> ;
	rdfs:range <AccumulatorLimitSet> .
<AccumulatorLimit.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <AccumulatorLimit> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: Limit » IdentifiedObject

Limit values for Accumulator measurements.

Property Domain Range Comment
LimitSet AccumulatorLimit AccumulatorLimitSet The set of limits.
value AccumulatorLimit integer The value to supervise against. The value is positive.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AccumulatorLimitSet

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AccumulatorLimitSet> rdf:type rdfs:Class ;
	rdfs:label "AccumulatorLimitSet"@en ;
	rdfs:subClassOf <LimitSet> .
<AccumulatorLimitSet.Measurements> rdf:type rdfs:Property ;
	rdfs:label "Measurements"@en ;
	rdfs:domain <AccumulatorLimitSet> ;
	rdfs:range <Accumulator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorLimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#label> "Measurements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> .

Sub-Class Of: LimitSet » IdentifiedObject

An AccumulatorLimitSet specifies a set of Limits that are associated with an Accumulator measurement.

Property Domain Range Comment
Measurements AccumulatorLimitSet Accumulator The Measurements using the LimitSet.
isPercentageLimits LimitSet boolean Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AccumulatorReset

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AccumulatorReset> rdf:type rdfs:Class ;
	rdfs:label "AccumulatorReset"@en ;
	rdfs:subClassOf <Control> .
<AccumulatorReset.AccumulatorValue> rdf:type rdfs:Property ;
	rdfs:label "AccumulatorValue"@en ;
	rdfs:domain <AccumulatorReset> ;
	rdfs:range <AccumulatorValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorReset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> .

Sub-Class Of: Control » IOPoint » IdentifiedObject

This command resets the counter value to zero.

Property Domain Range Comment
AccumulatorValue AccumulatorReset AccumulatorValue The accumulator value that is reset by the command.
timeStamp Control DateTime The last time a control output was sent.
unitSymbol Control string The unit of measure of the controlled quantity.
PowerSystemResource Control PowerSystemResource Regulating device governed by this control output.
controlType Control string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc.
unitMultiplier Control string The unit multiplier of the controlled quantity.
operationInProgress Control boolean Indicates that a client is currently sending control commands that has not completed.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AccumulatorValue

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AccumulatorValue> rdf:type rdfs:Class ;
	rdfs:label "AccumulatorValue"@en ;
	rdfs:subClassOf <MeasurementValue> .
<AccumulatorValue.Accumulator> rdf:type rdfs:Property ;
	rdfs:label "Accumulator"@en ;
	rdfs:domain <AccumulatorValue> ;
	rdfs:range <Accumulator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#label> "Accumulator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> .

Sub-Class Of: MeasurementValue » IOPoint » IdentifiedObject

AccumulatorValue represents an accumulated (counted) MeasurementValue.

Property Domain Range Comment
Accumulator AccumulatorValue Accumulator Measurement to which this value is connected.
sensorAccuracy MeasurementValue double The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions.
timeStamp MeasurementValue DateTime The time when the value was last updated.
MeasurementValueSource MeasurementValue MeasurementValueSource A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Analog

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Analog> rdf:type rdfs:Class ;
	rdfs:label "Analog"@en ;
	rdfs:subClassOf <Measurement> .
<Analog.positiveFlowIn> rdf:type rdfs:Property ;
	rdfs:label "positiveFlowIn"@en ;
	rdfs:domain <Analog> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/2000/01/rdf-schema#label> "Analog"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#label> "positiveFlowIn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: Measurement » IdentifiedObject

Analog represents an analog Measurement.

Property Domain Range Comment
positiveFlowIn Analog boolean If true then this measurement is an active power, reactive power or current with the convention that a positive value measured at the Terminal means power is flowing into the related PowerSystemResource.
Terminal Measurement ACDCTerminal One or more measurements may be associated with a terminal in the network.
phases Measurement string Indicates to which phases the measurement applies and avoids the need to use ‘measurementType’ to also encode phase information (which would explode the types). The phase information in Measurement, along with ‘measurementType’ and ‘phases’ uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. If the attribute is missing three phases (ABC) shall be assumed.
measurementType Measurement string Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. When the measurementType is set to “Specialization”, the type of Measurement is defined in more detail by the specialized class which inherits from Measurement.
unitMultiplier Measurement string The unit multiplier of the measured quantity.
unitSymbol Measurement string The unit of measure of the measured quantity.
PowerSystemResource Measurement PowerSystemResource The power system resource that contains the measurement.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AnalogControl

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AnalogControl> rdf:type rdfs:Class ;
	rdfs:label "AnalogControl"@en ;
	rdfs:subClassOf <Control> .
<AnalogControl.maxValue> rdf:type rdfs:Property ;
	rdfs:label "maxValue"@en ;
	rdfs:domain <AnalogControl> ;
	rdfs:range xsd:double .
<AnalogControl.minValue> rdf:type rdfs:Property ;
	rdfs:label "minValue"@en ;
	rdfs:domain <AnalogControl> ;
	rdfs:range xsd:double .
<AnalogControl.AnalogValue> rdf:type rdfs:Property ;
	rdfs:label "AnalogValue"@en ;
	rdfs:domain <AnalogControl> ;
	rdfs:range <AnalogValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#label> "maxValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#label> "minValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> .

Sub-Class Of: Control » IOPoint » IdentifiedObject

An analog control used for supervisory control.

Property Domain Range Comment
maxValue AnalogControl double Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs.
minValue AnalogControl double Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs.
AnalogValue AnalogControl AnalogValue The MeasurementValue that is controlled.
timeStamp Control DateTime The last time a control output was sent.
unitSymbol Control string The unit of measure of the controlled quantity.
PowerSystemResource Control PowerSystemResource Regulating device governed by this control output.
controlType Control string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc.
unitMultiplier Control string The unit multiplier of the controlled quantity.
operationInProgress Control boolean Indicates that a client is currently sending control commands that has not completed.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AnalogLimit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AnalogLimit> rdf:type rdfs:Class ;
	rdfs:label "AnalogLimit"@en ;
	rdfs:subClassOf <Limit> .
<AnalogLimit.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <AnalogLimit> ;
	rdfs:range xsd:double .
<AnalogLimit.LimitSet> rdf:type rdfs:Property ;
	rdfs:label "LimitSet"@en ;
	rdfs:domain <AnalogLimit> ;
	rdfs:range <AnalogLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> .

Sub-Class Of: Limit » IdentifiedObject

Limit values for Analog measurements.

Property Domain Range Comment
value AnalogLimit double The value to supervise against.
LimitSet AnalogLimit AnalogLimitSet The set of limits.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AnalogLimitSet

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AnalogLimitSet> rdf:type rdfs:Class ;
	rdfs:label "AnalogLimitSet"@en ;
	rdfs:subClassOf <LimitSet> .
<AnalogLimitSet.Measurements> rdf:type rdfs:Property ;
	rdfs:label "Measurements"@en ;
	rdfs:domain <AnalogLimitSet> ;
	rdfs:range <Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogLimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#label> "Measurements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .

Sub-Class Of: LimitSet » IdentifiedObject

An AnalogLimitSet specifies a set of Limits that are associated with an Analog measurement.

Property Domain Range Comment
Measurements AnalogLimitSet Analog The Measurements using the LimitSet.
isPercentageLimits LimitSet boolean Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

AnalogValue

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AnalogValue> rdf:type rdfs:Class ;
	rdfs:label "AnalogValue"@en ;
	rdfs:subClassOf <MeasurementValue> .
<AnalogValue.Analog> rdf:type rdfs:Property ;
	rdfs:label "Analog"@en ;
	rdfs:domain <AnalogValue> ;
	rdfs:range <Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#label> "Analog"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .

Sub-Class Of: MeasurementValue » IOPoint » IdentifiedObject

AnalogValue represents an analog MeasurementValue.

Property Domain Range Comment
Analog AnalogValue Analog Measurement to which this value is connected.
sensorAccuracy MeasurementValue double The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions.
timeStamp MeasurementValue DateTime The time when the value was last updated.
MeasurementValueSource MeasurementValue MeasurementValueSource A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Command

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Command> rdf:type rdfs:Class ;
	rdfs:label "Command"@en ;
	rdfs:subClassOf <Control> .
<Command.DiscreteValue> rdf:type rdfs:Property ;
	rdfs:label "DiscreteValue"@en ;
	rdfs:domain <Command> ;
	rdfs:range <DiscreteValue> .
<Command.ValueAliasSet> rdf:type rdfs:Property ;
	rdfs:label "ValueAliasSet"@en ;
	rdfs:domain <Command> ;
	rdfs:range <ValueAliasSet> .
<Command.normalValue> rdf:type rdfs:Property ;
	rdfs:label "normalValue"@en ;
	rdfs:domain <Command> ;
	rdfs:range xsd:integer .
<Command.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <Command> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/2000/01/rdf-schema#label> "Command"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#label> "DiscreteValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: Control » IOPoint » IdentifiedObject

A Command is a discrete control used for supervisory control.

Property Domain Range Comment
DiscreteValue Command DiscreteValue The MeasurementValue that is controlled.
ValueAliasSet Command ValueAliasSet The ValueAliasSet used for translation of a Control value to a name.
normalValue Command integer Normal value for Control.value e.g. used for percentage scaling.
value Command integer The value representing the actuator output.
timeStamp Control DateTime The last time a control output was sent.
unitSymbol Control string The unit of measure of the controlled quantity.
PowerSystemResource Control PowerSystemResource Regulating device governed by this control output.
controlType Control string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc.
unitMultiplier Control string The unit multiplier of the controlled quantity.
operationInProgress Control boolean Indicates that a client is currently sending control commands that has not completed.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Control

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Control> rdf:type rdfs:Class ;
	rdfs:label "Control"@en ;
	rdfs:subClassOf <IOPoint> .
<Control.timeStamp> rdf:type rdfs:Property ;
	rdfs:label "timeStamp"@en ;
	rdfs:domain <Control> ;
	rdfs:range <https://schema.org/DateTime> .
<Control.unitSymbol> rdf:type rdfs:Property ;
	rdfs:label "unitSymbol"@en ;
	rdfs:domain <Control> ;
	rdfs:range xsd:string .
<Control.PowerSystemResource> rdf:type rdfs:Property ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:domain <Control> ;
	rdfs:range <PowerSystemResource> .
<Control.controlType> rdf:type rdfs:Property ;
	rdfs:label "controlType"@en ;
	rdfs:domain <Control> ;
	rdfs:range xsd:string .
<Control.unitMultiplier> rdf:type rdfs:Property ;
	rdfs:label "unitMultiplier"@en ;
	rdfs:domain <Control> ;
	rdfs:range xsd:string .
<Control.operationInProgress> rdf:type rdfs:Property ;
	rdfs:label "operationInProgress"@en ;
	rdfs:domain <Control> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/2000/01/rdf-schema#label> "Control"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#label> "timeStamp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "unitSymbol"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#label> "controlType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#label> "unitMultiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#label> "operationInProgress"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IOPoint » IdentifiedObject

Control is used for supervisory/device control. It represents control outputs that are used to change the state in a process, e.g. close or open breaker, a set point value or a raise lower command.

Property Domain Range Comment
timeStamp Control DateTime The last time a control output was sent.
unitSymbol Control string The unit of measure of the controlled quantity.
PowerSystemResource Control PowerSystemResource Regulating device governed by this control output.
controlType Control string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc.
unitMultiplier Control string The unit multiplier of the controlled quantity.
operationInProgress Control boolean Indicates that a client is currently sending control commands that has not completed.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Discrete

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Discrete> rdf:type rdfs:Class ;
	rdfs:label "Discrete"@en ;
	rdfs:subClassOf <Measurement> .
<Discrete.ValueAliasSet> rdf:type rdfs:Property ;
	rdfs:label "ValueAliasSet"@en ;
	rdfs:domain <Discrete> ;
	rdfs:range <ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/2000/01/rdf-schema#label> "Discrete"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .

Sub-Class Of: Measurement » IdentifiedObject

Discrete represents a discrete Measurement, i.e. a Measurement representing discrete values, e.g. a Breaker position.

Property Domain Range Comment
ValueAliasSet Discrete ValueAliasSet The ValueAliasSet used for translation of a MeasurementValue.value to a name.
Terminal Measurement ACDCTerminal One or more measurements may be associated with a terminal in the network.
phases Measurement string Indicates to which phases the measurement applies and avoids the need to use ‘measurementType’ to also encode phase information (which would explode the types). The phase information in Measurement, along with ‘measurementType’ and ‘phases’ uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. If the attribute is missing three phases (ABC) shall be assumed.
measurementType Measurement string Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. When the measurementType is set to “Specialization”, the type of Measurement is defined in more detail by the specialized class which inherits from Measurement.
unitMultiplier Measurement string The unit multiplier of the measured quantity.
unitSymbol Measurement string The unit of measure of the measured quantity.
PowerSystemResource Measurement PowerSystemResource The power system resource that contains the measurement.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

DiscreteValue

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiscreteValue> rdf:type rdfs:Class ;
	rdfs:label "DiscreteValue"@en ;
	rdfs:subClassOf <MeasurementValue> .
<DiscreteValue.Discrete> rdf:type rdfs:Property ;
	rdfs:label "Discrete"@en ;
	rdfs:domain <DiscreteValue> ;
	rdfs:range <Discrete> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#label> "DiscreteValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#label> "Discrete"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> .

Sub-Class Of: MeasurementValue » IOPoint » IdentifiedObject

DiscreteValue represents a discrete MeasurementValue.

Property Domain Range Comment
Discrete DiscreteValue Discrete Measurement to which this value is connected.
sensorAccuracy MeasurementValue double The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions.
timeStamp MeasurementValue DateTime The time when the value was last updated.
MeasurementValueSource MeasurementValue MeasurementValueSource A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

IOPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IOPoint> rdf:type rdfs:Class ;
	rdfs:label "IOPoint"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/2000/01/rdf-schema#label> "IOPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

The class describe a measurement or control value. The purpose is to enable having attributes and associations common for measurement and control.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Limit

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Limit> rdf:type rdfs:Class ;
	rdfs:label "Limit"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/2000/01/rdf-schema#label> "Limit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Specifies one limit value for a Measurement. A Measurement typically has several limits that are kept together by the LimitSet class. The actual meaning and use of a Limit instance (i.e., if it is an alarm or warning limit or if it is a high or low limit) is not captured in the Limit class. However the name of a Limit instance may indicate both meaning and use.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

LimitSet

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LimitSet> rdf:type rdfs:Class ;
	rdfs:label "LimitSet"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<LimitSet.isPercentageLimits> rdf:type rdfs:Property ;
	rdfs:label "isPercentageLimits"@en ;
	rdfs:domain <LimitSet> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#label> "isPercentageLimits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

Specifies a set of Limits that are associated with a Measurement. A Measurement may have several LimitSets corresponding to seasonal or other changing conditions. The condition is captured in the name and description attributes. The same LimitSet may be used for several Measurements. In particular percentage limits are used this way.

Property Domain Range Comment
isPercentageLimits LimitSet boolean Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Measurement

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Measurement> rdf:type rdfs:Class ;
	rdfs:label "Measurement"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Measurement.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <Measurement> ;
	rdfs:range <ACDCTerminal> .
<Measurement.phases> rdf:type rdfs:Property ;
	rdfs:label "phases"@en ;
	rdfs:domain <Measurement> ;
	rdfs:range xsd:string .
<Measurement.measurementType> rdf:type rdfs:Property ;
	rdfs:label "measurementType"@en ;
	rdfs:domain <Measurement> ;
	rdfs:range xsd:string .
<Measurement.unitMultiplier> rdf:type rdfs:Property ;
	rdfs:label "unitMultiplier"@en ;
	rdfs:domain <Measurement> ;
	rdfs:range xsd:string .
<Measurement.unitSymbol> rdf:type rdfs:Property ;
	rdfs:label "unitSymbol"@en ;
	rdfs:domain <Measurement> ;
	rdfs:range xsd:string .
<Measurement.PowerSystemResource> rdf:type rdfs:Property ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:domain <Measurement> ;
	rdfs:range <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/2000/01/rdf-schema#label> "Measurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#label> "phases"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#label> "measurementType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#label> "unitMultiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "unitSymbol"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: IdentifiedObject

A Measurement represents any measured, calculated or non-measured non-calculated quantity. Any piece of equipment may contain Measurements, e.g. a substation may have temperature measurements and door open indications, a transformer may have oil temperature and tank pressure measurements, a bay may contain a number of power flow measurements and a Breaker may contain a switch status measurement. The PSR - Measurement association is intended to capture this use of Measurement and is included in the naming hierarchy based on EquipmentContainer. The naming hierarchy typically has Measurements as leaves, e.g. Substation-VoltageLevel-Bay-Switch-Measurement. Some Measurements represent quantities related to a particular sensor location in the network, e.g. a voltage transformer (VT) or potential transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. The sensing position is not captured in the PSR - Measurement association. Instead it is captured by the Measurement - Terminal association that is used to define the sensing location in the network topology. The location is defined by the connection of the Terminal to ConductingEquipment. If both a Terminal and PSR are associated, and the PSR is of type ConductingEquipment, the associated Terminal should belong to that ConductingEquipment instance. When the sensor location is needed both Measurement-PSR and Measurement-Terminal are used. The Measurement-Terminal association is never used alone.

Property Domain Range Comment
Terminal Measurement ACDCTerminal One or more measurements may be associated with a terminal in the network.
phases Measurement string Indicates to which phases the measurement applies and avoids the need to use ‘measurementType’ to also encode phase information (which would explode the types). The phase information in Measurement, along with ‘measurementType’ and ‘phases’ uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. If the attribute is missing three phases (ABC) shall be assumed.
measurementType Measurement string Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. When the measurementType is set to “Specialization”, the type of Measurement is defined in more detail by the specialized class which inherits from Measurement.
unitMultiplier Measurement string The unit multiplier of the measured quantity.
unitSymbol Measurement string The unit of measure of the measured quantity.
PowerSystemResource Measurement PowerSystemResource The power system resource that contains the measurement.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

MeasurementValue

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MeasurementValue> rdf:type rdfs:Class ;
	rdfs:label "MeasurementValue"@en ;
	rdfs:subClassOf <IOPoint> .
<MeasurementValue.sensorAccuracy> rdf:type rdfs:Property ;
	rdfs:label "sensorAccuracy"@en ;
	rdfs:domain <MeasurementValue> ;
	rdfs:range xsd:double .
<MeasurementValue.timeStamp> rdf:type rdfs:Property ;
	rdfs:label "timeStamp"@en ;
	rdfs:domain <MeasurementValue> ;
	rdfs:range <https://schema.org/DateTime> .
<MeasurementValue.MeasurementValueSource> rdf:type rdfs:Property ;
	rdfs:label "MeasurementValueSource"@en ;
	rdfs:domain <MeasurementValue> ;
	rdfs:range <MeasurementValueSource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#label> "sensorAccuracy"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#label> "timeStamp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueSource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> .

Sub-Class Of: IOPoint » IdentifiedObject

The current state for a measurement. A state value is an instance of a measurement from a specific source. Measurements can be associated with many state values, each representing a different source for the measurement.

Property Domain Range Comment
sensorAccuracy MeasurementValue double The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions.
timeStamp MeasurementValue DateTime The time when the value was last updated.
MeasurementValueSource MeasurementValue MeasurementValueSource A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

MeasurementValueQuality

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MeasurementValueQuality> rdf:type rdfs:Class ;
	rdfs:label "MeasurementValueQuality"@en ;
	rdfs:subClassOf <Quality61850> .
<MeasurementValueQuality.MeasurementValue> rdf:type rdfs:Property ;
	rdfs:label "MeasurementValue"@en ;
	rdfs:domain <MeasurementValueQuality> ;
	rdfs:range <MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueQuality"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .

Sub-Class Of: Quality61850

Measurement quality flags. Bits 0-10 are defined for substation automation in IEC 61850-7-3. Bits 11-15 are reserved for future expansion by that document. Bits 16-31 are reserved for EMS applications.

Property Domain Range Comment
MeasurementValue MeasurementValueQuality MeasurementValue A MeasurementValue has a MeasurementValueQuality associated with it.
overFlow Quality61850 boolean Measurement value is beyond the capability of being represented properly. For example, a counter value overflows from maximum count back to a value of zero.
badReference Quality61850 boolean Measurement value may be incorrect due to a reference being out of calibration.
operatorBlocked Quality61850 boolean Measurement value is blocked and hence unavailable for transmission.
test Quality61850 boolean Measurement value is transmitted for test purposes.
estimatorReplaced Quality61850 boolean Value has been replaced by State Estimator. estimatorReplaced is not an IEC61850 quality bit but has been put in this class for convenience.
suspect Quality61850 boolean A correlation function has detected that the value is not consistent with other values. Typically set by a network State Estimator.
source Quality61850 string Source gives information related to the origin of a value. The value may be acquired from the process, defaulted or substituted.
failure Quality61850 boolean This identifier indicates that a supervision function has detected an internal or external failure, e.g. communication failure.
oldData Quality61850 boolean Measurement value is old and possibly invalid, as it has not been successfully updated during a specified time interval.
validity Quality61850 string Validity of the measurement value.
outOfRange Quality61850 boolean Measurement value is beyond a predefined range of value.
oscillatory Quality61850 boolean To prevent some overload of the communication it is sensible to detect and suppress oscillating (fast changing) binary inputs. If a signal changes in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then oscillation is detected and the detail quality identifier “oscillatory” is set. If it is detected a configured numbers of transient changes could be passed by. In this time the validity status “questionable” is set. If after this defined numbers of changes the signal is still in the oscillating state the value shall be set either to the opposite state of the previous stable value or to a defined default value. In this case the validity status “questionable” is reset and “invalid” is set as long as the signal is oscillating. If it is configured such that no transient changes should be passed by then the validity status “invalid” is set immediately in addition to the detail quality identifier “oscillatory” (used for status information only).

MeasurementValueSource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MeasurementValueSource> rdf:type rdfs:Class ;
	rdfs:label "MeasurementValueSource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueSource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

MeasurementValueSource describes the alternative sources updating a MeasurementValue. User conventions for how to use the MeasurementValueSource attributes are defined in IEC 61970-301.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Quality61850

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Quality61850> rdf:type rdfs:Class ;
	rdfs:label "Quality61850"@en .
<Quality61850.overFlow> rdf:type rdfs:Property ;
	rdfs:label "overFlow"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.badReference> rdf:type rdfs:Property ;
	rdfs:label "badReference"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.operatorBlocked> rdf:type rdfs:Property ;
	rdfs:label "operatorBlocked"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.test> rdf:type rdfs:Property ;
	rdfs:label "test"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.estimatorReplaced> rdf:type rdfs:Property ;
	rdfs:label "estimatorReplaced"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.suspect> rdf:type rdfs:Property ;
	rdfs:label "suspect"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.source> rdf:type rdfs:Property ;
	rdfs:label "source"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:string .
<Quality61850.failure> rdf:type rdfs:Property ;
	rdfs:label "failure"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.oldData> rdf:type rdfs:Property ;
	rdfs:label "oldData"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.validity> rdf:type rdfs:Property ;
	rdfs:label "validity"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:string .
<Quality61850.outOfRange> rdf:type rdfs:Property ;
	rdfs:label "outOfRange"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<Quality61850.oscillatory> rdf:type rdfs:Property ;
	rdfs:label "oscillatory"@en ;
	rdfs:domain <Quality61850> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> <http://www.w3.org/2000/01/rdf-schema#label> "Quality61850"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#label> "overFlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#label> "badReference"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#label> "operatorBlocked"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#label> "test"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#label> "estimatorReplaced"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#label> "suspect"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#label> "source"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#label> "failure"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#label> "oldData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#label> "validity"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#label> "outOfRange"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#label> "oscillatory"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
Property Domain Range Comment
overFlow Quality61850 boolean Measurement value is beyond the capability of being represented properly. For example, a counter value overflows from maximum count back to a value of zero.
badReference Quality61850 boolean Measurement value may be incorrect due to a reference being out of calibration.
operatorBlocked Quality61850 boolean Measurement value is blocked and hence unavailable for transmission.
test Quality61850 boolean Measurement value is transmitted for test purposes.
estimatorReplaced Quality61850 boolean Value has been replaced by State Estimator. estimatorReplaced is not an IEC61850 quality bit but has been put in this class for convenience.
suspect Quality61850 boolean A correlation function has detected that the value is not consistent with other values. Typically set by a network State Estimator.
source Quality61850 string Source gives information related to the origin of a value. The value may be acquired from the process, defaulted or substituted.
failure Quality61850 boolean This identifier indicates that a supervision function has detected an internal or external failure, e.g. communication failure.
oldData Quality61850 boolean Measurement value is old and possibly invalid, as it has not been successfully updated during a specified time interval.
validity Quality61850 string Validity of the measurement value.
outOfRange Quality61850 boolean Measurement value is beyond a predefined range of value.
oscillatory Quality61850 boolean To prevent some overload of the communication it is sensible to detect and suppress oscillating (fast changing) binary inputs. If a signal changes in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then oscillation is detected and the detail quality identifier “oscillatory” is set. If it is detected a configured numbers of transient changes could be passed by. In this time the validity status “questionable” is set. If after this defined numbers of changes the signal is still in the oscillating state the value shall be set either to the opposite state of the previous stable value or to a defined default value. In this case the validity status “questionable” is reset and “invalid” is set as long as the signal is oscillating. If it is configured such that no transient changes should be passed by then the validity status “invalid” is set immediately in addition to the detail quality identifier “oscillatory” (used for status information only).

RaiseLowerCommand

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RaiseLowerCommand> rdf:type rdfs:Class ;
	rdfs:label "RaiseLowerCommand"@en ;
	rdfs:subClassOf <AnalogControl> .
<RaiseLowerCommand.ValueAliasSet> rdf:type rdfs:Property ;
	rdfs:label "ValueAliasSet"@en ;
	rdfs:domain <RaiseLowerCommand> ;
	rdfs:range <ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/2000/01/rdf-schema#label> "RaiseLowerCommand"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .

Sub-Class Of: AnalogControl » Control » IOPoint » IdentifiedObject

An analog control that increases or decreases a set point value with pulses. Unless otherwise specified, one pulse moves the set point by one.

Property Domain Range Comment
ValueAliasSet RaiseLowerCommand ValueAliasSet The ValueAliasSet used for translation of a Control value to a name.
maxValue AnalogControl double Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs.
minValue AnalogControl double Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs.
AnalogValue AnalogControl AnalogValue The MeasurementValue that is controlled.
timeStamp Control DateTime The last time a control output was sent.
unitSymbol Control string The unit of measure of the controlled quantity.
PowerSystemResource Control PowerSystemResource Regulating device governed by this control output.
controlType Control string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc.
unitMultiplier Control string The unit multiplier of the controlled quantity.
operationInProgress Control boolean Indicates that a client is currently sending control commands that has not completed.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SetPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SetPoint> rdf:type rdfs:Class ;
	rdfs:label "SetPoint"@en ;
	rdfs:subClassOf <AnalogControl> .
<SetPoint.normalValue> rdf:type rdfs:Property ;
	rdfs:label "normalValue"@en ;
	rdfs:domain <SetPoint> ;
	rdfs:range xsd:double .
<SetPoint.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <SetPoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/2000/01/rdf-schema#label> "SetPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: AnalogControl » Control » IOPoint » IdentifiedObject

An analog control that issues a set point value.

Property Domain Range Comment
normalValue SetPoint double Normal value for Control.value e.g. used for percentage scaling.
value SetPoint double The value representing the actuator output.
maxValue AnalogControl double Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs.
minValue AnalogControl double Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs.
AnalogValue AnalogControl AnalogValue The MeasurementValue that is controlled.
timeStamp Control DateTime The last time a control output was sent.
unitSymbol Control string The unit of measure of the controlled quantity.
PowerSystemResource Control PowerSystemResource Regulating device governed by this control output.
controlType Control string Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc.
unitMultiplier Control string The unit multiplier of the controlled quantity.
operationInProgress Control boolean Indicates that a client is currently sending control commands that has not completed.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

StringMeasurement

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StringMeasurement> rdf:type rdfs:Class ;
	rdfs:label "StringMeasurement"@en ;
	rdfs:subClassOf <Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .

Sub-Class Of: Measurement » IdentifiedObject

StringMeasurement represents a measurement with values of type string.

Property Domain Range Comment
Terminal Measurement ACDCTerminal One or more measurements may be associated with a terminal in the network.
phases Measurement string Indicates to which phases the measurement applies and avoids the need to use ‘measurementType’ to also encode phase information (which would explode the types). The phase information in Measurement, along with ‘measurementType’ and ‘phases’ uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons. If the attribute is missing three phases (ABC) shall be assumed.
measurementType Measurement string Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc. When the measurementType is set to “Specialization”, the type of Measurement is defined in more detail by the specialized class which inherits from Measurement.
unitMultiplier Measurement string The unit multiplier of the measured quantity.
unitSymbol Measurement string The unit of measure of the measured quantity.
PowerSystemResource Measurement PowerSystemResource The power system resource that contains the measurement.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

StringMeasurementValue

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StringMeasurementValue> rdf:type rdfs:Class ;
	rdfs:label "StringMeasurementValue"@en ;
	rdfs:subClassOf <MeasurementValue> .
<StringMeasurementValue.StringMeasurement> rdf:type rdfs:Property ;
	rdfs:label "StringMeasurement"@en ;
	rdfs:domain <StringMeasurementValue> ;
	rdfs:range <StringMeasurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurementValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> .

Sub-Class Of: MeasurementValue » IOPoint » IdentifiedObject

StringMeasurementValue represents a measurement value of type string.

Property Domain Range Comment
StringMeasurement StringMeasurementValue StringMeasurement Measurement to which this value is connected.
sensorAccuracy MeasurementValue double The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions.
timeStamp MeasurementValue DateTime The time when the value was last updated.
MeasurementValueSource MeasurementValue MeasurementValueSource A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

ValueAliasSet

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ValueAliasSet> rdf:type rdfs:Class ;
	rdfs:label "ValueAliasSet"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Describes the translation of a set of values into a name and is intendend to facilitate custom translations. Each ValueAliasSet has a name, description etc. A specific Measurement may represent a discrete state like Open, Closed, Intermediate etc. This requires a translation from the MeasurementValue.value number to a string, e.g. 0->“Invalid”, 1->“Open”, 2->“Closed”, 3->“Intermediate”. Each ValueToAlias member in ValueAliasSet.Value describe a mapping for one particular value to a name.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

ValueToAlias

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ValueToAlias> rdf:type rdfs:Class ;
	rdfs:label "ValueToAlias"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ValueToAlias.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <ValueToAlias> ;
	rdfs:range xsd:integer .
<ValueToAlias.ValueAliasSet> rdf:type rdfs:Property ;
	rdfs:label "ValueAliasSet"@en ;
	rdfs:domain <ValueToAlias> ;
	rdfs:range <ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/2000/01/rdf-schema#label> "ValueToAlias"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .

Sub-Class Of: IdentifiedObject

Describes the translation of one particular value into a name, e.g. 1 as “Open”.

Property Domain Range Comment
value ValueToAlias integer The value that is mapped.
ValueAliasSet ValueToAlias ValueAliasSet The ValueAliasSet having the ValueToAlias mappings.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Short Circuit

Short Circuit

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.

ACLineSegment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACLineSegment> rdf:type rdfs:Class ;
	rdfs:label "ACLineSegment"@en ;
	rdfs:subClassOf <Conductor> .
<ACLineSegment.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.g0ch> rdf:type rdfs:Property ;
	rdfs:label "g0ch"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.b0ch> rdf:type rdfs:Property ;
	rdfs:label "b0ch"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<ACLineSegment.shortCircuitEndTemperature> rdf:type rdfs:Property ;
	rdfs:label "shortCircuitEndTemperature"@en ;
	rdfs:domain <ACLineSegment> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "ACLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.g0ch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.g0ch> <http://www.w3.org/2000/01/rdf-schema#label> "g0ch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.g0ch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.g0ch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.b0ch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.b0ch> <http://www.w3.org/2000/01/rdf-schema#label> "b0ch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.b0ch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.b0ch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.shortCircuitEndTemperature> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.shortCircuitEndTemperature> <http://www.w3.org/2000/01/rdf-schema#label> "shortCircuitEndTemperature"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.shortCircuitEndTemperature> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment.shortCircuitEndTemperature> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Conductor » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system. For symmetrical, transposed three phase lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances. The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.

Property Domain Range Comment
r0 ACLineSegment double Zero sequence series resistance of the entire line section.
x0 ACLineSegment double Zero sequence series reactance of the entire line section.
g0ch ACLineSegment double Zero sequence shunt (charging) conductance, uniformly distributed, of the entire line section.
b0ch ACLineSegment double Zero sequence shunt (charging) susceptance, uniformly distributed, of the entire line section.
shortCircuitEndTemperature ACLineSegment double Maximum permitted temperature at the end of SC for the calculation of minimum short-circuit currents. Used for short circuit data exchange according to IEC 60909.
mRID IdentifiedObject string 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.

AsynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<AsynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "AsynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<AsynchronousMachine.ratedMechanicalPower> rdf:type rdfs:Property ;
	rdfs:label "ratedMechanicalPower"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:double .
<AsynchronousMachine.converterFedDrive> rdf:type rdfs:Property ;
	rdfs:label "converterFedDrive"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:boolean .
<AsynchronousMachine.efficiency> rdf:type rdfs:Property ;
	rdfs:label "efficiency"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:double .
<AsynchronousMachine.rxLockedRotorRatio> rdf:type rdfs:Property ;
	rdfs:label "rxLockedRotorRatio"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:double .
<AsynchronousMachine.polePairNumber> rdf:type rdfs:Property ;
	rdfs:label "polePairNumber"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:integer .
<AsynchronousMachine.reversible> rdf:type rdfs:Property ;
	rdfs:label "reversible"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:boolean .
<AsynchronousMachine.iaIrRatio> rdf:type rdfs:Property ;
	rdfs:label "iaIrRatio"@en ;
	rdfs:domain <AsynchronousMachine> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "AsynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.ratedMechanicalPower> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.ratedMechanicalPower> <http://www.w3.org/2000/01/rdf-schema#label> "ratedMechanicalPower"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.ratedMechanicalPower> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.ratedMechanicalPower> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.converterFedDrive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.converterFedDrive> <http://www.w3.org/2000/01/rdf-schema#label> "converterFedDrive"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.converterFedDrive> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.converterFedDrive> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.efficiency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.efficiency> <http://www.w3.org/2000/01/rdf-schema#label> "efficiency"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.efficiency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.efficiency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.rxLockedRotorRatio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.rxLockedRotorRatio> <http://www.w3.org/2000/01/rdf-schema#label> "rxLockedRotorRatio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.rxLockedRotorRatio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.rxLockedRotorRatio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.polePairNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.polePairNumber> <http://www.w3.org/2000/01/rdf-schema#label> "polePairNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.polePairNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.polePairNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.reversible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.reversible> <http://www.w3.org/2000/01/rdf-schema#label> "reversible"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.reversible> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.reversible> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.iaIrRatio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.iaIrRatio> <http://www.w3.org/2000/01/rdf-schema#label> "iaIrRatio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.iaIrRatio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.iaIrRatio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine whose shaft rotates asynchronously with the electrical field. Also known as an induction machine with no external connection to the rotor windings, e.g. squirrel-cage induction machine.

Property Domain Range Comment
ratedMechanicalPower AsynchronousMachine double Rated mechanical power (Pr in IEC 60909-0). Used for short circuit data exchange according to IEC 60909.
converterFedDrive AsynchronousMachine boolean Indicates whether the machine is a converter fed drive. Used for short circuit data exchange according to IEC 60909.
efficiency AsynchronousMachine double Efficiency of the asynchronous machine at nominal operation as a percentage. Indicator for converter drive motors. Used for short circuit data exchange according to IEC 60909.
rxLockedRotorRatio AsynchronousMachine double Locked rotor ratio (R/X). Used for short circuit data exchange according to IEC 60909.
polePairNumber AsynchronousMachine integer Number of pole pairs of stator. Used for short circuit data exchange according to IEC 60909.
reversible AsynchronousMachine boolean Indicates for converter drive motors if the power can be reversible. Used for short circuit data exchange according to IEC 60909.
iaIrRatio AsynchronousMachine double Ratio of locked-rotor current to the rated current of the motor (Ia/Ir). Used for short circuit data exchange according to IEC 60909.
mRID IdentifiedObject string 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.

BusbarSection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BusbarSection> rdf:type rdfs:Class ;
	rdfs:label "BusbarSection"@en ;
	rdfs:subClassOf <Connector> .
<BusbarSection.ipMax> rdf:type rdfs:Property ;
	rdfs:label "ipMax"@en ;
	rdfs:domain <BusbarSection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> <http://www.w3.org/2000/01/rdf-schema#label> "BusbarSection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection.ipMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection.ipMax> <http://www.w3.org/2000/01/rdf-schema#label> "ipMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection.ipMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BusbarSection.ipMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Connector » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation. Voltage measurements are typically obtained from voltage transformers that are connected to busbar sections. A bus bar section may have many physical terminals but for analysis is modelled with exactly one logical terminal.

Property Domain Range Comment
ipMax BusbarSection double Maximum allowable peak short-circuit current of busbar (Ipmax in IEC 60909-0). Mechanical limit of the busbar in the substation itself. Used for short circuit data exchange according to IEC 60909.
mRID IdentifiedObject string 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.

ConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

The parts of the AC power system that are designed to carry current or that are conductively connected through terminals.

Property Domain Range Comment
mRID IdentifiedObject string 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.

Conductor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Conductor> rdf:type rdfs:Class ;
	rdfs:label "Conductor"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> <http://www.w3.org/2000/01/rdf-schema#label> "Conductor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Conductor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

Combination of conducting material with consistent electrical characteristics, building a single electrical system, used to carry current between points in the power system.

Property Domain Range Comment
mRID IdentifiedObject string 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.

Connector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Connector> rdf:type rdfs:Class ;
	rdfs:label "Connector"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/2000/01/rdf-schema#label> "Connector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal.

Property Domain Range Comment
mRID IdentifiedObject string 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.

EarthFaultCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EarthFaultCompensator> rdf:type rdfs:Class ;
	rdfs:label "EarthFaultCompensator"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<EarthFaultCompensator.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <EarthFaultCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "EarthFaultCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conducting equipment used to represent a connection to ground which is typically used to compensate earth faults. An earth fault compensator device modelled with a single terminal implies a second terminal solidly connected to ground. If two terminals are modelled, the ground is not assumed and normal connection rules apply.

Property Domain Range Comment
r EarthFaultCompensator double Nominal resistance of device.
mRID IdentifiedObject string 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.

EnergyConnection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergyConnection> rdf:type rdfs:Class ;
	rdfs:label "EnergyConnection"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#label> "EnergyConnection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A connection of energy generation or consumption on the power system model.

Property Domain Range Comment
mRID IdentifiedObject string 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.

EnergySource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergySource> rdf:type rdfs:Class ;
	rdfs:label "EnergySource"@en ;
	rdfs:subClassOf <EnergyConnection> .
<EnergySource.xn> rdf:type rdfs:Property ;
	rdfs:label "xn"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.rn> rdf:type rdfs:Property ;
	rdfs:label "rn"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<EnergySource.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <EnergySource> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/2000/01/rdf-schema#label> "EnergySource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.xn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.xn> <http://www.w3.org/2000/01/rdf-schema#label> "xn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.xn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.xn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.rn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.rn> <http://www.w3.org/2000/01/rdf-schema#label> "rn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.rn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.rn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A generic equivalent for an energy supplier on a transmission or distribution voltage level.

Property Domain Range Comment
xn EnergySource double Negative sequence Thevenin reactance.
r0 EnergySource double Zero sequence Thevenin resistance.
x EnergySource double Positive sequence Thevenin reactance.
rn EnergySource double Negative sequence Thevenin resistance.
r EnergySource double Positive sequence Thevenin resistance.
x0 EnergySource double Zero sequence Thevenin reactance.
mRID IdentifiedObject string 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.

Equipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Equipment> rdf:type rdfs:Class ;
	rdfs:label "Equipment"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

The parts of a power system that are physical devices, electronic or mechanical.

Property Domain Range Comment
mRID IdentifiedObject string 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.

EquivalentBranch

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentBranch> rdf:type rdfs:Class ;
	rdfs:label "EquivalentBranch"@en ;
	rdfs:subClassOf <EquivalentEquipment> .
<EquivalentBranch.zeroX12> rdf:type rdfs:Property ;
	rdfs:label "zeroX12"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.zeroX21> rdf:type rdfs:Property ;
	rdfs:label "zeroX21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.zeroR21> rdf:type rdfs:Property ;
	rdfs:label "zeroR21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.negativeR12> rdf:type rdfs:Property ;
	rdfs:label "negativeR12"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.negativeR21> rdf:type rdfs:Property ;
	rdfs:label "negativeR21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.negativeX21> rdf:type rdfs:Property ;
	rdfs:label "negativeX21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.positiveX12> rdf:type rdfs:Property ;
	rdfs:label "positiveX12"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.zeroR12> rdf:type rdfs:Property ;
	rdfs:label "zeroR12"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.positiveR21> rdf:type rdfs:Property ;
	rdfs:label "positiveR21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.positiveR12> rdf:type rdfs:Property ;
	rdfs:label "positiveR12"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.positiveX21> rdf:type rdfs:Property ;
	rdfs:label "positiveX21"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<EquivalentBranch.negativeX12> rdf:type rdfs:Property ;
	rdfs:label "negativeX12"@en ;
	rdfs:domain <EquivalentBranch> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentBranch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX12> <http://www.w3.org/2000/01/rdf-schema#label> "zeroX12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX21> <http://www.w3.org/2000/01/rdf-schema#label> "zeroX21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroX21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR21> <http://www.w3.org/2000/01/rdf-schema#label> "zeroR21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR12> <http://www.w3.org/2000/01/rdf-schema#label> "negativeR12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR21> <http://www.w3.org/2000/01/rdf-schema#label> "negativeR21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeR21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX21> <http://www.w3.org/2000/01/rdf-schema#label> "negativeX21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX12> <http://www.w3.org/2000/01/rdf-schema#label> "positiveX12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR12> <http://www.w3.org/2000/01/rdf-schema#label> "zeroR12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.zeroR12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR21> <http://www.w3.org/2000/01/rdf-schema#label> "positiveR21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR12> <http://www.w3.org/2000/01/rdf-schema#label> "positiveR12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveR12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX21> <http://www.w3.org/2000/01/rdf-schema#label> "positiveX21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.positiveX21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX12> <http://www.w3.org/2000/01/rdf-schema#label> "negativeX12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentBranch.negativeX12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EquivalentEquipment » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

The class represents equivalent branches. In cases where a transformer phase shift is modelled and the EquivalentBranch is spanning the same nodes, the impedance quantities for the EquivalentBranch shall consider the needed phase shift.

Property Domain Range Comment
zeroX12 EquivalentBranch double Zero sequence series reactance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. Usage : EquivalentBranch is a result of network reduction prior to the data exchange.
zeroX21 EquivalentBranch double Zero sequence series reactance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. Usage : EquivalentBranch is a result of network reduction prior to the data exchange.
zeroR21 EquivalentBranch double Zero sequence series resistance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. Usage : EquivalentBranch is a result of network reduction prior to the data exchange.
negativeR12 EquivalentBranch double Negative sequence series resistance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. EquivalentBranch is a result of network reduction prior to the data exchange.
negativeR21 EquivalentBranch double Negative sequence series resistance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. EquivalentBranch is a result of network reduction prior to the data exchange.
negativeX21 EquivalentBranch double Negative sequence series reactance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. Usage: EquivalentBranch is a result of network reduction prior to the data exchange.
positiveX12 EquivalentBranch double Positive sequence series reactance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. Usage : EquivalentBranch is a result of network reduction prior to the data exchange.
zeroR12 EquivalentBranch double Zero sequence series resistance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. EquivalentBranch is a result of network reduction prior to the data exchange.
positiveR21 EquivalentBranch double Positive sequence series resistance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. EquivalentBranch is a result of network reduction prior to the data exchange.
positiveR12 EquivalentBranch double Positive sequence series resistance from terminal sequence 1 to terminal sequence 2 . Used for short circuit data exchange according to IEC 60909. EquivalentBranch is a result of network reduction prior to the data exchange.
positiveX21 EquivalentBranch double Positive sequence series reactance from terminal sequence 2 to terminal sequence 1. Used for short circuit data exchange according to IEC 60909. Usage : EquivalentBranch is a result of network reduction prior to the data exchange.
negativeX12 EquivalentBranch double Negative sequence series reactance from terminal sequence 1 to terminal sequence 2. Used for short circuit data exchange according to IEC 60909. Usage : EquivalentBranch is a result of network reduction prior to the data exchange.
mRID IdentifiedObject string 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.

EquivalentEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentEquipment> rdf:type rdfs:Class ;
	rdfs:label "EquivalentEquipment"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types.

Property Domain Range Comment
mRID IdentifiedObject string 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.

EquivalentInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquivalentInjection> rdf:type rdfs:Class ;
	rdfs:label "EquivalentInjection"@en ;
	rdfs:subClassOf <EquivalentEquipment> .
<EquivalentInjection.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.r2> rdf:type rdfs:Property ;
	rdfs:label "r2"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.x2> rdf:type rdfs:Property ;
	rdfs:label "x2"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<EquivalentInjection.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <EquivalentInjection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/2000/01/rdf-schema#label> "EquivalentInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r2> <http://www.w3.org/2000/01/rdf-schema#label> "r2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x2> <http://www.w3.org/2000/01/rdf-schema#label> "x2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.x2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EquivalentEquipment » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection.

Property Domain Range Comment
x EquivalentInjection double Positive sequence reactance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
r EquivalentInjection double Positive sequence resistance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
x0 EquivalentInjection double Zero sequence reactance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
r2 EquivalentInjection double Negative sequence resistance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
x2 EquivalentInjection double Negative sequence reactance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
r0 EquivalentInjection double Zero sequence resistance. Used to represent Extended-Ward (IEC 60909). Usage : Extended-Ward is a result of network reduction prior to the data exchange.
mRID IdentifiedObject string 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.

ExternalNetworkInjection

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ExternalNetworkInjection> rdf:type rdfs:Class ;
	rdfs:label "ExternalNetworkInjection"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<ExternalNetworkInjection.maxR0ToX0Ratio> rdf:type rdfs:Property ;
	rdfs:label "maxR0ToX0Ratio"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.minR1ToX1Ratio> rdf:type rdfs:Property ;
	rdfs:label "minR1ToX1Ratio"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.ikSecond> rdf:type rdfs:Property ;
	rdfs:label "ikSecond"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:boolean .
<ExternalNetworkInjection.maxZ0ToZ1Ratio> rdf:type rdfs:Property ;
	rdfs:label "maxZ0ToZ1Ratio"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.maxInitialSymShCCurrent> rdf:type rdfs:Property ;
	rdfs:label "maxInitialSymShCCurrent"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.minR0ToX0Ratio> rdf:type rdfs:Property ;
	rdfs:label "minR0ToX0Ratio"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.minZ0ToZ1Ratio> rdf:type rdfs:Property ;
	rdfs:label "minZ0ToZ1Ratio"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.minInitialSymShCCurrent> rdf:type rdfs:Property ;
	rdfs:label "minInitialSymShCCurrent"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.voltageFactor> rdf:type rdfs:Property ;
	rdfs:label "voltageFactor"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<ExternalNetworkInjection.maxR1ToX1Ratio> rdf:type rdfs:Property ;
	rdfs:label "maxR1ToX1Ratio"@en ;
	rdfs:domain <ExternalNetworkInjection> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/2000/01/rdf-schema#label> "ExternalNetworkInjection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR0ToX0Ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR0ToX0Ratio> <http://www.w3.org/2000/01/rdf-schema#label> "maxR0ToX0Ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR0ToX0Ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR0ToX0Ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR1ToX1Ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR1ToX1Ratio> <http://www.w3.org/2000/01/rdf-schema#label> "minR1ToX1Ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR1ToX1Ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR1ToX1Ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.ikSecond> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.ikSecond> <http://www.w3.org/2000/01/rdf-schema#label> "ikSecond"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.ikSecond> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.ikSecond> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxZ0ToZ1Ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxZ0ToZ1Ratio> <http://www.w3.org/2000/01/rdf-schema#label> "maxZ0ToZ1Ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxZ0ToZ1Ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxZ0ToZ1Ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxInitialSymShCCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxInitialSymShCCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "maxInitialSymShCCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxInitialSymShCCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxInitialSymShCCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR0ToX0Ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR0ToX0Ratio> <http://www.w3.org/2000/01/rdf-schema#label> "minR0ToX0Ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR0ToX0Ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minR0ToX0Ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minZ0ToZ1Ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minZ0ToZ1Ratio> <http://www.w3.org/2000/01/rdf-schema#label> "minZ0ToZ1Ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minZ0ToZ1Ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minZ0ToZ1Ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minInitialSymShCCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minInitialSymShCCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "minInitialSymShCCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minInitialSymShCCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.minInitialSymShCCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.voltageFactor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.voltageFactor> <http://www.w3.org/2000/01/rdf-schema#label> "voltageFactor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.voltageFactor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.voltageFactor> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR1ToX1Ratio> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR1ToX1Ratio> <http://www.w3.org/2000/01/rdf-schema#label> "maxR1ToX1Ratio"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR1ToX1Ratio> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.maxR1ToX1Ratio> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

This class represents the external network and it is used for IEC 60909 calculations.

Property Domain Range Comment
maxR0ToX0Ratio ExternalNetworkInjection double Maximum ratio of zero sequence resistance of Network Feeder to its zero sequence reactance (R(0)/X(0) max). Used for short circuit data exchange according to IEC 60909.
minR1ToX1Ratio ExternalNetworkInjection double Minimum ratio of positive sequence resistance of Network Feeder to its positive sequence reactance (R(1)/X(1) min). Used for short circuit data exchange according to IEC 60909.
ikSecond ExternalNetworkInjection boolean Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik"). Used only if short circuit calculations are done according to superposition method.
maxZ0ToZ1Ratio ExternalNetworkInjection double Maximum ratio of zero sequence impedance to its positive sequence impedance (Z(0)/Z(1) max). Used for short circuit data exchange according to IEC 60909.
maxInitialSymShCCurrent ExternalNetworkInjection double Maximum initial symmetrical short-circuit currents (Ik" max) in A (Ik" = Sk"/(SQRT(3) Un)). Used for short circuit data exchange according to IEC 60909.
minR0ToX0Ratio ExternalNetworkInjection double Indicates whether initial symmetrical short-circuit current and power have been calculated according to IEC (Ik"). Used for short circuit data exchange according to IEC 6090.
minZ0ToZ1Ratio ExternalNetworkInjection double Minimum ratio of zero sequence impedance to its positive sequence impedance (Z(0)/Z(1) min). Used for short circuit data exchange according to IEC 60909.
minInitialSymShCCurrent ExternalNetworkInjection double Minimum initial symmetrical short-circuit currents (Ik" min) in A (Ik" = Sk"/(SQRT(3) Un)). Used for short circuit data exchange according to IEC 60909.
voltageFactor ExternalNetworkInjection double Voltage factor in pu, which was used to calculate short-circuit current Ik" and power Sk". Used only if short circuit calculations are done according to superposition method.
maxR1ToX1Ratio ExternalNetworkInjection double Maximum ratio of positive sequence resistance of Network Feeder to its positive sequence reactance (R(1)/X(1) max). Used for short circuit data exchange according to IEC 60909.
mRID IdentifiedObject string 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.

GroundingImpedance

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GroundingImpedance> rdf:type rdfs:Class ;
	rdfs:label "GroundingImpedance"@en ;
	rdfs:subClassOf <EarthFaultCompensator> .
<GroundingImpedance.x> rdf:type rdfs:Property ;
	rdfs:label "x"@en ;
	rdfs:domain <GroundingImpedance> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> <http://www.w3.org/2000/01/rdf-schema#label> "GroundingImpedance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance.x> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance.x> <http://www.w3.org/2000/01/rdf-schema#label> "x"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance.x> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GroundingImpedance.x> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EarthFaultCompensator » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A fixed impedance device used for grounding.

Property Domain Range Comment
x GroundingImpedance double Reactance of device.
r EarthFaultCompensator double Nominal resistance of device.
mRID IdentifiedObject string 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.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.

LinearShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LinearShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "LinearShuntCompensator"@en ;
	rdfs:subClassOf <ShuntCompensator> .
<LinearShuntCompensator.g0PerSection> rdf:type rdfs:Property ;
	rdfs:label "g0PerSection"@en ;
	rdfs:domain <LinearShuntCompensator> ;
	rdfs:range xsd:double .
<LinearShuntCompensator.b0PerSection> rdf:type rdfs:Property ;
	rdfs:label "b0PerSection"@en ;
	rdfs:domain <LinearShuntCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "LinearShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.g0PerSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.g0PerSection> <http://www.w3.org/2000/01/rdf-schema#label> "g0PerSection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.g0PerSection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.g0PerSection> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.b0PerSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.b0PerSection> <http://www.w3.org/2000/01/rdf-schema#label> "b0PerSection"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.b0PerSection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LinearShuntCompensator.b0PerSection> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ShuntCompensator » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A linear shunt compensator has banks or sections with equal admittance values.

Property Domain Range Comment
g0PerSection LinearShuntCompensator double Zero sequence shunt (charging) conductance per section.
b0PerSection LinearShuntCompensator double Zero sequence shunt (charging) susceptance per section.
mRID IdentifiedObject string 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.

MutualCoupling

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<MutualCoupling> rdf:type rdfs:Class ;
	rdfs:label "MutualCoupling"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<MutualCoupling.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.distance22> rdf:type rdfs:Property ;
	rdfs:label "distance22"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.g0ch> rdf:type rdfs:Property ;
	rdfs:label "g0ch"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.distance11> rdf:type rdfs:Property ;
	rdfs:label "distance11"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.b0ch> rdf:type rdfs:Property ;
	rdfs:label "b0ch"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.distance12> rdf:type rdfs:Property ;
	rdfs:label "distance12"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.distance21> rdf:type rdfs:Property ;
	rdfs:label "distance21"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.First_Terminal> rdf:type rdfs:Property ;
	rdfs:label "First_Terminal"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range <Terminal> .
<MutualCoupling.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range xsd:double .
<MutualCoupling.Second_Terminal> rdf:type rdfs:Property ;
	rdfs:label "Second_Terminal"@en ;
	rdfs:domain <MutualCoupling> ;
	rdfs:range <Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> <http://www.w3.org/2000/01/rdf-schema#label> "MutualCoupling"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance22> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance22> <http://www.w3.org/2000/01/rdf-schema#label> "distance22"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance22> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance22> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.g0ch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.g0ch> <http://www.w3.org/2000/01/rdf-schema#label> "g0ch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.g0ch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.g0ch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance11> <http://www.w3.org/2000/01/rdf-schema#label> "distance11"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance11> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance11> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.b0ch> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.b0ch> <http://www.w3.org/2000/01/rdf-schema#label> "b0ch"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.b0ch> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.b0ch> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance12> <http://www.w3.org/2000/01/rdf-schema#label> "distance12"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance12> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance12> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance21> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance21> <http://www.w3.org/2000/01/rdf-schema#label> "distance21"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance21> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.distance21> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.First_Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.First_Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "First_Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.First_Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.First_Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.Second_Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.Second_Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Second_Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.Second_Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MutualCoupling.Second_Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .

Sub-Class Of: IdentifiedObject

This class represents the zero sequence line mutual coupling.

Property Domain Range Comment
x0 MutualCoupling double Zero sequence branch-to-branch mutual impedance coupling, reactance.
distance22 MutualCoupling double Distance to the end of coupled region from the second line’s terminal with sequence number equal to 1.
g0ch MutualCoupling double Zero sequence mutual coupling shunt (charging) conductance, uniformly distributed, of the entire line section.
distance11 MutualCoupling double Distance to the start of the coupled region from the first line’s terminal having sequence number equal to 1.
b0ch MutualCoupling double Zero sequence mutual coupling shunt (charging) susceptance, uniformly distributed, of the entire line section.
distance12 MutualCoupling double Distance to the end of the coupled region from the first line’s terminal with sequence number equal to 1.
distance21 MutualCoupling double Distance to the start of coupled region from the second line’s terminal with sequence number equal to 1.
First_Terminal MutualCoupling Terminal The starting terminal for the calculation of distances along the first branch of the mutual coupling. Normally MutualCoupling would only be used for terminals of AC line segments. The first and second terminals of a mutual coupling should point to different AC line segments.
r0 MutualCoupling double Zero sequence branch-to-branch mutual impedance coupling, resistance.
Second_Terminal MutualCoupling Terminal The starting terminal for the calculation of distances along the second branch of the mutual coupling.
mRID IdentifiedObject string 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.

NonlinearShuntCompensatorPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<NonlinearShuntCompensatorPoint> rdf:type rdfs:Class ;
	rdfs:label "NonlinearShuntCompensatorPoint"@en .
<NonlinearShuntCompensatorPoint.b0> rdf:type rdfs:Property ;
	rdfs:label "b0"@en ;
	rdfs:domain <NonlinearShuntCompensatorPoint> ;
	rdfs:range xsd:double .
<NonlinearShuntCompensatorPoint.g0> rdf:type rdfs:Property ;
	rdfs:label "g0"@en ;
	rdfs:domain <NonlinearShuntCompensatorPoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> <http://www.w3.org/2000/01/rdf-schema#label> "NonlinearShuntCompensatorPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b0> <http://www.w3.org/2000/01/rdf-schema#label> "b0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.b0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g0> <http://www.w3.org/2000/01/rdf-schema#label> "g0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#NonlinearShuntCompensatorPoint.g0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
b0 NonlinearShuntCompensatorPoint double Zero sequence shunt (charging) susceptance per section.
g0 NonlinearShuntCompensatorPoint double Zero sequence shunt (charging) conductance per section.

PetersenCoil

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PetersenCoil> rdf:type rdfs:Class ;
	rdfs:label "PetersenCoil"@en ;
	rdfs:subClassOf <EarthFaultCompensator> .
<PetersenCoil.nominalU> rdf:type rdfs:Property ;
	rdfs:label "nominalU"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:double .
<PetersenCoil.xGroundMax> rdf:type rdfs:Property ;
	rdfs:label "xGroundMax"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:double .
<PetersenCoil.xGroundNominal> rdf:type rdfs:Property ;
	rdfs:label "xGroundNominal"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:double .
<PetersenCoil.mode> rdf:type rdfs:Property ;
	rdfs:label "mode"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:string .
<PetersenCoil.xGroundMin> rdf:type rdfs:Property ;
	rdfs:label "xGroundMin"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:double .
<PetersenCoil.offsetCurrent> rdf:type rdfs:Property ;
	rdfs:label "offsetCurrent"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:double .
<PetersenCoil.positionCurrent> rdf:type rdfs:Property ;
	rdfs:label "positionCurrent"@en ;
	rdfs:domain <PetersenCoil> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> <http://www.w3.org/2000/01/rdf-schema#label> "PetersenCoil"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EarthFaultCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.nominalU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.nominalU> <http://www.w3.org/2000/01/rdf-schema#label> "nominalU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.nominalU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.nominalU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMax> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMax> <http://www.w3.org/2000/01/rdf-schema#label> "xGroundMax"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMax> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMax> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundNominal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundNominal> <http://www.w3.org/2000/01/rdf-schema#label> "xGroundNominal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundNominal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundNominal> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.mode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.mode> <http://www.w3.org/2000/01/rdf-schema#label> "mode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.mode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.mode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMin> <http://www.w3.org/2000/01/rdf-schema#label> "xGroundMin"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMin> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.xGroundMin> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.offsetCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.offsetCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "offsetCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.offsetCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.offsetCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.positionCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.positionCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "positionCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.positionCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PetersenCoil.positionCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: EarthFaultCompensator » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A variable impedance device normally used to offset line charging during single line faults in an ungrounded section of network.

Property Domain Range Comment
nominalU PetersenCoil double The nominal voltage for which the coil is designed.
xGroundMax PetersenCoil double The maximum reactance.
xGroundNominal PetersenCoil double The nominal reactance. This is the operating point (normally over compensation) that is defined based on the resonance point in the healthy network condition. The impedance is calculated based on nominal voltage divided by position current.
mode PetersenCoil string The mode of operation of the Petersen coil.
xGroundMin PetersenCoil double The minimum reactance.
offsetCurrent PetersenCoil double The offset current that the Petersen coil controller is operating from the resonant point. This is normally a fixed amount for which the controller is configured and could be positive or negative. Typically 0 to 60 A depending on voltage and resonance conditions.
positionCurrent PetersenCoil double The control current used to control the Petersen coil also known as the position current. Typically in the range of 20 mA to 200 mA.
r EarthFaultCompensator double Nominal resistance of device.
mRID IdentifiedObject string 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.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string 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.

PowerTransformer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerTransformer> rdf:type rdfs:Class ;
	rdfs:label "PowerTransformer"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<PowerTransformer.operationalValuesConsidered> rdf:type rdfs:Property ;
	rdfs:label "operationalValuesConsidered"@en ;
	rdfs:domain <PowerTransformer> ;
	rdfs:range xsd:boolean .
<PowerTransformer.beforeShortCircuitAnglePf> rdf:type rdfs:Property ;
	rdfs:label "beforeShortCircuitAnglePf"@en ;
	rdfs:domain <PowerTransformer> ;
	rdfs:range xsd:double .
<PowerTransformer.isPartOfGeneratorUnit> rdf:type rdfs:Property ;
	rdfs:label "isPartOfGeneratorUnit"@en ;
	rdfs:domain <PowerTransformer> ;
	rdfs:range xsd:boolean .
<PowerTransformer.highSideMinOperatingU> rdf:type rdfs:Property ;
	rdfs:label "highSideMinOperatingU"@en ;
	rdfs:domain <PowerTransformer> ;
	rdfs:range xsd:double .
<PowerTransformer.beforeShCircuitHighestOperatingVoltage> rdf:type rdfs:Property ;
	rdfs:label "beforeShCircuitHighestOperatingVoltage"@en ;
	rdfs:domain <PowerTransformer> ;
	rdfs:range xsd:double .
<PowerTransformer.beforeShCircuitHighestOperatingCurrent> rdf:type rdfs:Property ;
	rdfs:label "beforeShCircuitHighestOperatingCurrent"@en ;
	rdfs:domain <PowerTransformer> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#label> "PowerTransformer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.operationalValuesConsidered> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.operationalValuesConsidered> <http://www.w3.org/2000/01/rdf-schema#label> "operationalValuesConsidered"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.operationalValuesConsidered> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.operationalValuesConsidered> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShortCircuitAnglePf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShortCircuitAnglePf> <http://www.w3.org/2000/01/rdf-schema#label> "beforeShortCircuitAnglePf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShortCircuitAnglePf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShortCircuitAnglePf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.isPartOfGeneratorUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.isPartOfGeneratorUnit> <http://www.w3.org/2000/01/rdf-schema#label> "isPartOfGeneratorUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.isPartOfGeneratorUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.isPartOfGeneratorUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.highSideMinOperatingU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.highSideMinOperatingU> <http://www.w3.org/2000/01/rdf-schema#label> "highSideMinOperatingU"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.highSideMinOperatingU> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.highSideMinOperatingU> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "beforeShCircuitHighestOperatingVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "beforeShCircuitHighestOperatingCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformer.beforeShCircuitHighestOperatingCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An electrical device consisting of two or more coupled windings, with or without a magnetic core, for introducing mutual coupling between electric circuits. Transformers can be used to control voltage and phase shift (active power flow). A power transformer may be composed of separate transformer tanks that need not be identical. A power transformer can be modelled with or without tanks and is intended for use in both balanced and unbalanced representations. A power transformer typically has two terminals, but may have one (grounding), three or more terminals. The inherited association ConductingEquipment.BaseVoltage should not be used. The association from TransformerEnd to BaseVoltage should be used instead.

Property Domain Range Comment
operationalValuesConsidered PowerTransformer boolean It is used to define if the data (other attributes related to short circuit data exchange) defines long term operational conditions or not. Used for short circuit data exchange according to IEC 60909.
beforeShortCircuitAnglePf PowerTransformer double The angle of power factor before short circuit (phib in IEC 60909-0). It is used for calculation of the impedance correction factor KT defined in IEC 60909-0. This is the worst case power factor. Used to define operating conditions.
isPartOfGeneratorUnit PowerTransformer boolean Indicates whether the machine is part of a power station unit. Used for short circuit data exchange according to IEC 60909. It has an impact on how the correction factors are calculated for transformers, since the transformer is not necessarily part of a synchronous machine and generating unit. It is not always possible to derive this information from the model. This is why the attribute is necessary.
highSideMinOperatingU PowerTransformer double The minimum operating voltage (uQmin in IEC 60909-0) at the high voltage side (Q side) of the unit transformer of the power station unit. A value well established from long-term operating experience of the system. It is used for calculation of the impedance correction factor KG defined in IEC 60909-0.
beforeShCircuitHighestOperatingVoltage PowerTransformer double The highest operating voltage (Ub in IEC 60909-0) before short circuit. It is used for calculation of the impedance correction factor KT defined in IEC 60909-0. This is worst case voltage on the low side winding (3.7.1 of IEC 60909:2001). Used to define operating conditions.
beforeShCircuitHighestOperatingCurrent PowerTransformer double The highest operating current (Ib in IEC 60909-0) before short circuit (depends on network configuration and relevant reliability philosophy). It is used for calculation of the impedance correction factor KT defined in IEC 60909-0.
mRID IdentifiedObject string 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.

PowerTransformerEnd

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerTransformerEnd> rdf:type rdfs:Class ;
	rdfs:label "PowerTransformerEnd"@en ;
	rdfs:subClassOf <TransformerEnd> .
<PowerTransformerEnd.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.g0> rdf:type rdfs:Property ;
	rdfs:label "g0"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.b0> rdf:type rdfs:Property ;
	rdfs:label "b0"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:double .
<PowerTransformerEnd.phaseAngleClock> rdf:type rdfs:Property ;
	rdfs:label "phaseAngleClock"@en ;
	rdfs:domain <PowerTransformerEnd> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> <http://www.w3.org/2000/01/rdf-schema#label> "PowerTransformerEnd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g0> <http://www.w3.org/2000/01/rdf-schema#label> "g0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.g0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b0> <http://www.w3.org/2000/01/rdf-schema#label> "b0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.b0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.phaseAngleClock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.phaseAngleClock> <http://www.w3.org/2000/01/rdf-schema#label> "phaseAngleClock"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.phaseAngleClock> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerTransformerEnd.phaseAngleClock> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: TransformerEnd » IdentifiedObject

A PowerTransformerEnd is associated with each Terminal of a PowerTransformer. The impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star equivalent as follows.

  1. for a two Terminal PowerTransformer the high voltage (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0, x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd has zero values for r, r0, x, and x0. Parameters are always provided, even if the PowerTransformerEnds have the same rated voltage. In this case, the parameters are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal to 1.
  2. for a three Terminal PowerTransformer the three PowerTransformerEnds represent a star equivalent with each leg in the star represented by r, r0, x, and x0 values.
  3. For a three Terminal transformer each PowerTransformerEnd shall have g, g0, b and b0 values corresponding to the no load losses distributed on the three PowerTransformerEnds. The total no load loss shunt impedances may also be placed at one of the PowerTransformerEnds, preferably the end numbered 1, having the shunt values on end 1. This is the preferred way.
  4. for a PowerTransformer with more than three Terminals the PowerTransformerEnd impedance values cannot be used. Instead use the TransformerMeshImpedance or split the transformer into multiple PowerTransformers. Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc).
Property Domain Range Comment
x0 PowerTransformerEnd double Zero sequence series reactance of the transformer end.
g0 PowerTransformerEnd double Zero sequence magnetizing branch conductance (star-model).
b0 PowerTransformerEnd double Zero sequence magnetizing branch susceptance.
r0 PowerTransformerEnd double Zero sequence series resistance (star-model) of the transformer end.
phaseAngleClock PowerTransformerEnd integer Terminal voltage phase angle displacement where 360 degrees are represented with clock hours. The valid values are 0 to 11. For example, for the secondary side end of a transformer with vector group code of ‘Dyn11’, specify the connection kind as wye with neutral and specify the phase angle of the clock as 11. The clock value of the transformer end number specified as 1, is assumed to be zero. Note the transformer end number is not assumed to be the same as the terminal sequence number.
grounded TransformerEnd boolean (for Yn and Zn connections) True if the neutral is solidly grounded.
rground TransformerEnd double (for Yn and Zn connections) Resistance part of neutral impedance where ‘grounded’ is true.
xground TransformerEnd double (for Yn and Zn connections) Reactive part of neutral impedance where ‘grounded’ is true.
mRID IdentifiedObject string 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.

RegulatingCondEq

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RegulatingCondEq> rdf:type rdfs:Class ;
	rdfs:label "RegulatingCondEq"@en ;
	rdfs:subClassOf <EnergyConnection> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#label> "RegulatingCondEq"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .

Sub-Class Of: EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network.

Property Domain Range Comment
mRID IdentifiedObject string 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.

RotatingMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<RotatingMachine> rdf:type rdfs:Class ;
	rdfs:label "RotatingMachine"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#label> "RotatingMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A rotating machine which may be used as a generator or motor.

Property Domain Range Comment
mRID IdentifiedObject string 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.

SeriesCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SeriesCompensator> rdf:type rdfs:Class ;
	rdfs:label "SeriesCompensator"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<SeriesCompensator.varistorPresent> rdf:type rdfs:Property ;
	rdfs:label "varistorPresent"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:boolean .
<SeriesCompensator.varistorRatedCurrent> rdf:type rdfs:Property ;
	rdfs:label "varistorRatedCurrent"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:double .
<SeriesCompensator.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:double .
<SeriesCompensator.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:double .
<SeriesCompensator.varistorVoltageThreshold> rdf:type rdfs:Property ;
	rdfs:label "varistorVoltageThreshold"@en ;
	rdfs:domain <SeriesCompensator> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "SeriesCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorPresent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorPresent> <http://www.w3.org/2000/01/rdf-schema#label> "varistorPresent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorPresent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorPresent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorRatedCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorRatedCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "varistorRatedCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorRatedCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorRatedCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorVoltageThreshold> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorVoltageThreshold> <http://www.w3.org/2000/01/rdf-schema#label> "varistorVoltageThreshold"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorVoltageThreshold> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SeriesCompensator.varistorVoltageThreshold> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A Series Compensator is a series capacitor or reactor or an AC transmission line without charging susceptance. It is a two terminal device.

Property Domain Range Comment
varistorPresent SeriesCompensator boolean Describe if a metal oxide varistor (mov) for over voltage protection is configured in parallel with the series compensator. It is used for short circuit calculations.
varistorRatedCurrent SeriesCompensator double The maximum current the varistor is designed to handle at specified duration. It is used for short circuit calculations and exchanged only if SeriesCompensator.varistorPresent is true. The attribute shall be a positive value.
r0 SeriesCompensator double Zero sequence resistance.
x0 SeriesCompensator double Zero sequence reactance.
varistorVoltageThreshold SeriesCompensator double The dc voltage at which the varistor starts conducting. It is used for short circuit calculations and exchanged only if SeriesCompensator.varistorPresent is true.
mRID IdentifiedObject string 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.

ShuntCompensator

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ShuntCompensator> rdf:type rdfs:Class ;
	rdfs:label "ShuntCompensator"@en ;
	rdfs:subClassOf <RegulatingCondEq> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#label> "ShuntCompensator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .

Sub-Class Of: RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A shunt capacitor or reactor or switchable bank of shunt capacitors or reactors. A section of a shunt compensator is an individual capacitor or reactor. A negative value for bPerSection indicates that the compensator is a reactor. ShuntCompensator is a single terminal device. Ground is implied.

Property Domain Range Comment
mRID IdentifiedObject string 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.

SynchronousMachine

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SynchronousMachine> rdf:type rdfs:Class ;
	rdfs:label "SynchronousMachine"@en ;
	rdfs:subClassOf <RotatingMachine> .
<SynchronousMachine.earthingStarPointX> rdf:type rdfs:Property ;
	rdfs:label "earthingStarPointX"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.ikk> rdf:type rdfs:Property ;
	rdfs:label "ikk"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.r2> rdf:type rdfs:Property ;
	rdfs:label "r2"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.satDirectSubtransX> rdf:type rdfs:Property ;
	rdfs:label "satDirectSubtransX"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.satDirectSyncX> rdf:type rdfs:Property ;
	rdfs:label "satDirectSyncX"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.earthingStarPointR> rdf:type rdfs:Property ;
	rdfs:label "earthingStarPointR"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.voltageRegulationRange> rdf:type rdfs:Property ;
	rdfs:label "voltageRegulationRange"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.r0> rdf:type rdfs:Property ;
	rdfs:label "r0"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.shortCircuitRotorType> rdf:type rdfs:Property ;
	rdfs:label "shortCircuitRotorType"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:string .
<SynchronousMachine.earthing> rdf:type rdfs:Property ;
	rdfs:label "earthing"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:boolean .
<SynchronousMachine.x0> rdf:type rdfs:Property ;
	rdfs:label "x0"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.r> rdf:type rdfs:Property ;
	rdfs:label "r"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.satDirectTransX> rdf:type rdfs:Property ;
	rdfs:label "satDirectTransX"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.mu> rdf:type rdfs:Property ;
	rdfs:label "mu"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<SynchronousMachine.x2> rdf:type rdfs:Property ;
	rdfs:label "x2"@en ;
	rdfs:domain <SynchronousMachine> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#label> "SynchronousMachine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointX> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointX> <http://www.w3.org/2000/01/rdf-schema#label> "earthingStarPointX"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointX> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointX> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.ikk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.ikk> <http://www.w3.org/2000/01/rdf-schema#label> "ikk"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.ikk> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.ikk> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r2> <http://www.w3.org/2000/01/rdf-schema#label> "r2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSubtransX> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSubtransX> <http://www.w3.org/2000/01/rdf-schema#label> "satDirectSubtransX"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSubtransX> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSubtransX> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSyncX> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSyncX> <http://www.w3.org/2000/01/rdf-schema#label> "satDirectSyncX"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSyncX> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectSyncX> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointR> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointR> <http://www.w3.org/2000/01/rdf-schema#label> "earthingStarPointR"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointR> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthingStarPointR> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.voltageRegulationRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.voltageRegulationRange> <http://www.w3.org/2000/01/rdf-schema#label> "voltageRegulationRange"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.voltageRegulationRange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.voltageRegulationRange> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r0> <http://www.w3.org/2000/01/rdf-schema#label> "r0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.shortCircuitRotorType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.shortCircuitRotorType> <http://www.w3.org/2000/01/rdf-schema#label> "shortCircuitRotorType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.shortCircuitRotorType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.shortCircuitRotorType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthing> <http://www.w3.org/2000/01/rdf-schema#label> "earthing"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthing> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.earthing> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x0> <http://www.w3.org/2000/01/rdf-schema#label> "x0"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x0> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x0> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r> <http://www.w3.org/2000/01/rdf-schema#label> "r"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.r> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectTransX> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectTransX> <http://www.w3.org/2000/01/rdf-schema#label> "satDirectTransX"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectTransX> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.satDirectTransX> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.mu> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.mu> <http://www.w3.org/2000/01/rdf-schema#label> "mu"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.mu> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.mu> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x2> <http://www.w3.org/2000/01/rdf-schema#label> "x2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.x2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: RotatingMachine » RegulatingCondEq » EnergyConnection » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

An electromechanical device that operates with shaft rotating synchronously with the network. It is a single machine operating either as a generator or synchronous condenser or pump.

Property Domain Range Comment
earthingStarPointX SynchronousMachine double Generator star point earthing reactance (Xe). Used for short circuit data exchange according to IEC 60909.
ikk SynchronousMachine double Steady-state short-circuit current (in A for the profile) of generator with compound excitation during 3-phase short circuit. - Ikk=0: Generator with no compound excitation. - Ikk<>0: Generator with compound excitation. Ikk is used to calculate the minimum steady-state short-circuit current for generators with compound excitation. (4.6.1.2 in IEC 60909-0:2001). Used only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0:2001).
r2 SynchronousMachine double Negative sequence resistance.
satDirectSubtransX SynchronousMachine double Direct-axis subtransient reactance saturated, also known as Xd"sat.
satDirectSyncX SynchronousMachine double Direct-axes saturated synchronous reactance (xdsat); reciprocal of short-circuit ration. Used for short circuit data exchange, only for single fed short circuit on a generator. (4.3.4.2. in IEC 60909-0:2001).
earthingStarPointR SynchronousMachine double Generator star point earthing resistance (Re). Used for short circuit data exchange according to IEC 60909.
voltageRegulationRange SynchronousMachine double Range of generator voltage regulation (PG in IEC 60909-0) used for calculation of the impedance correction factor KG defined in IEC 60909-0. This attribute is used to describe the operating voltage of the generating unit.
r0 SynchronousMachine double Zero sequence resistance of the synchronous machine.
shortCircuitRotorType SynchronousMachine string Type of rotor, used by short circuit applications, only for single fed short circuit according to IEC 60909.
earthing SynchronousMachine boolean Indicates whether or not the generator is earthed. Used for short circuit data exchange according to IEC 60909.
x0 SynchronousMachine double Zero sequence reactance of the synchronous machine.
r SynchronousMachine double Equivalent resistance (RG) of generator. RG is considered for the calculation of all currents, except for the calculation of the peak current ip. Used for short circuit data exchange according to IEC 60909.
satDirectTransX SynchronousMachine double Saturated Direct-axis transient reactance. The attribute is primarily used for short circuit calculations according to ANSI.
mu SynchronousMachine double Factor to calculate the breaking current (Section 4.5.2.1 in IEC 60909-0). Used only for single fed short circuit on a generator (Section 4.3.4.2. in IEC 60909-0).
x2 SynchronousMachine double Negative sequence reactance.
mRID IdentifiedObject string 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.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.

TransformerEnd

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TransformerEnd> rdf:type rdfs:Class ;
	rdfs:label "TransformerEnd"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<TransformerEnd.grounded> rdf:type rdfs:Property ;
	rdfs:label "grounded"@en ;
	rdfs:domain <TransformerEnd> ;
	rdfs:range xsd:boolean .
<TransformerEnd.rground> rdf:type rdfs:Property ;
	rdfs:label "rground"@en ;
	rdfs:domain <TransformerEnd> ;
	rdfs:range xsd:double .
<TransformerEnd.xground> rdf:type rdfs:Property ;
	rdfs:label "xground"@en ;
	rdfs:domain <TransformerEnd> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#label> "TransformerEnd"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.grounded> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.grounded> <http://www.w3.org/2000/01/rdf-schema#label> "grounded"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.grounded> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.grounded> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.rground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.rground> <http://www.w3.org/2000/01/rdf-schema#label> "rground"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.rground> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.rground> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.xground> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.xground> <http://www.w3.org/2000/01/rdf-schema#label> "xground"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.xground> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TransformerEnd.xground> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

A conducting connection point of a power transformer. It corresponds to a physical transformer winding terminal. In earlier CIM versions, the TransformerWinding class served a similar purpose, but this class is more flexible because it associates to terminal but is not a specialization of ConductingEquipment.

Property Domain Range Comment
grounded TransformerEnd boolean (for Yn and Zn connections) True if the neutral is solidly grounded.
rground TransformerEnd double (for Yn and Zn connections) Resistance part of neutral impedance where ‘grounded’ is true.
xground TransformerEnd double (for Yn and Zn connections) Reactive part of neutral impedance where ‘grounded’ is true.
mRID IdentifiedObject string 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.

Simulation Settings

Simulation Settings

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

ACLineSegment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACLineSegment> rdf:type rdfs:Class ;
	rdfs:label "ACLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "ACLineSegment"@en .

ClearSimulationEvent

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ClearSimulationEvent> rdf:type rdfs:Class ;
	rdfs:label "ClearSimulationEvent"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ClearSimulationEvent.SimulationEvents> rdf:type rdfs:Property ;
	rdfs:label "SimulationEvents"@en ;
	rdfs:domain <ClearSimulationEvent> ;
	rdfs:range <SimulationEvents> .
<ClearSimulationEvent.eventTime> rdf:type rdfs:Property ;
	rdfs:label "eventTime"@en ;
	rdfs:domain <ClearSimulationEvent> ;
	rdfs:range xsd:double .
<ClearSimulationEvent.ClearedParameterEvent> rdf:type rdfs:Property ;
	rdfs:label "ClearedParameterEvent"@en ;
	rdfs:domain <ClearSimulationEvent> ;
	rdfs:range <ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ClearSimulationEvent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.SimulationEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationEvents"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.eventTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.eventTime> <http://www.w3.org/2000/01/rdf-schema#label> "eventTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.eventTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.eventTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.ClearedParameterEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.ClearedParameterEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ClearedParameterEvent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.ClearedParameterEvent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent.ClearedParameterEvent> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .

Sub-Class Of: IdentifiedObject

Defines an event which clears another event such as ParemeterEvent or Fault.

Property Domain Range Comment
SimulationEvents ClearSimulationEvent SimulationEvents The simulation events to which this clear simulation event belongs to.
eventTime ClearSimulationEvent double Execution time of the event. It is relative to the start of the simulation.
ClearedParameterEvent ClearSimulationEvent ParameterEvent The parameter event that is cleared by a ClearSimulationEvent.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

DetailedModelDescriptor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DetailedModelDescriptor> rdf:type rdfs:Class ;
	rdfs:label "DetailedModelDescriptor"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DetailedModelDescriptor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DetailedModelDescriptor> <http://www.w3.org/2000/01/rdf-schema#label> "DetailedModelDescriptor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DetailedModelDescriptor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Describes different components of a detailed model.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

DynamicsFunctionBlock

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DynamicsFunctionBlock> rdf:type rdfs:Class ;
	rdfs:label "DynamicsFunctionBlock"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> <http://www.w3.org/2000/01/rdf-schema#label> "DynamicsFunctionBlock"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Abstract parent class for all Dynamics function blocks.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Equipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Equipment> rdf:type rdfs:Class ;
	rdfs:label "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .

EquipmentFault

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquipmentFault> rdf:type rdfs:Class ;
	rdfs:label "EquipmentFault"@en ;
	rdfs:subClassOf <Fault> .
<EquipmentFault.Terminal> rdf:type rdfs:Property ;
	rdfs:label "Terminal"@en ;
	rdfs:domain <EquipmentFault> ;
	rdfs:range <Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault> <http://www.w3.org/2000/01/rdf-schema#label> "EquipmentFault"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentFault.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .

Sub-Class Of: Fault » IdentifiedObject

A fault applied at the terminal, external to the equipment. This class is not used to specify faults internal to the equipment.

Property Domain Range Comment
Terminal EquipmentFault Terminal The terminal connecting to the bus to which the fault is applied.
occurredDateTime Fault DateTime The date and time at which the fault occurred.
impedance Fault FaultImpedance Fault impedance. Its usage is described by ‘kind’.
ClearSimulationEvent Fault ClearSimulationEvent The event that clears this fault event.
FaultyEquipment Fault Equipment Equipment carrying this fault.
SimulationEvents Fault SimulationEvents The simulation events to which this simulation fault event belongs to.
phases Fault string The phases participating in the fault. The fault connections into these phases are further specified by the type of fault.
FaultCauseTypes Fault FaultCauseType All types of fault cause.
kind Fault string The kind of phase fault.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Fault

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Fault> rdf:type rdfs:Class ;
	rdfs:label "Fault"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Fault.occurredDateTime> rdf:type rdfs:Property ;
	rdfs:label "occurredDateTime"@en ;
	rdfs:domain <Fault> ;
	rdfs:range <https://schema.org/DateTime> .
<Fault.impedance> rdf:type rdfs:Property ;
	rdfs:label "impedance"@en ;
	rdfs:domain <Fault> ;
	rdfs:range <FaultImpedance> .
<Fault.ClearSimulationEvent> rdf:type rdfs:Property ;
	rdfs:label "ClearSimulationEvent"@en ;
	rdfs:domain <Fault> ;
	rdfs:range <ClearSimulationEvent> .
<Fault.FaultyEquipment> rdf:type rdfs:Property ;
	rdfs:label "FaultyEquipment"@en ;
	rdfs:domain <Fault> ;
	rdfs:range <Equipment> .
<Fault.SimulationEvents> rdf:type rdfs:Property ;
	rdfs:label "SimulationEvents"@en ;
	rdfs:domain <Fault> ;
	rdfs:range <SimulationEvents> .
<Fault.phases> rdf:type rdfs:Property ;
	rdfs:label "phases"@en ;
	rdfs:domain <Fault> ;
	rdfs:range xsd:string .
<Fault.FaultCauseTypes> rdf:type rdfs:Property ;
	rdfs:label "FaultCauseTypes"@en ;
	rdfs:domain <Fault> ;
	rdfs:range <FaultCauseType> .
<Fault.kind> rdf:type rdfs:Property ;
	rdfs:label "kind"@en ;
	rdfs:domain <Fault> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> <http://www.w3.org/2000/01/rdf-schema#label> "Fault"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.occurredDateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.occurredDateTime> <http://www.w3.org/2000/01/rdf-schema#label> "occurredDateTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.occurredDateTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.occurredDateTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.impedance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.impedance> <http://www.w3.org/2000/01/rdf-schema#label> "impedance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.impedance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.impedance> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.ClearSimulationEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.ClearSimulationEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ClearSimulationEvent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.ClearSimulationEvent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.ClearSimulationEvent> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ClearSimulationEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultyEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultyEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "FaultyEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultyEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultyEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.SimulationEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationEvents"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.phases> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.phases> <http://www.w3.org/2000/01/rdf-schema#label> "phases"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.phases> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.phases> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultCauseTypes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultCauseTypes> <http://www.w3.org/2000/01/rdf-schema#label> "FaultCauseTypes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultCauseTypes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.FaultCauseTypes> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#FaultCauseType> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.kind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.kind> <http://www.w3.org/2000/01/rdf-schema#label> "kind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.kind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Fault.kind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

Abnormal condition causing current flow through conducting equipment, such as caused by equipment failure or short circuits from objects not typically modelled (for example, a tree falling on a line).

Property Domain Range Comment
occurredDateTime Fault DateTime The date and time at which the fault occurred.
impedance Fault FaultImpedance Fault impedance. Its usage is described by ‘kind’.
ClearSimulationEvent Fault ClearSimulationEvent The event that clears this fault event.
FaultyEquipment Fault Equipment Equipment carrying this fault.
SimulationEvents Fault SimulationEvents The simulation events to which this simulation fault event belongs to.
phases Fault string The phases participating in the fault. The fault connections into these phases are further specified by the type of fault.
FaultCauseTypes Fault FaultCauseType All types of fault cause.
kind Fault string The kind of phase fault.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

FaultCauseType

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FaultCauseType> rdf:type rdfs:Class ;
	rdfs:label "FaultCauseType"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultCauseType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultCauseType> <http://www.w3.org/2000/01/rdf-schema#label> "FaultCauseType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultCauseType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Type of cause of the fault.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

FaultImpedance

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FaultImpedance> rdf:type rdfs:Class ;
	rdfs:label "FaultImpedance"@en .
<FaultImpedance.rGround> rdf:type rdfs:Property ;
	rdfs:label "rGround"@en ;
	rdfs:domain <FaultImpedance> ;
	rdfs:range xsd:double .
<FaultImpedance.rLineToLine> rdf:type rdfs:Property ;
	rdfs:label "rLineToLine"@en ;
	rdfs:domain <FaultImpedance> ;
	rdfs:range xsd:double .
<FaultImpedance.xGround> rdf:type rdfs:Property ;
	rdfs:label "xGround"@en ;
	rdfs:domain <FaultImpedance> ;
	rdfs:range xsd:double .
<FaultImpedance.xLineToLine> rdf:type rdfs:Property ;
	rdfs:label "xLineToLine"@en ;
	rdfs:domain <FaultImpedance> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> <http://www.w3.org/2000/01/rdf-schema#label> "FaultImpedance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rGround> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rGround> <http://www.w3.org/2000/01/rdf-schema#label> "rGround"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rGround> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rGround> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rLineToLine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rLineToLine> <http://www.w3.org/2000/01/rdf-schema#label> "rLineToLine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rLineToLine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.rLineToLine> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xGround> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xGround> <http://www.w3.org/2000/01/rdf-schema#label> "xGround"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xGround> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xGround> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xLineToLine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xLineToLine> <http://www.w3.org/2000/01/rdf-schema#label> "xLineToLine"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xLineToLine> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FaultImpedance.xLineToLine> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
rGround FaultImpedance double The resistance of the fault between phases and ground.
rLineToLine FaultImpedance double The resistance of the fault between phases.
xGround FaultImpedance double The reactance of the fault between phases and ground.
xLineToLine FaultImpedance double The reactance of the fault between phases.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

LineFault

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<LineFault> rdf:type rdfs:Class ;
	rdfs:label "LineFault"@en ;
	rdfs:subClassOf <Fault> .
<LineFault.ACLineSegment> rdf:type rdfs:Property ;
	rdfs:label "ACLineSegment"@en ;
	rdfs:domain <LineFault> ;
	rdfs:range <ACLineSegment> .
<LineFault.lengthFromTerminal1> rdf:type rdfs:Property ;
	rdfs:label "lengthFromTerminal1"@en ;
	rdfs:domain <LineFault> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault> <http://www.w3.org/2000/01/rdf-schema#label> "LineFault"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Fault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.ACLineSegment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#label> "ACLineSegment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.ACLineSegment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACLineSegment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.lengthFromTerminal1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#label> "lengthFromTerminal1"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LineFault.lengthFromTerminal1> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: Fault » IdentifiedObject

A fault that occurs on an AC line segment at some point along the length.

Property Domain Range Comment
ACLineSegment LineFault ACLineSegment The line segment of this line fault.
lengthFromTerminal1 LineFault double The length to the place where the fault is located starting from terminal with sequence number 1 of the faulted line segment.
occurredDateTime Fault DateTime The date and time at which the fault occurred.
impedance Fault FaultImpedance Fault impedance. Its usage is described by ‘kind’.
ClearSimulationEvent Fault ClearSimulationEvent The event that clears this fault event.
FaultyEquipment Fault Equipment Equipment carrying this fault.
SimulationEvents Fault SimulationEvents The simulation events to which this simulation fault event belongs to.
phases Fault string The phases participating in the fault. The fault connections into these phases are further specified by the type of fault.
FaultCauseTypes Fault FaultCauseType All types of fault cause.
kind Fault string The kind of phase fault.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

ParameterEvent

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ParameterEvent> rdf:type rdfs:Class ;
	rdfs:label "ParameterEvent"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ParameterEvent.SimulationEvents> rdf:type rdfs:Property ;
	rdfs:label "SimulationEvents"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range <SimulationEvents> .
<ParameterEvent.parameterIRI> rdf:type rdfs:Property ;
	rdfs:label "parameterIRI"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:string .
<ParameterEvent.floatParementerValue> rdf:type rdfs:Property ;
	rdfs:label "floatParementerValue"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:double .
<ParameterEvent.rampDuration> rdf:type rdfs:Property ;
	rdfs:label "rampDuration"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:double .
<ParameterEvent.parameterName> rdf:type rdfs:Property ;
	rdfs:label "parameterName"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:string .
<ParameterEvent.integerParameterValue> rdf:type rdfs:Property ;
	rdfs:label "integerParameterValue"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:integer .
<ParameterEvent.changeKind> rdf:type rdfs:Property ;
	rdfs:label "changeKind"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:string .
<ParameterEvent.booleanParameterValue> rdf:type rdfs:Property ;
	rdfs:label "booleanParameterValue"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:boolean .
<ParameterEvent.eventTime> rdf:type rdfs:Property ;
	rdfs:label "eventTime"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range xsd:double .
<ParameterEvent.UsesParameterOf> rdf:type rdfs:Property ;
	rdfs:label "UsesParameterOf"@en ;
	rdfs:domain <ParameterEvent> ;
	rdfs:range <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> <http://www.w3.org/2000/01/rdf-schema#label> "ParameterEvent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.SimulationEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationEvents"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterIRI> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterIRI> <http://www.w3.org/2000/01/rdf-schema#label> "parameterIRI"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterIRI> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterIRI> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.floatParementerValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.floatParementerValue> <http://www.w3.org/2000/01/rdf-schema#label> "floatParementerValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.floatParementerValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.floatParementerValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.rampDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.rampDuration> <http://www.w3.org/2000/01/rdf-schema#label> "rampDuration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.rampDuration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.rampDuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterName> <http://www.w3.org/2000/01/rdf-schema#label> "parameterName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.parameterName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.integerParameterValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.integerParameterValue> <http://www.w3.org/2000/01/rdf-schema#label> "integerParameterValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.integerParameterValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.integerParameterValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.changeKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.changeKind> <http://www.w3.org/2000/01/rdf-schema#label> "changeKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.changeKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.changeKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.booleanParameterValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.booleanParameterValue> <http://www.w3.org/2000/01/rdf-schema#label> "booleanParameterValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.booleanParameterValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.booleanParameterValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.eventTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.eventTime> <http://www.w3.org/2000/01/rdf-schema#label> "eventTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.eventTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.eventTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.UsesParameterOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.UsesParameterOf> <http://www.w3.org/2000/01/rdf-schema#label> "UsesParameterOf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.UsesParameterOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ParameterEvent.UsesParameterOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Used to apply changes to particular parameter or signal. The parameter or signal could be any property from power flow part of the model or property/signal of standard, user defined or detailed model.

Property Domain Range Comment
SimulationEvents ParameterEvent SimulationEvents The simulation events to which this parameter event belongs to.
parameterIRI ParameterEvent string Identifies which parameter is changed during the event. It can be an attribute of a class that inherits from IdentifiedObject. The parameter IRI (Internationalized Resource Identifier) is a Unicode string that conforms to the syntax defined in RFC 3987. The string is serialized as literal without language support.
floatParementerValue ParameterEvent double Floating point parameter value. If this attribute is populated, booleanParameterValue and integerParameterValue will not be.
rampDuration ParameterEvent double Defines the duration of the ramp in case. Only used in case attribute changeKind is set to ramp.
parameterName ParameterEvent string Identifies which parameter is changed during the event. It is used only in cases where IRI is not defined, e.g. an internal quantity of a model.
integerParameterValue ParameterEvent integer Integer parameter value. If this attribute is populated, booleanParameterValue and floatParameterValue will not be.
changeKind ParameterEvent string Defines if the change is done in one step or using ramp.
booleanParameterValue ParameterEvent boolean Boolean parameter value. If this attribute is populated, integerParameterValue and floatParameterValue will not be.
eventTime ParameterEvent double Execution time of the event. It is relative to the start of the simulation.
UsesParameterOf ParameterEvent IdentifiedObject The equipment, dynamics model or signal that is used to define the parameter event.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

PowerFlowSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerFlowSettings> rdf:type rdfs:Class ;
	rdfs:label "PowerFlowSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<PowerFlowSettings.loadVoltageDependency> rdf:type rdfs:Property ;
	rdfs:label "loadVoltageDependency"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:boolean .
<PowerFlowSettings.interchangeControlEnabled> rdf:type rdfs:Property ;
	rdfs:label "interchangeControlEnabled"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:boolean .
<PowerFlowSettings.activePowerTolerance> rdf:type rdfs:Property ;
	rdfs:label "activePowerTolerance"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:double .
<PowerFlowSettings.transformerRatioTapControlPriority> rdf:type rdfs:Property ;
	rdfs:label "transformerRatioTapControlPriority"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:integer .
<PowerFlowSettings.staticVarCompensatorControlPriority> rdf:type rdfs:Property ;
	rdfs:label "staticVarCompensatorControlPriority"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:integer .
<PowerFlowSettings.algorithmKind> rdf:type rdfs:Property ;
	rdfs:label "algorithmKind"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:string .
<PowerFlowSettings.flatStart> rdf:type rdfs:Property ;
	rdfs:label "flatStart"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:boolean .
<PowerFlowSettings.respectReactivePowerLimits> rdf:type rdfs:Property ;
	rdfs:label "respectReactivePowerLimits"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:boolean .
<PowerFlowSettings.slackDistributionKind> rdf:type rdfs:Property ;
	rdfs:label "slackDistributionKind"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:string .
<PowerFlowSettings.transformerPhaseTapControlPriority> rdf:type rdfs:Property ;
	rdfs:label "transformerPhaseTapControlPriority"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:integer .
<PowerFlowSettings.switchedShuntControlPriority> rdf:type rdfs:Property ;
	rdfs:label "switchedShuntControlPriority"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:integer .
<PowerFlowSettings.reactivePowerTolerance> rdf:type rdfs:Property ;
	rdfs:label "reactivePowerTolerance"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:double .
<PowerFlowSettings.shiftKind> rdf:type rdfs:Property ;
	rdfs:label "shiftKind"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:string .
<PowerFlowSettings.impedanceThreshold> rdf:type rdfs:Property ;
	rdfs:label "impedanceThreshold"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:double .
<PowerFlowSettings.voltageTolerance> rdf:type rdfs:Property ;
	rdfs:label "voltageTolerance"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:double .
<PowerFlowSettings.voltageAngleLimit> rdf:type rdfs:Property ;
	rdfs:label "voltageAngleLimit"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:double .
<PowerFlowSettings.respectActivePowerLimits> rdf:type rdfs:Property ;
	rdfs:label "respectActivePowerLimits"@en ;
	rdfs:domain <PowerFlowSettings> ;
	rdfs:range xsd:boolean .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> <http://www.w3.org/2000/01/rdf-schema#label> "PowerFlowSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.loadVoltageDependency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.loadVoltageDependency> <http://www.w3.org/2000/01/rdf-schema#label> "loadVoltageDependency"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.loadVoltageDependency> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.loadVoltageDependency> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.interchangeControlEnabled> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.interchangeControlEnabled> <http://www.w3.org/2000/01/rdf-schema#label> "interchangeControlEnabled"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.interchangeControlEnabled> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.interchangeControlEnabled> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.activePowerTolerance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.activePowerTolerance> <http://www.w3.org/2000/01/rdf-schema#label> "activePowerTolerance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.activePowerTolerance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.activePowerTolerance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerRatioTapControlPriority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerRatioTapControlPriority> <http://www.w3.org/2000/01/rdf-schema#label> "transformerRatioTapControlPriority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerRatioTapControlPriority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerRatioTapControlPriority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.staticVarCompensatorControlPriority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.staticVarCompensatorControlPriority> <http://www.w3.org/2000/01/rdf-schema#label> "staticVarCompensatorControlPriority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.staticVarCompensatorControlPriority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.staticVarCompensatorControlPriority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.algorithmKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.algorithmKind> <http://www.w3.org/2000/01/rdf-schema#label> "algorithmKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.algorithmKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.algorithmKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.flatStart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.flatStart> <http://www.w3.org/2000/01/rdf-schema#label> "flatStart"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.flatStart> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.flatStart> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectReactivePowerLimits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectReactivePowerLimits> <http://www.w3.org/2000/01/rdf-schema#label> "respectReactivePowerLimits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectReactivePowerLimits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectReactivePowerLimits> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.slackDistributionKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.slackDistributionKind> <http://www.w3.org/2000/01/rdf-schema#label> "slackDistributionKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.slackDistributionKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.slackDistributionKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerPhaseTapControlPriority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerPhaseTapControlPriority> <http://www.w3.org/2000/01/rdf-schema#label> "transformerPhaseTapControlPriority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerPhaseTapControlPriority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.transformerPhaseTapControlPriority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.switchedShuntControlPriority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.switchedShuntControlPriority> <http://www.w3.org/2000/01/rdf-schema#label> "switchedShuntControlPriority"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.switchedShuntControlPriority> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.switchedShuntControlPriority> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.reactivePowerTolerance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.reactivePowerTolerance> <http://www.w3.org/2000/01/rdf-schema#label> "reactivePowerTolerance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.reactivePowerTolerance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.reactivePowerTolerance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.shiftKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.shiftKind> <http://www.w3.org/2000/01/rdf-schema#label> "shiftKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.shiftKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.shiftKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.impedanceThreshold> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.impedanceThreshold> <http://www.w3.org/2000/01/rdf-schema#label> "impedanceThreshold"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.impedanceThreshold> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.impedanceThreshold> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageTolerance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageTolerance> <http://www.w3.org/2000/01/rdf-schema#label> "voltageTolerance"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageTolerance> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageTolerance> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageAngleLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageAngleLimit> <http://www.w3.org/2000/01/rdf-schema#label> "voltageAngleLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageAngleLimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.voltageAngleLimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectActivePowerLimits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectActivePowerLimits> <http://www.w3.org/2000/01/rdf-schema#label> "respectActivePowerLimits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectActivePowerLimits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings.respectActivePowerLimits> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .

Sub-Class Of: IdentifiedObject

Provides information on power flow settings valid for the model they are assigned to. The following attributes:

Property Domain Range Comment
loadVoltageDependency PowerFlowSettings boolean Defines if voltage dependency of loads is considered. True means voltage dependency is considered. False means it is not considered.
interchangeControlEnabled PowerFlowSettings boolean Define if the interchange control is enabled during power flow calculation. True means area interchange control is enabled. False means it is disabled.
activePowerTolerance PowerFlowSettings double The active power tolerance for a given power flow solution. SvInjection.pInjection shall not be greater than this tolerance.
transformerRatioTapControlPriority PowerFlowSettings integer Indicates if ratio tap change control is applied on transformers. 0 means it is not used, i.e. it is disabled. 1 means it is enabled and indicates it is the highest priority among the following control related settings: transformerRatioTapControlPriority, transformerPhaseTapControlPriority, switchedShuntControlPriority and staticVarCompensatorControlPriority. Allowed values are in the range [0,4].
staticVarCompensatorControlPriority PowerFlowSettings integer Indicates if control is applied on static var compensators. 0 means it is not used, i.e. it is disabled. 1 means it is enabled and indicates it is the highest priority among the following control related settings: transformerRatioTapControlPriority, transformerPhaseTapControlPriority, switchedShuntControlPriority and staticVarCompensatorControlPriority. Allowed values are in the range [0,4].
algorithmKind PowerFlowSettings string It defines the power flow algorithm.
flatStart PowerFlowSettings boolean True means that power flow used a flat start.
respectReactivePowerLimits PowerFlowSettings boolean Indicates if reactive power of limits of the equipment are respected during power flow calculation. True means limits are respected. False means limits are ignored.
slackDistributionKind PowerFlowSettings string Defines slack distribution used in power flow calculation.
transformerPhaseTapControlPriority PowerFlowSettings integer Indicates if phase tap change control is applied on transformers. 0 means it is not used, i.e. it is disabled. 1 means it is enabled and indicates it is the highest priority among the following control related settings: transformerRatioTapControlPriority, transformerPhaseTapControlPriority, switchedShuntControlPriority and staticVarCompensatorControlPriority. Allowed values are in the range [0,4].
switchedShuntControlPriority PowerFlowSettings integer Indicates if control is applied on switched shunts. 0 means it is not used, i.e. it is disabled. 1 means it is enabled and indicates it is the highest priority among the following control related settings: transformerRatioTapControlPriority, transformerPhaseTapControlPriority, switchedShuntControlPriority and staticVarCompensatorControlPriority. Allowed values are in the range [0,4].
reactivePowerTolerance PowerFlowSettings double The reactive power tolerance for a given power flow solution. SvInjection.qInjection shall not be greater than this tolerance.
shiftKind PowerFlowSettings string Defines type of scaling used to reach defined net-position.
impedanceThreshold PowerFlowSettings double Zero impedance threshold used considered when calculating zero or low impendence branches. The per unit value is calculated with base power of 100 MW. If set to 0 the impedance threshold is not used.
voltageTolerance PowerFlowSettings double The largest difference between actual and scheduled voltage magnitude for controlled node, in per unit of BaseVoltage, - at each node where voltage is subject to control to a set point, and - for which at least one of the devices participating in the control of bus voltage to its set point is not at a reactive power limit. It shall be less than the controlled bus voltage error convergence tolerance.
voltageAngleLimit PowerFlowSettings double The maximum allowed voltage angle between two nodes for a given power flow solution.
respectActivePowerLimits PowerFlowSettings boolean Indicates if active power limits of the equipment are respected during power flow calculation. True means limits are respected. False means limits are ignored.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SignalConfiguration

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SignalConfiguration> rdf:type rdfs:Class ;
	rdfs:label "SignalConfiguration"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#label> "SignalConfiguration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A configuration or a set of signals selected for recording during a simulation.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SignalDescriptor

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SignalDescriptor> rdf:type rdfs:Class ;
	rdfs:label "SignalDescriptor"@en ;
	rdfs:subClassOf <DetailedModelDescriptor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalDescriptor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalDescriptor> <http://www.w3.org/2000/01/rdf-schema#label> "SignalDescriptor"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalDescriptor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DetailedModelDescriptor> .

Sub-Class Of: DetailedModelDescriptor » IdentifiedObject

Describes the signals both internal signals that connect different functions or external signals.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SignalRecorder

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SignalRecorder> rdf:type rdfs:Class ;
	rdfs:label "SignalRecorder"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<SignalRecorder.SimulationConfiguration> rdf:type rdfs:Property ;
	rdfs:label "SimulationConfiguration"@en ;
	rdfs:domain <SignalRecorder> ;
	rdfs:range <SignalConfiguration> .
<SignalRecorder.RecordedSignalOf> rdf:type rdfs:Property ;
	rdfs:label "RecordedSignalOf"@en ;
	rdfs:domain <SignalRecorder> ;
	rdfs:range <DynamicsFunctionBlock> .
<SignalRecorder.RecordedSignal> rdf:type rdfs:Property ;
	rdfs:label "RecordedSignal"@en ;
	rdfs:domain <SignalRecorder> ;
	rdfs:range <SignalDescriptor> .
<SignalRecorder.RecordedSignalAt> rdf:type rdfs:Property ;
	rdfs:label "RecordedSignalAt"@en ;
	rdfs:domain <SignalRecorder> ;
	rdfs:range <ACDCTerminal> .
<SignalRecorder.signalKind> rdf:type rdfs:Property ;
	rdfs:label "signalKind"@en ;
	rdfs:domain <SignalRecorder> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> <http://www.w3.org/2000/01/rdf-schema#label> "SignalRecorder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.SimulationConfiguration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.SimulationConfiguration> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationConfiguration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.SimulationConfiguration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.SimulationConfiguration> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalOf> <http://www.w3.org/2000/01/rdf-schema#label> "RecordedSignalOf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DynamicsFunctionBlock> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignal> <http://www.w3.org/2000/01/rdf-schema#label> "RecordedSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalDescriptor> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalAt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalAt> <http://www.w3.org/2000/01/rdf-schema#label> "RecordedSignalAt"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalAt> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.RecordedSignalAt> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.signalKind> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.signalKind> <http://www.w3.org/2000/01/rdf-schema#label> "signalKind"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.signalKind> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder.signalKind> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

A recorder for a given signal.

Property Domain Range Comment
SimulationConfiguration SignalRecorder SignalConfiguration The simulation configuration set for which this signal recorder is recording.
RecordedSignalOf SignalRecorder DynamicsFunctionBlock The dynamics function block to which the singal belongs to.
RecordedSignal SignalRecorder SignalDescriptor The signal that is recorded during the simulation.
RecordedSignalAt SignalRecorder ACDCTerminal The terminal at which the signal is recorded.
signalKind SignalRecorder string Indicates the kind of the signal.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SimulationEvents

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SimulationEvents> rdf:type rdfs:Class ;
	rdfs:label "SimulationEvents"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationEvents"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A configuration or a set of events executed during a simulation.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SimulationSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SimulationSettings> rdf:type rdfs:Class ;
	rdfs:label "SimulationSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<SimulationSettings.isIntegrationStepSizeVariable> rdf:type rdfs:Property ;
	rdfs:label "isIntegrationStepSizeVariable"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range xsd:boolean .
<SimulationSettings.duration> rdf:type rdfs:Property ;
	rdfs:label "duration"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range xsd:duration .
<SimulationSettings.integrationStepSize> rdf:type rdfs:Property ;
	rdfs:label "integrationStepSize"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range xsd:double .
<SimulationSettings.minimumIntegrationStepSize> rdf:type rdfs:Property ;
	rdfs:label "minimumIntegrationStepSize"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range xsd:double .
<SimulationSettings.simulationResultsRecordedEvery> rdf:type rdfs:Property ;
	rdfs:label "simulationResultsRecordedEvery"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range xsd:double .
<SimulationSettings.maximumIntegrationStepSize> rdf:type rdfs:Property ;
	rdfs:label "maximumIntegrationStepSize"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range xsd:double .
<SimulationSettings.PowerFlowSettings> rdf:type rdfs:Property ;
	rdfs:label "PowerFlowSettings"@en ;
	rdfs:domain <SimulationSettings> ;
	rdfs:range <PowerFlowSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.isIntegrationStepSizeVariable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.isIntegrationStepSizeVariable> <http://www.w3.org/2000/01/rdf-schema#label> "isIntegrationStepSizeVariable"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.isIntegrationStepSizeVariable> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.isIntegrationStepSizeVariable> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.duration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.duration> <http://www.w3.org/2000/01/rdf-schema#label> "duration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.duration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.duration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#duration> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.integrationStepSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.integrationStepSize> <http://www.w3.org/2000/01/rdf-schema#label> "integrationStepSize"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.integrationStepSize> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.integrationStepSize> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.minimumIntegrationStepSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.minimumIntegrationStepSize> <http://www.w3.org/2000/01/rdf-schema#label> "minimumIntegrationStepSize"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.minimumIntegrationStepSize> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.minimumIntegrationStepSize> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.simulationResultsRecordedEvery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.simulationResultsRecordedEvery> <http://www.w3.org/2000/01/rdf-schema#label> "simulationResultsRecordedEvery"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.simulationResultsRecordedEvery> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.simulationResultsRecordedEvery> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.maximumIntegrationStepSize> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.maximumIntegrationStepSize> <http://www.w3.org/2000/01/rdf-schema#label> "maximumIntegrationStepSize"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.maximumIntegrationStepSize> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.maximumIntegrationStepSize> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.PowerFlowSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.PowerFlowSettings> <http://www.w3.org/2000/01/rdf-schema#label> "PowerFlowSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.PowerFlowSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings.PowerFlowSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerFlowSettings> .

Sub-Class Of: IdentifiedObject

Describes simulation settings necessary for a simulation.

Property Domain Range Comment
isIntegrationStepSizeVariable SimulationSettings boolean Indicates if the integration step size is variable or fixed. True means the integration step is variable. False means - fixed.
duration SimulationSettings duration Complete simulation duration relative to the start of the simulation.
integrationStepSize SimulationSettings double Indicates the integration step size. In case the integration step size is variable (i.e. isIntegrationStepSize=true), this value represents the initial integration step size used for the first iterations of the simulation prior activation of the adaptation os the step size.
minimumIntegrationStepSize SimulationSettings double Minimum integration step size. Used in case of variable integration step size (i.e. inIntegrationStepSizeVariable=true).
simulationResultsRecordedEvery SimulationSettings double Indicates the periodicity of recording of simulation results.
maximumIntegrationStepSize SimulationSettings double Maximum integration step size. Used in case of variable integration step size (i.e. inIntegrationStepSizeVariable=true).
PowerFlowSettings SimulationSettings PowerFlowSettings The power flow settings that are part of the simulation settings.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Simulation Results

Simulation Results

Curve

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Curve> rdf:type rdfs:Class ;
	rdfs:label "Curve"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Curve.y3Multiplier> rdf:type rdfs:Property ;
	rdfs:label "y3Multiplier"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.xUnit> rdf:type rdfs:Property ;
	rdfs:label "xUnit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y1Multiplier> rdf:type rdfs:Property ;
	rdfs:label "y1Multiplier"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y2Unit> rdf:type rdfs:Property ;
	rdfs:label "y2Unit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y3Unit> rdf:type rdfs:Property ;
	rdfs:label "y3Unit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.curveStyle> rdf:type rdfs:Property ;
	rdfs:label "curveStyle"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y1Unit> rdf:type rdfs:Property ;
	rdfs:label "y1Unit"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.xMultiplier> rdf:type rdfs:Property ;
	rdfs:label "xMultiplier"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<Curve.y2Multiplier> rdf:type rdfs:Property ;
	rdfs:label "y2Multiplier"@en ;
	rdfs:domain <Curve> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> <http://www.w3.org/2000/01/rdf-schema#label> "Curve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Multiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Multiplier> <http://www.w3.org/2000/01/rdf-schema#label> "y3Multiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Multiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Multiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/2000/01/rdf-schema#label> "xUnit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xUnit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Multiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Multiplier> <http://www.w3.org/2000/01/rdf-schema#label> "y1Multiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Multiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Multiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/2000/01/rdf-schema#label> "y2Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Unit> <http://www.w3.org/2000/01/rdf-schema#label> "y3Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y3Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/2000/01/rdf-schema#label> "curveStyle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.curveStyle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/2000/01/rdf-schema#label> "y1Unit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y1Unit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xMultiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xMultiplier> <http://www.w3.org/2000/01/rdf-schema#label> "xMultiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xMultiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.xMultiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Multiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Multiplier> <http://www.w3.org/2000/01/rdf-schema#label> "y2Multiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Multiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Curve.y2Multiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

A multi-purpose curve or functional relationship between an independent variable (X-axis) and dependent (Y-axis) variables.

Property Domain Range Comment
y3Multiplier Curve string Multiplier for Y3-axis.
xUnit Curve string The X-axis units of measure.
y1Multiplier Curve string Multiplier for Y1-axis.
y2Unit Curve string The Y2-axis units of measure.
y3Unit Curve string The Y3-axis units of measure.
curveStyle Curve string The style or shape of the curve.
y1Unit Curve string The Y1-axis units of measure.
xMultiplier Curve string Multiplier for X-axis.
y2Multiplier Curve string Multiplier for Y2-axis.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

CurveData

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CurveData> rdf:type rdfs:Class ;
	rdfs:label "CurveData"@en .
<CurveData.Curve> rdf:type rdfs:Property ;
	rdfs:label "Curve"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range <Curve> .
<CurveData.y1value> rdf:type rdfs:Property ;
	rdfs:label "y1value"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<CurveData.xvalue> rdf:type rdfs:Property ;
	rdfs:label "xvalue"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<CurveData.y3value> rdf:type rdfs:Property ;
	rdfs:label "y3value"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<CurveData.y2value> rdf:type rdfs:Property ;
	rdfs:label "y2value"@en ;
	rdfs:domain <CurveData> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> <http://www.w3.org/2000/01/rdf-schema#label> "CurveData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/2000/01/rdf-schema#label> "Curve"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.Curve> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/2000/01/rdf-schema#label> "y1value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y1value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/2000/01/rdf-schema#label> "xvalue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.xvalue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y3value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y3value> <http://www.w3.org/2000/01/rdf-schema#label> "y3value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y3value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y3value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/2000/01/rdf-schema#label> "y2value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurveData.y2value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
Curve CurveData Curve The curve of this curve data point.
y1value CurveData double The data value of the first Y-axis variable, depending on the Y-axis units.
xvalue CurveData double The data value of the X-axis variable, depending on the X-axis units.
y3value CurveData double The data value of the third Y-axis variable (if present), depending on the Y-axis units.
y2value CurveData double The data value of the second Y-axis variable (if present), depending on the Y-axis units.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SignalConfiguration

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SignalConfiguration> rdf:type rdfs:Class ;
	rdfs:label "SignalConfiguration"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#label> "SignalConfiguration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A configuration or a set of signals selected for recording during a simulation.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SignalRecorder

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SignalRecorder> rdf:type rdfs:Class ;
	rdfs:label "SignalRecorder"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> <http://www.w3.org/2000/01/rdf-schema#label> "SignalRecorder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A recorder for a given signal.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SimulationEvents

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SimulationEvents> rdf:type rdfs:Class ;
	rdfs:label "SimulationEvents"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationEvents"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A configuration or a set of events executed during a simulation.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SimulationResult

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SimulationResult> rdf:type rdfs:Class ;
	rdfs:label "SimulationResult"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<SimulationResult.SignalConfiguration> rdf:type rdfs:Property ;
	rdfs:label "SignalConfiguration"@en ;
	rdfs:domain <SimulationResult> ;
	rdfs:range <SignalConfiguration> .
<SimulationResult.SimulationEvents> rdf:type rdfs:Property ;
	rdfs:label "SimulationEvents"@en ;
	rdfs:domain <SimulationResult> ;
	rdfs:range <SimulationEvents> .
<SimulationResult.SimulationSettings> rdf:type rdfs:Property ;
	rdfs:label "SimulationSettings"@en ;
	rdfs:domain <SimulationResult> ;
	rdfs:range <SimulationSettings> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationResult"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SignalConfiguration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#label> "SignalConfiguration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SignalConfiguration> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalConfiguration> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationEvents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationEvents"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationEvents> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationEvents> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult.SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> .

Sub-Class Of: IdentifiedObject

Represents the simulation result.

Property Domain Range Comment
SignalConfiguration SimulationResult SignalConfiguration The simulation configuration that is part of the simulation result.
SimulationEvents SimulationResult SimulationEvents The simulation events that are part of the simulation result.
SimulationSettings SimulationResult SimulationSettings The simulation settings that are part of the simulation result.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SimulationResultCharacteristic

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SimulationResultCharacteristic> rdf:type rdfs:Class ;
	rdfs:label "SimulationResultCharacteristic"@en ;
	rdfs:subClassOf <Curve> .
<SimulationResultCharacteristic.SimulationResult> rdf:type rdfs:Property ;
	rdfs:label "SimulationResult"@en ;
	rdfs:domain <SimulationResultCharacteristic> ;
	rdfs:range <SimulationResult> .
<SimulationResultCharacteristic.y1valueSignal> rdf:type rdfs:Property ;
	rdfs:label "y1valueSignal"@en ;
	rdfs:domain <SimulationResultCharacteristic> ;
	rdfs:range <SignalRecorder> .
<SimulationResultCharacteristic.resultReference> rdf:type rdfs:Property ;
	rdfs:label "resultReference"@en ;
	rdfs:domain <SimulationResultCharacteristic> ;
	rdfs:range <IRI> .
<SimulationResultCharacteristic.y3valueSignal> rdf:type rdfs:Property ;
	rdfs:label "y3valueSignal"@en ;
	rdfs:domain <SimulationResultCharacteristic> ;
	rdfs:range <SignalRecorder> .
<SimulationResultCharacteristic.y2valueSignal> rdf:type rdfs:Property ;
	rdfs:label "y2valueSignal"@en ;
	rdfs:domain <SimulationResultCharacteristic> ;
	rdfs:range <SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationResultCharacteristic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Curve> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.SimulationResult> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.SimulationResult> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationResult"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.SimulationResult> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.SimulationResult> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResult> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y1valueSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y1valueSignal> <http://www.w3.org/2000/01/rdf-schema#label> "y1valueSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y1valueSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y1valueSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.resultReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.resultReference> <http://www.w3.org/2000/01/rdf-schema#label> "resultReference"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.resultReference> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.resultReference> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y3valueSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y3valueSignal> <http://www.w3.org/2000/01/rdf-schema#label> "y3valueSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y3valueSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y3valueSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y2valueSignal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y2valueSignal> <http://www.w3.org/2000/01/rdf-schema#label> "y2valueSignal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y2valueSignal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationResultCharacteristic.y2valueSignal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SignalRecorder> .

Sub-Class Of: Curve » IdentifiedObject

Result characteristic. The xvalue of the curve is time.

Property Domain Range Comment
SimulationResult SimulationResultCharacteristic SimulationResult The simulation reslut to which this simulation result characteristic belongs to.
y1valueSignal SimulationResultCharacteristic SignalRecorder The signal for y1value of the characteristic.
resultReference SimulationResultCharacteristic IRI Reference to an artifact containing the data for the characteristic. This can be a reference to comma separated file or other serialization.
y3valueSignal SimulationResultCharacteristic SignalRecorder The signal for y3value of the characteristic.
y2valueSignal SimulationResultCharacteristic SignalRecorder The signal for y2value of the characteristic.
y3Multiplier Curve string Multiplier for Y3-axis.
xUnit Curve string The X-axis units of measure.
y1Multiplier Curve string Multiplier for Y1-axis.
y2Unit Curve string The Y2-axis units of measure.
y3Unit Curve string The Y3-axis units of measure.
curveStyle Curve string The style or shape of the curve.
y1Unit Curve string The Y1-axis units of measure.
xMultiplier Curve string Multiplier for X-axis.
y2Multiplier Curve string Multiplier for Y2-axis.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

SimulationSettings

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SimulationSettings> rdf:type rdfs:Class ;
	rdfs:label "SimulationSettings"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#label> "SimulationSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SimulationSettings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Describes simulation settings necessary for a simulation.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Geographical Location

This geographical location profile is built on the basis of the IEC profile. There is small difference in one association which is specific for exchanges between TSOs.

Geographical Location

CoordinateSystem

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<CoordinateSystem> rdf:type rdfs:Class ;
	rdfs:label "CoordinateSystem"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<CoordinateSystem.crsUrn> rdf:type rdfs:Property ;
	rdfs:label "crsUrn"@en ;
	rdfs:domain <CoordinateSystem> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#label> "CoordinateSystem"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#label> "crsUrn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: IdentifiedObject

Coordinate reference system.

Property Domain Range Comment
crsUrn CoordinateSystem string A Uniform Resource Name (URN) for the coordinate reference system (crs) used to define ‘Location.PositionPoints’. An example would be the European Petroleum Survey Group (EPSG) code for a coordinate reference system, defined in URN under the Open Geospatial Consortium (OGC) namespace as: urn:ogc:def:crs:EPSG::XXXX, where XXXX is an EPSG code (a full list of codes can be found at the EPSG Registry web site http://www.epsg-registry.org/). To define the coordinate system as being WGS84 (latitude, longitude) using an EPSG OGC, this attribute would be urn:ogc:def:crs:EPSG::4236. A profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

Location

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Location> rdf:type rdfs:Class ;
	rdfs:label "Location"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Location.CoordinateSystem> rdf:type rdfs:Property ;
	rdfs:label "CoordinateSystem"@en ;
	rdfs:domain <Location> ;
	rdfs:range <CoordinateSystem> .
<Location.PowerSystemResources> rdf:type rdfs:Property ;
	rdfs:label "PowerSystemResources"@en ;
	rdfs:domain <Location> ;
	rdfs:range <PowerSystemResource> .
<Location.mainAddress> rdf:type rdfs:Property ;
	rdfs:label "mainAddress"@en ;
	rdfs:domain <Location> ;
	rdfs:range <StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location> <http://www.w3.org/2000/01/rdf-schema#label> "Location"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#label> "CoordinateSystem"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResources"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#label> "mainAddress"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .

Sub-Class Of: IdentifiedObject

The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system.

Property Domain Range Comment
CoordinateSystem Location CoordinateSystem Coordinate system used to describe position points of this location.
PowerSystemResources Location PowerSystemResource All power system resources at this location.
mainAddress Location StreetAddress Main address of the location.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

PositionPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PositionPoint> rdf:type rdfs:Class ;
	rdfs:label "PositionPoint"@en .
<PositionPoint.Location> rdf:type rdfs:Property ;
	rdfs:label "Location"@en ;
	rdfs:domain <PositionPoint> ;
	rdfs:range <Location> .
<PositionPoint.zPosition> rdf:type rdfs:Property ;
	rdfs:label "zPosition"@en ;
	rdfs:domain <PositionPoint> ;
	rdfs:range xsd:string .
<PositionPoint.xPosition> rdf:type rdfs:Property ;
	rdfs:label "xPosition"@en ;
	rdfs:domain <PositionPoint> ;
	rdfs:range xsd:string .
<PositionPoint.sequenceNumber> rdf:type rdfs:Property ;
	rdfs:label "sequenceNumber"@en ;
	rdfs:domain <PositionPoint> ;
	rdfs:range xsd:integer .
<PositionPoint.yPosition> rdf:type rdfs:Property ;
	rdfs:label "yPosition"@en ;
	rdfs:domain <PositionPoint> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> <http://www.w3.org/2000/01/rdf-schema#label> "PositionPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#label> "Location"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#label> "zPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#label> "xPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#label> "sequenceNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#label> "yPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
Location PositionPoint Location Location described by this position point.
zPosition PositionPoint string (if applicable) Z axis position.
xPosition PositionPoint string X axis position.
sequenceNumber PositionPoint integer Zero-relative sequence number of this point within a series of points.
yPosition PositionPoint string Y axis position.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

ServiceLocation

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ServiceLocation> rdf:type rdfs:Class ;
	rdfs:label "ServiceLocation"@en ;
	rdfs:subClassOf <WorkLocation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/2000/01/rdf-schema#label> "ServiceLocation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> .

Sub-Class Of: WorkLocation » Location » IdentifiedObject

A real estate location, commonly referred to as premises.

Property Domain Range Comment
CoordinateSystem Location CoordinateSystem Coordinate system used to describe position points of this location.
PowerSystemResources Location PowerSystemResource All power system resources at this location.
mainAddress Location StreetAddress Main address of the location.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

Status

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Status> rdf:type rdfs:Class ;
	rdfs:label "Status"@en .
<Status.value> rdf:type rdfs:Property ;
	rdfs:label "value"@en ;
	rdfs:domain <Status> ;
	rdfs:range xsd:string .
<Status.dateTime> rdf:type rdfs:Property ;
	rdfs:label "dateTime"@en ;
	rdfs:domain <Status> ;
	rdfs:range <https://schema.org/DateTime> .
<Status.remark> rdf:type rdfs:Property ;
	rdfs:label "remark"@en ;
	rdfs:domain <Status> ;
	rdfs:range xsd:string .
<Status.reason> rdf:type rdfs:Property ;
	rdfs:label "reason"@en ;
	rdfs:domain <Status> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status> <http://www.w3.org/2000/01/rdf-schema#label> "Status"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#label> "dateTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#label> "remark"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#label> "reason"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
value Status string Status value at ‘dateTime’; prior status changes may have been kept in instances of activity records associated with the object to which this status applies.
dateTime Status DateTime Date and time for which status ‘value’ applies.
remark Status string Pertinent information regarding the current ‘value’, as free form text.
reason Status string Reason code or explanation for why an object went to the current status ‘value’.

StreetAddress

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StreetAddress> rdf:type rdfs:Class ;
	rdfs:label "StreetAddress"@en .
<StreetAddress.language> rdf:type rdfs:Property ;
	rdfs:label "language"@en ;
	rdfs:domain <StreetAddress> ;
	rdfs:range xsd:string .
<StreetAddress.townDetail> rdf:type rdfs:Property ;
	rdfs:label "townDetail"@en ;
	rdfs:domain <StreetAddress> ;
	rdfs:range <TownDetail> .
<StreetAddress.status> rdf:type rdfs:Property ;
	rdfs:label "status"@en ;
	rdfs:domain <StreetAddress> ;
	rdfs:range <Status> .
<StreetAddress.poBox> rdf:type rdfs:Property ;
	rdfs:label "poBox"@en ;
	rdfs:domain <StreetAddress> ;
	rdfs:range xsd:string .
<StreetAddress.streetDetail> rdf:type rdfs:Property ;
	rdfs:label "streetDetail"@en ;
	rdfs:domain <StreetAddress> ;
	rdfs:range <StreetDetail> .
<StreetAddress.postalCode> rdf:type rdfs:Property ;
	rdfs:label "postalCode"@en ;
	rdfs:domain <StreetAddress> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> <http://www.w3.org/2000/01/rdf-schema#label> "StreetAddress"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#label> "language"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#label> "townDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#label> "status"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#label> "poBox"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#label> "streetDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#label> "postalCode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
language StreetAddress string The language in which the address is specified, using ISO 639-1 two digit language code.
townDetail StreetAddress TownDetail Town detail.
status StreetAddress Status Status of this address.
poBox StreetAddress string Post office box.
streetDetail StreetAddress StreetDetail Street detail.
postalCode StreetAddress string Postal code for the address.

StreetDetail

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<StreetDetail> rdf:type rdfs:Class ;
	rdfs:label "StreetDetail"@en .
<StreetDetail.floorIdentification> rdf:type rdfs:Property ;
	rdfs:label "floorIdentification"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.type> rdf:type rdfs:Property ;
	rdfs:label "type"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.addressGeneral3> rdf:type rdfs:Property ;
	rdfs:label "addressGeneral3"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.prefix> rdf:type rdfs:Property ;
	rdfs:label "prefix"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.addressGeneral2> rdf:type rdfs:Property ;
	rdfs:label "addressGeneral2"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.suiteNumber> rdf:type rdfs:Property ;
	rdfs:label "suiteNumber"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.suffix> rdf:type rdfs:Property ;
	rdfs:label "suffix"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.code> rdf:type rdfs:Property ;
	rdfs:label "code"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.withinTownLimits> rdf:type rdfs:Property ;
	rdfs:label "withinTownLimits"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:boolean .
<StreetDetail.buildingName> rdf:type rdfs:Property ;
	rdfs:label "buildingName"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.number> rdf:type rdfs:Property ;
	rdfs:label "number"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<StreetDetail.addressGeneral> rdf:type rdfs:Property ;
	rdfs:label "addressGeneral"@en ;
	rdfs:domain <StreetDetail> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> <http://www.w3.org/2000/01/rdf-schema#label> "StreetDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#label> "floorIdentification"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#label> "type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#label> "addressGeneral3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#label> "prefix"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#label> "addressGeneral2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#label> "suiteNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#label> "suffix"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#label> "code"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#label> "withinTownLimits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#label> "buildingName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#label> "number"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#label> "addressGeneral"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
floorIdentification StreetDetail string The identification by name or number, expressed as text, of the floor in the building as part of this address.
type StreetDetail string Type of street. Examples include: street, circle, boulevard, avenue, road, drive, etc.
addressGeneral3 StreetDetail string (if applicable) Third line of a free form address.
prefix StreetDetail string Prefix to the street name. For example: North, South, East, West.
addressGeneral2 StreetDetail string (if applicable) Second line of a free form address.
suiteNumber StreetDetail string Number of the apartment or suite.
suffix StreetDetail string Suffix to the street name. For example: North, South, East, West.
code StreetDetail string (if applicable) Utilities often make use of external reference systems, such as those of the town-planner’s department or surveyor general’s mapping system, that allocate global reference codes to streets.
name StreetDetail string Name of the street.
withinTownLimits StreetDetail boolean True if this street is within the legal geographical boundaries of the specified town (default).
buildingName StreetDetail string (if applicable) In certain cases the physical location of the place of interest does not have a direct point of entry from the street, but may be located inside a larger structure such as a building, complex, office block, apartment, etc.
number StreetDetail string Designator of the specific location on the street.
addressGeneral StreetDetail string First line of a free form address or some additional address information (for example a mail stop).

TownDetail

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TownDetail> rdf:type rdfs:Class ;
	rdfs:label "TownDetail"@en .
<TownDetail.stateOrProvince> rdf:type rdfs:Property ;
	rdfs:label "stateOrProvince"@en ;
	rdfs:domain <TownDetail> ;
	rdfs:range xsd:string .
<TownDetail.country> rdf:type rdfs:Property ;
	rdfs:label "country"@en ;
	rdfs:domain <TownDetail> ;
	rdfs:range xsd:string .
<TownDetail.section> rdf:type rdfs:Property ;
	rdfs:label "section"@en ;
	rdfs:domain <TownDetail> ;
	rdfs:range xsd:string .
<TownDetail.code> rdf:type rdfs:Property ;
	rdfs:label "code"@en ;
	rdfs:domain <TownDetail> ;
	rdfs:range xsd:string .
<TownDetail.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <TownDetail> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> <http://www.w3.org/2000/01/rdf-schema#label> "TownDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#label> "stateOrProvince"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#label> "country"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#label> "section"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#label> "code"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
stateOrProvince TownDetail string Name of the state or province.
country TownDetail string Name of the country.
section TownDetail string Town section. For example, it is common for there to be 36 sections per township.
code TownDetail string Town code.
name TownDetail string Town name.

WorkLocation

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<WorkLocation> rdf:type rdfs:Class ;
	rdfs:label "WorkLocation"@en ;
	rdfs:subClassOf <Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/2000/01/rdf-schema#label> "WorkLocation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .

Sub-Class Of: Location » IdentifiedObject

Information about a particular location for various forms of work.

Property Domain Range Comment
CoordinateSystem Location CoordinateSystem Coordinate system used to describe position points of this location.
PowerSystemResources Location PowerSystemResource All power system resources at this location.
mainAddress Location StreetAddress Main address of the location.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.

Diagram Layout

This profile has been built on the basis of the IEC 61970-453 document and adjusted to fit the purpose of the ENTSO-E CGMES.

DiagramLayout

Diagram

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Diagram> rdf:type rdfs:Class ;
	rdfs:label "Diagram"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<Diagram.orientation> rdf:type rdfs:Property ;
	rdfs:label "orientation"@en ;
	rdfs:domain <Diagram> ;
	rdfs:range xsd:string .
<Diagram.x2InitialView> rdf:type rdfs:Property ;
	rdfs:label "x2InitialView"@en ;
	rdfs:domain <Diagram> ;
	rdfs:range xsd:double .
<Diagram.DiagramStyle> rdf:type rdfs:Property ;
	rdfs:label "DiagramStyle"@en ;
	rdfs:domain <Diagram> ;
	rdfs:range <DiagramStyle> .
<Diagram.x1InitialView> rdf:type rdfs:Property ;
	rdfs:label "x1InitialView"@en ;
	rdfs:domain <Diagram> ;
	rdfs:range xsd:double .
<Diagram.y1InitialView> rdf:type rdfs:Property ;
	rdfs:label "y1InitialView"@en ;
	rdfs:domain <Diagram> ;
	rdfs:range xsd:double .
<Diagram.y2InitialView> rdf:type rdfs:Property ;
	rdfs:label "y2InitialView"@en ;
	rdfs:domain <Diagram> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> <http://www.w3.org/2000/01/rdf-schema#label> "Diagram"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.orientation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.orientation> <http://www.w3.org/2000/01/rdf-schema#label> "orientation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.orientation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.orientation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x2InitialView> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x2InitialView> <http://www.w3.org/2000/01/rdf-schema#label> "x2InitialView"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x2InitialView> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x2InitialView> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.DiagramStyle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.DiagramStyle> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramStyle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.DiagramStyle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.DiagramStyle> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramStyle> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x1InitialView> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x1InitialView> <http://www.w3.org/2000/01/rdf-schema#label> "x1InitialView"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x1InitialView> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.x1InitialView> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y1InitialView> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y1InitialView> <http://www.w3.org/2000/01/rdf-schema#label> "y1InitialView"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y1InitialView> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y1InitialView> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y2InitialView> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y2InitialView> <http://www.w3.org/2000/01/rdf-schema#label> "y2InitialView"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y2InitialView> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram.y2InitialView> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

The diagram being exchanged. The coordinate system is a standard Cartesian coordinate system and the orientation attribute defines the orientation. The initial view related attributes can be used to specify an initial view with the x,y coordinates of the diagonal points.

Property Domain Range Comment
orientation Diagram string Coordinate system orientation of the diagram. A positive orientation gives standard “right-hand” orientation, with negative orientation indicating a “left-hand” orientation. For 2D diagrams, a positive orientation will result in X values increasing from left to right and Y values increasing from bottom to top. A negative orientation gives the “left-hand” orientation (favoured by computer graphics displays) with X values increasing from left to right and Y values increasing from top to bottom.
x2InitialView Diagram double X coordinate of the second corner of the initial view.
DiagramStyle Diagram DiagramStyle A Diagram may have a DiagramStyle.
x1InitialView Diagram double X coordinate of the first corner of the initial view.
y1InitialView Diagram double Y coordinate of the first corner of the initial view.
y2InitialView Diagram double Y coordinate of the second corner of the initial view.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

DiagramObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiagramObject> rdf:type rdfs:Class ;
	rdfs:label "DiagramObject"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<DiagramObject.isPolygon> rdf:type rdfs:Property ;
	rdfs:label "isPolygon"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range xsd:boolean .
<DiagramObject.offsetX> rdf:type rdfs:Property ;
	rdfs:label "offsetX"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range xsd:double .
<DiagramObject.IdentifiedObject> rdf:type rdfs:Property ;
	rdfs:label "IdentifiedObject"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range <IdentifiedObject> .
<DiagramObject.DiagramObjectStyle> rdf:type rdfs:Property ;
	rdfs:label "DiagramObjectStyle"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range <DiagramObjectStyle> .
<DiagramObject.Diagram> rdf:type rdfs:Property ;
	rdfs:label "Diagram"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range <Diagram> .
<DiagramObject.offsetY> rdf:type rdfs:Property ;
	rdfs:label "offsetY"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range xsd:double .
<DiagramObject.rotation> rdf:type rdfs:Property ;
	rdfs:label "rotation"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range xsd:double .
<DiagramObject.drawingOrder> rdf:type rdfs:Property ;
	rdfs:label "drawingOrder"@en ;
	rdfs:domain <DiagramObject> ;
	rdfs:range xsd:integer .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.isPolygon> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.isPolygon> <http://www.w3.org/2000/01/rdf-schema#label> "isPolygon"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.isPolygon> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.isPolygon> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetX> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetX> <http://www.w3.org/2000/01/rdf-schema#label> "offsetX"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetX> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetX> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.DiagramObjectStyle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.DiagramObjectStyle> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObjectStyle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.DiagramObjectStyle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.DiagramObjectStyle> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectStyle> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.Diagram> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.Diagram> <http://www.w3.org/2000/01/rdf-schema#label> "Diagram"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.Diagram> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.Diagram> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Diagram> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetY> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetY> <http://www.w3.org/2000/01/rdf-schema#label> "offsetY"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetY> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.offsetY> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.rotation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.rotation> <http://www.w3.org/2000/01/rdf-schema#label> "rotation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.rotation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.rotation> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.drawingOrder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.drawingOrder> <http://www.w3.org/2000/01/rdf-schema#label> "drawingOrder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.drawingOrder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject.drawingOrder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .

Sub-Class Of: IdentifiedObject

An object that defines one or more points in a given space. This object can be associated with anything that specializes IdentifiedObject. For single line diagrams such objects typically include such items as analog values, breakers, disconnectors, power transformers, and transmission lines.

Property Domain Range Comment
isPolygon DiagramObject boolean Defines whether or not the diagram objects points define the boundaries of a polygon or the routing of a polyline. If this value is true then a receiving application should consider the first and last points to be connected.
offsetX DiagramObject double The offset in the X direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon). The offset is in per-unit with 0 indicating there is no offset from the horizontal centre of the icon. -0.5 indicates it is offset by 50% to the left and 0.5 indicates an offset of 50% to the right.
IdentifiedObject DiagramObject IdentifiedObject The domain object to which this diagram object is associated.
DiagramObjectStyle DiagramObject DiagramObjectStyle A diagram object has a style associated that provides a reference for the style used in the originating system.
Diagram DiagramObject Diagram A diagram object is part of a diagram.
offsetY DiagramObject double The offset in the Y direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon). The offset is in per-unit with 0 indicating there is no offset from the vertical centre of the icon. The offset direction is dependent on the orientation of the diagram, with -0.5 and 0.5 indicating an offset of +/- 50% on the vertical axis.
rotation DiagramObject double Sets the angle of rotation of the diagram object. Zero degrees is pointing to the top of the diagram. Rotation is clockwise. DiagramObject.rotation=0 has the following meaning: The connection point of an element which has one terminal is pointing to the top side of the diagram. The connection point “From side” of an element which has more than one terminal is pointing to the top side of the diagram. DiagramObject.rotation=90 has the following meaning: The connection point of an element which has one terminal is pointing to the right hand side of the diagram. The connection point “From side” of an element which has more than one terminal is pointing to the right hand side of the diagram.
drawingOrder DiagramObject integer The drawing order of this element. The higher the number, the later the element is drawn in sequence. This is used to ensure that elements that overlap are rendered in the correct order.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

DiagramObjectGluePoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiagramObjectGluePoint> rdf:type rdfs:Class ;
	rdfs:label "DiagramObjectGluePoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectGluePoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectGluePoint> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObjectGluePoint"@en .

DiagramObjectPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiagramObjectPoint> rdf:type rdfs:Class ;
	rdfs:label "DiagramObjectPoint"@en .
<DiagramObjectPoint.yPosition> rdf:type rdfs:Property ;
	rdfs:label "yPosition"@en ;
	rdfs:domain <DiagramObjectPoint> ;
	rdfs:range xsd:double .
<DiagramObjectPoint.sequenceNumber> rdf:type rdfs:Property ;
	rdfs:label "sequenceNumber"@en ;
	rdfs:domain <DiagramObjectPoint> ;
	rdfs:range xsd:integer .
<DiagramObjectPoint.DiagramObject> rdf:type rdfs:Property ;
	rdfs:label "DiagramObject"@en ;
	rdfs:domain <DiagramObjectPoint> ;
	rdfs:range <DiagramObject> .
<DiagramObjectPoint.DiagramObjectGluePoint> rdf:type rdfs:Property ;
	rdfs:label "DiagramObjectGluePoint"@en ;
	rdfs:domain <DiagramObjectPoint> ;
	rdfs:range <DiagramObjectGluePoint> .
<DiagramObjectPoint.xPosition> rdf:type rdfs:Property ;
	rdfs:label "xPosition"@en ;
	rdfs:domain <DiagramObjectPoint> ;
	rdfs:range xsd:double .
<DiagramObjectPoint.zPosition> rdf:type rdfs:Property ;
	rdfs:label "zPosition"@en ;
	rdfs:domain <DiagramObjectPoint> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObjectPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.yPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#label> "yPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.sequenceNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#label> "sequenceNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObject> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObject> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObjectGluePoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObjectGluePoint> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObjectGluePoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObjectGluePoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.DiagramObjectGluePoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectGluePoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.xPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#label> "xPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.zPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#label> "zPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
Property Domain Range Comment
yPosition DiagramObjectPoint double The Y coordinate of this point.
sequenceNumber DiagramObjectPoint integer The sequence position of the point, used for defining the order of points for diagram objects acting as a polyline or polygon with more than one point. The attribute shall be a positive value.
DiagramObject DiagramObjectPoint DiagramObject The diagram object with which the points are associated.
DiagramObjectGluePoint DiagramObjectPoint DiagramObjectGluePoint The ‘glue’ point to which this point is associated.
xPosition DiagramObjectPoint double The X coordinate of this point.
zPosition DiagramObjectPoint double The Z coordinate of this point.

DiagramObjectStyle

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiagramObjectStyle> rdf:type rdfs:Class ;
	rdfs:label "DiagramObjectStyle"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectStyle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectStyle> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramObjectStyle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObjectStyle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A reference to a style used by the originating system for a diagram object. A diagram object style describes information such as line thickness, shape such as circle or rectangle etc, and colour.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

DiagramStyle

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DiagramStyle> rdf:type rdfs:Class ;
	rdfs:label "DiagramStyle"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramStyle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramStyle> <http://www.w3.org/2000/01/rdf-schema#label> "DiagramStyle"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramStyle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

The diagram style refers to a style used by the originating system for a diagram. A diagram style describes information such as schematic, geographic, etc.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

TextDiagramObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<TextDiagramObject> rdf:type rdfs:Class ;
	rdfs:label "TextDiagramObject"@en ;
	rdfs:subClassOf <DiagramObject> .
<TextDiagramObject.text> rdf:type rdfs:Property ;
	rdfs:label "text"@en ;
	rdfs:domain <TextDiagramObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject> <http://www.w3.org/2000/01/rdf-schema#label> "TextDiagramObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject.text> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject.text> <http://www.w3.org/2000/01/rdf-schema#label> "text"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject.text> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TextDiagramObject.text> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: DiagramObject » IdentifiedObject

A diagram object for placing free-text or text derived from an associated domain object.

Property Domain Range Comment
text TextDiagramObject string The text that is displayed by this text diagram object.
isPolygon DiagramObject boolean Defines whether or not the diagram objects points define the boundaries of a polygon or the routing of a polyline. If this value is true then a receiving application should consider the first and last points to be connected.
offsetX DiagramObject double The offset in the X direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon). The offset is in per-unit with 0 indicating there is no offset from the horizontal centre of the icon. -0.5 indicates it is offset by 50% to the left and 0.5 indicates an offset of 50% to the right.
IdentifiedObject DiagramObject IdentifiedObject The domain object to which this diagram object is associated.
DiagramObjectStyle DiagramObject DiagramObjectStyle A diagram object has a style associated that provides a reference for the style used in the originating system.
Diagram DiagramObject Diagram A diagram object is part of a diagram.
offsetY DiagramObject double The offset in the Y direction. This is used for defining the offset from centre for rendering an icon (the default is that a single point specifies the centre of the icon). The offset is in per-unit with 0 indicating there is no offset from the vertical centre of the icon. The offset direction is dependent on the orientation of the diagram, with -0.5 and 0.5 indicating an offset of +/- 50% on the vertical axis.
rotation DiagramObject double Sets the angle of rotation of the diagram object. Zero degrees is pointing to the top of the diagram. Rotation is clockwise. DiagramObject.rotation=0 has the following meaning: The connection point of an element which has one terminal is pointing to the top side of the diagram. The connection point “From side” of an element which has more than one terminal is pointing to the top side of the diagram. DiagramObject.rotation=90 has the following meaning: The connection point of an element which has one terminal is pointing to the right hand side of the diagram. The connection point “From side” of an element which has more than one terminal is pointing to the right hand side of the diagram.
drawingOrder DiagramObject integer The drawing order of this element. The higher the number, the later the element is drawn in sequence. This is used to ensure that elements that overlap are rendered in the correct order.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

VisibilityLayer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VisibilityLayer> rdf:type rdfs:Class ;
	rdfs:label "VisibilityLayer"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<VisibilityLayer.drawingOrder> rdf:type rdfs:Property ;
	rdfs:label "drawingOrder"@en ;
	rdfs:domain <VisibilityLayer> ;
	rdfs:range xsd:integer .
<VisibilityLayer.VisibleObjects> rdf:type rdfs:Property ;
	rdfs:label "VisibleObjects"@en ;
	rdfs:domain <VisibilityLayer> ;
	rdfs:range <DiagramObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer> <http://www.w3.org/2000/01/rdf-schema#label> "VisibilityLayer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.drawingOrder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.drawingOrder> <http://www.w3.org/2000/01/rdf-schema#label> "drawingOrder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.drawingOrder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.drawingOrder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.VisibleObjects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.VisibleObjects> <http://www.w3.org/2000/01/rdf-schema#label> "VisibleObjects"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.VisibleObjects> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VisibilityLayer.VisibleObjects> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiagramObject> .

Sub-Class Of: IdentifiedObject

Layers are typically used for grouping diagram objects according to themes and scales. Themes are used to display or hide certain information (e.g., lakes, borders), while scales are used for hiding or displaying information depending on the current zoom level (hide text when it is too small to be read, or when it exceeds the screen size). This is also called de-cluttering. CIM based graphics exchange supports an m:n relationship between diagram objects and layers. The importing system shall convert an m:n case into an appropriate 1:n representation if the importing system does not support m:n.

Property Domain Range Comment
drawingOrder VisibilityLayer integer The drawing order for this layer. The higher the number, the later the layer and the objects within it are rendered.
VisibleObjects VisibilityLayer DiagramObject A visibility layer can contain one or more diagram objects.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
description IdentifiedObject string 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.

Equipment Boundary

Equipment Boundary

ACDCTerminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ACDCTerminal> rdf:type rdfs:Class ;
	rdfs:label "ACDCTerminal"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#label> "ACDCTerminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BaseVoltage

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BaseVoltage> rdf:type rdfs:Class ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<BaseVoltage.nominalVoltage> rdf:type rdfs:Property ;
	rdfs:label "nominalVoltage"@en ;
	rdfs:domain <BaseVoltage> ;
	rdfs:range xsd:double .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "nominalVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage.nominalVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .

Sub-Class Of: IdentifiedObject

Defines a system base voltage which is referenced.

Property Domain Range Comment
nominalVoltage BaseVoltage double The power system resource’s base voltage. Shall be a positive value and not zero.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Bay

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Bay> rdf:type rdfs:Class ;
	rdfs:label "Bay"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<Bay.VoltageLevel> rdf:type rdfs:Property ;
	rdfs:label "VoltageLevel"@en ;
	rdfs:domain <Bay> ;
	rdfs:range <VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> <http://www.w3.org/2000/01/rdf-schema#label> "Bay"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageLevel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Bay> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Bay.VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry. A bay typically represents a physical grouping related to modularization of equipment.

Property Domain Range Comment
VoltageLevel Bay VoltageLevel The voltage level containing this bay.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

BoundaryPoint

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<BoundaryPoint> rdf:type rdfs:Class ;
	rdfs:label "BoundaryPoint"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<BoundaryPoint.toEndName> rdf:type rdfs:Property ;
	rdfs:label "toEndName"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.ConnectivityNode> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNode"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range <ConnectivityNode> .
<BoundaryPoint.isExcludedFromAreaInterchange> rdf:type rdfs:Property ;
	rdfs:label "isExcludedFromAreaInterchange"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:boolean .
<BoundaryPoint.isDirectCurrent> rdf:type rdfs:Property ;
	rdfs:label "isDirectCurrent"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:boolean .
<BoundaryPoint.fromEndIsoCode> rdf:type rdfs:Property ;
	rdfs:label "fromEndIsoCode"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.fromEndName> rdf:type rdfs:Property ;
	rdfs:label "fromEndName"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.toEndIsoCode> rdf:type rdfs:Property ;
	rdfs:label "toEndIsoCode"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.fromEndNameTso> rdf:type rdfs:Property ;
	rdfs:label "fromEndNameTso"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<BoundaryPoint.toEndNameTso> rdf:type rdfs:Property ;
	rdfs:label "toEndNameTso"@en ;
	rdfs:domain <BoundaryPoint> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> <http://www.w3.org/2000/01/rdf-schema#label> "BoundaryPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/2000/01/rdf-schema#label> "toEndName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/2000/01/rdf-schema#label> "isExcludedFromAreaInterchange"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isExcludedFromAreaInterchange> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/2000/01/rdf-schema#label> "isDirectCurrent"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.isDirectCurrent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#label> "fromEndIsoCode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/2000/01/rdf-schema#label> "fromEndName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#label> "toEndIsoCode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndIsoCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/2000/01/rdf-schema#label> "fromEndNameTso"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.fromEndNameTso> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/2000/01/rdf-schema#label> "toEndNameTso"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BoundaryPoint.toEndNameTso> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections.

Property Domain Range Comment
toEndName BoundaryPoint string A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the “To” side of the tie-line is connected to. -if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the “To” side of the Boundary point is connected to.
ConnectivityNode BoundaryPoint ConnectivityNode The connectivity node that is designated as a boundary point.
isExcludedFromAreaInterchange BoundaryPoint boolean If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default).
isDirectCurrent BoundaryPoint boolean If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default).
fromEndIsoCode BoundaryPoint string The ISO code of the region which the “From” side of the Boundary point belongs to or it is connected to. The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.
fromEndName BoundaryPoint string A human readable name with length of the string 64 characters maximum. It covers the following two cases: -if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the “From” side of the tie-line is connected to. -if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the “From” side of the Boundary point is connected to.
toEndIsoCode BoundaryPoint string The ISO code of the region which the “To” side of the Boundary point belongs to or is connected to. The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum.
fromEndNameTso BoundaryPoint string Identifies the name of the transmission system operator, distribution system operator or other entity at which the “From” side of the interconnection is connected to. The length of the string is 64 characters maximum.
toEndNameTso BoundaryPoint string Identifies the name of the transmission system operator, distribution system operator or other entity at which the “To” side of the interconnection is connected to. The length of the string is 64 characters maximum.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConductingEquipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConductingEquipment> rdf:type rdfs:Class ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:subClassOf <Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .

Sub-Class Of: Equipment » PowerSystemResource » IdentifiedObject

The parts of the AC power system that are designed to carry current or that are conductively connected through terminals.

Property Domain Range Comment
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConnectivityNode

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNode> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNode"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<ConnectivityNode.ConnectivityNodeContainer> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNodeContainer"@en ;
	rdfs:domain <ConnectivityNode> ;
	rdfs:range <ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode.ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .

Sub-Class Of: IdentifiedObject

Connectivity nodes are points where terminals of AC conducting equipment are connected together with zero impedance.

Property Domain Range Comment
ConnectivityNodeContainer ConnectivityNode ConnectivityNodeContainer Container of this connectivity node.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

ConnectivityNodeContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<ConnectivityNodeContainer> rdf:type rdfs:Class ;
	rdfs:label "ConnectivityNodeContainer"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNodeContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

A base class for all objects that may contain connectivity nodes or topological nodes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Connector

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Connector> rdf:type rdfs:Class ;
	rdfs:label "Connector"@en ;
	rdfs:subClassOf <ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/2000/01/rdf-schema#label> "Connector"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .

Sub-Class Of: ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

A conductor, or group of conductors, with negligible impedance, that serve to connect other conducting equipment within a single substation and are modelled with a single logical terminal.

Property Domain Range Comment
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EnergySchedulingType

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EnergySchedulingType> rdf:type rdfs:Class ;
	rdfs:label "EnergySchedulingType"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#label> "EnergySchedulingType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySchedulingType> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

Used to define the type of generation for scheduling purposes.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Equipment

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Equipment> rdf:type rdfs:Class ;
	rdfs:label "Equipment"@en ;
	rdfs:subClassOf <PowerSystemResource> .
<Equipment.EquipmentContainer> rdf:type rdfs:Property ;
	rdfs:label "EquipmentContainer"@en ;
	rdfs:domain <Equipment> ;
	rdfs:range <EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#label> "Equipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "EquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .

Sub-Class Of: PowerSystemResource » IdentifiedObject

The parts of a power system that are physical devices, electronic or mechanical.

Property Domain Range Comment
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

EquipmentContainer

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<EquipmentContainer> rdf:type rdfs:Class ;
	rdfs:label "EquipmentContainer"@en ;
	rdfs:subClassOf <ConnectivityNodeContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#label> "EquipmentContainer"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNodeContainer> .

Sub-Class Of: ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A modelling construct to provide a root class for containing equipment.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

GeographicalRegion

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<GeographicalRegion> rdf:type rdfs:Class ;
	rdfs:label "GeographicalRegion"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#label> "GeographicalRegion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A geographical region of a power system network model.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

IdentifiedObject

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<IdentifiedObject> rdf:type rdfs:Class ;
	rdfs:label "IdentifiedObject"@en .
<IdentifiedObject.mRID> rdf:type rdfs:Property ;
	rdfs:label "mRID"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.name> rdf:type rdfs:Property ;
	rdfs:label "name"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.energyIdentCodeEic> rdf:type rdfs:Property ;
	rdfs:label "energyIdentCodeEic"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<IdentifiedObject.shortName> rdf:type rdfs:Property ;
	rdfs:label "shortName"@en ;
	rdfs:domain <IdentifiedObject> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#label> "energyIdentCodeEic"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.energyIdentCodeEic> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#label> "shortName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.shortName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Junction

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Junction> rdf:type rdfs:Class ;
	rdfs:label "Junction"@en ;
	rdfs:subClassOf <Connector> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Junction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Junction> <http://www.w3.org/2000/01/rdf-schema#label> "Junction"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Junction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Connector> .

Sub-Class Of: Connector » ConductingEquipment » Equipment » PowerSystemResource » IdentifiedObject

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

Property Domain Range Comment
EquipmentContainer Equipment EquipmentContainer Container of this equipment.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Line

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Line> rdf:type rdfs:Class ;
	rdfs:label "Line"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<Line.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <Line> ;
	rdfs:range <SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line> <http://www.w3.org/2000/01/rdf-schema#label> "Line"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Line> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Line.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

Contains equipment beyond a substation belonging to a power transmission line.

Property Domain Range Comment
Region Line SubGeographicalRegion The sub-geographical region of the line.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

PowerSystemResource

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<PowerSystemResource> rdf:type rdfs:Class ;
	rdfs:label "PowerSystemResource"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .

Sub-Class Of: IdentifiedObject

A power system resource (PSR) can be an item of equipment such as a switch, an equipment container containing many individual items of equipment such as a substation, or an organisational entity such as sub-control area. Power system resources can have measurements associated.

Property Domain Range Comment
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

SubGeographicalRegion

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<SubGeographicalRegion> rdf:type rdfs:Class ;
	rdfs:label "SubGeographicalRegion"@en ;
	rdfs:subClassOf <IdentifiedObject> .
<SubGeographicalRegion.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <SubGeographicalRegion> ;
	rdfs:range <GeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#label> "SubGeographicalRegion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeographicalRegion> .

Sub-Class Of: IdentifiedObject

A subset of a geographical region of a power system network model.

Property Domain Range Comment
Region SubGeographicalRegion GeographicalRegion The geographical region which this sub-geographical region is within.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Substation

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Substation> rdf:type rdfs:Class ;
	rdfs:label "Substation"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<Substation.Region> rdf:type rdfs:Property ;
	rdfs:label "Region"@en ;
	rdfs:domain <Substation> ;
	rdfs:range <SubGeographicalRegion> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> <http://www.w3.org/2000/01/rdf-schema#label> "Substation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/2000/01/rdf-schema#label> "Region"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Substation.Region> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#SubGeographicalRegion> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A collection of equipment for purposes other than generation or utilization, through which electric energy in bulk is passed for the purposes of switching or modifying its characteristics.

Property Domain Range Comment
Region Substation SubGeographicalRegion The SubGeographicalRegion containing the substation.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Terminal

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Terminal> rdf:type rdfs:Class ;
	rdfs:label "Terminal"@en ;
	rdfs:subClassOf <ACDCTerminal> .
<Terminal.ConductingEquipment> rdf:type rdfs:Property ;
	rdfs:label "ConductingEquipment"@en ;
	rdfs:domain <Terminal> ;
	rdfs:range <ConductingEquipment> .
<Terminal.ConnectivityNode> rdf:type rdfs:Property ;
	rdfs:label "ConnectivityNode"@en ;
	rdfs:domain <Terminal> ;
	rdfs:range <ConnectivityNode> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#label> "ConductingEquipment"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConductingEquipment> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#label> "ConnectivityNode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Terminal.ConnectivityNode> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConnectivityNode> .

Sub-Class Of: ACDCTerminal » IdentifiedObject

An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes.

Property Domain Range Comment
ConductingEquipment Terminal ConductingEquipment The conducting equipment of the terminal. Conducting equipment have terminals that may be connected to other conducting equipment terminals via connectivity nodes or topological nodes.
ConnectivityNode Terminal ConnectivityNode The connectivity node to which this terminal connects with zero impedance.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

VoltageLevel

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<VoltageLevel> rdf:type rdfs:Class ;
	rdfs:label "VoltageLevel"@en ;
	rdfs:subClassOf <EquipmentContainer> .
<VoltageLevel.Substation> rdf:type rdfs:Property ;
	rdfs:label "Substation"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range <Substation> .
<VoltageLevel.highVoltageLimit> rdf:type rdfs:Property ;
	rdfs:label "highVoltageLimit"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range xsd:double .
<VoltageLevel.lowVoltageLimit> rdf:type rdfs:Property ;
	rdfs:label "lowVoltageLimit"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range xsd:double .
<VoltageLevel.BaseVoltage> rdf:type rdfs:Property ;
	rdfs:label "BaseVoltage"@en ;
	rdfs:domain <VoltageLevel> ;
	rdfs:range <BaseVoltage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#label> "VoltageLevel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquipmentContainer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/2000/01/rdf-schema#label> "Substation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.Substation> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Substation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#label> "highVoltageLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.highVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#label> "lowVoltageLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.lowVoltageLimit> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#label> "BaseVoltage"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLevel.BaseVoltage> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#BaseVoltage> .

Sub-Class Of: EquipmentContainer » ConnectivityNodeContainer » PowerSystemResource » IdentifiedObject

A collection of equipment at one common system voltage forming a switchgear. The equipment typically consists of breakers, busbars, instrumentation, control, regulation and protection devices as well as assemblies of all these.

Property Domain Range Comment
Substation VoltageLevel Substation The substation of the voltage level.
highVoltageLimit VoltageLevel double The bus bar’s high voltage limit. The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with lowVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.
lowVoltageLimit VoltageLevel double The bus bar’s low voltage limit. The limit applies to all equipment and nodes contained in a given VoltageLevel. It is not required that it is exchanged in pair with highVoltageLimit. It is preferable to use operational VoltageLimit, which prevails, if present.
BaseVoltage VoltageLevel BaseVoltage The base voltage used for all equipment within the voltage level.
mRID IdentifiedObject string 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.
name IdentifiedObject string The name is any free human readable and possibly non unique text naming the object.
energyIdentCodeEic IdentifiedObject string 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.
description IdentifiedObject string 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.
shortName IdentifiedObject string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum.

Document Header

Document Header

DifferenceModel

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<DifferenceModel> rdf:type rdfs:Class ;
	rdfs:label "DifferenceModel"@en ;
	rdfs:subClassOf <Model> .
<DifferenceModel.forwardDifferences> rdf:type rdfs:Property ;
	rdfs:label "forwardDifferences"@en ;
	rdfs:domain <DifferenceModel> ;
	rdfs:range <Statements> .
<DifferenceModel.preconditions> rdf:type rdfs:Property ;
	rdfs:label "preconditions"@en ;
	rdfs:domain <DifferenceModel> ;
	rdfs:range <Statements> .
<DifferenceModel.reverseDifferences> rdf:type rdfs:Property ;
	rdfs:label "reverseDifferences"@en ;
	rdfs:domain <DifferenceModel> ;
	rdfs:range <Statements> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel> <http://www.w3.org/2000/01/rdf-schema#label> "DifferenceModel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.forwardDifferences> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.forwardDifferences> <http://www.w3.org/2000/01/rdf-schema#label> "forwardDifferences"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.forwardDifferences> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.forwardDifferences> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.preconditions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.preconditions> <http://www.w3.org/2000/01/rdf-schema#label> "preconditions"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.preconditions> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.preconditions> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.reverseDifferences> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.reverseDifferences> <http://www.w3.org/2000/01/rdf-schema#label> "reverseDifferences"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.reverseDifferences> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DifferenceModel.reverseDifferences> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> .

Sub-Class Of: Model

It represents the difference model header. The content is described by the Model class, the association role forwardDifferences and association role reverseDifferences. Both association roles may have one set of Statements.

Property Domain Range Comment
forwardDifferences DifferenceModel Statements A property of the difference model whose value is a collection of statements (i.e., resources of type rdf:Statement) representing the forward difference statements.
preconditions DifferenceModel Statements A property of the difference model whose value is the collection of precondition statements.
reverseDifferences DifferenceModel Statements A property of the difference model whose value is the collection of reverse difference statements.
usedSettings Model IRI Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation.
conformsTo Model StringIRI An established standard to which the described resource conforms. [CIM context: An IRI describing the profile that governs this model. It uniquely identifies the profile and its version. Multiple instances of the property describe all standards or specifications to which the model and the document representing this model conform to. A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.].
hadPrimarySource Model IRI A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic’s study, without benefit from hindsight. Because of the directness of primary sources, they ‘speak for themselves’ in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated. A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application’s domain. [CIM context: Reference to a modelling authority set version sourcing the model. It is only used in cases where a model is modified by an agent which has different version of modelling authority set. The agent that makes a revision of a model indicates the primary source using this property and also refers to its own version of modelling authority set using prov:specializationOf.].
inXSDDateTimeStamp Model dateTimeStamp Position of an instant, expressed using xsd:dateTimeStamp, in which the time-zone field is mandatory. [CIM context: The date and time that this model represents, i.e. for which the model is (or was) valid. If used in relation with hasXSDDuration it indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].
license Model string A legal document giving official permission to do something with the resource. Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided. [CIM context: Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.].
isVersionOf Model string This resource is a version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dcterms:isVersionOf, which makes use of a broader notion of version, including editions and adaptations.
DependentOn Model Model A reference to the model documents that the model described by this document depends on. In general there can be 0 or many Model.DependentOn depending on the profile and the content of the instance file. For instance: – A load flow solution depends on the topology model it was computed from – A topology model computed by a topology processor depends on the network model it was computed from. The referenced models are identified by the FullModel rdf:about attribute for full model documents and by DifferenceModel rdf:about attribute for difference model documents. The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created.
processType Model IRI The exact business nature. Reference to Business Process configurations.
wasAttributedTo Model IRI Attribution is the ascribing of an entity to an agent. [CIM context: Reference to the agent (or service provider) from which the model originates.].
hasVersion Model string This resource has a more specific, versioned resource. This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g. snapshots [PAV]. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dcterms:hasVersion, which makes use of a broader notion of version, including editions and adaptations.
type Model string The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format.
description Model string A free-text account of the item.
creator Model StringIRI An entity responsible for making the resource. Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided. [CIM context: The name of the agent (Modeling Authority) from which the model originates].
identifier Model StringIRI An unambiguous reference to the resource within a given context. Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs. [CIM context: A unique identifier of the model which is serialised in the document where the header is located. The identifier is persistent for a given version of the model and shall change when the model changes. If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.].
hasXSDDuration Model duration Extent of a temporal entity, expressed using xsd:duration. [CIM context: The duration of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the inXSDDateTimeStamp property which indicates the beginning of the validity period of the model. The end of the validity period is derived from both inXSDDateTimeStamp and hasXSDDuration.].
accrualPeriodicity Model IRI The frequency with which items are added to a collection. [CIM context: Reference to the time frame.].
Supersedes Model Model When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced.
wasRevisionOf Model IRI A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation. [CIM context: When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the model which are superseded by this model. A model can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case, multiple properties are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced.].
wasGeneratedBy Model IRI Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.].
serviceLocation Model IRI Reference to a service location (region or a domain).
atLocation Model IRI A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth. [CIM context: Reference to a region or a domain for which this model is provided.].
hasCurrentVersion Model string This resource has a more specific, versioned resource with equivalent content. This property is intended for relating a non-versioned or abstract resource to a single snapshot that can be used as a permalink to indicate the current version of the content. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle.
status Model IRI Indicates the status of a skos:Concept or a skosxl:Label, or any resource related to controlled vocabulary management. [CIM context: The condition or position of an object with regard to its standing. (Validated, Primary, Backup etc.)].
versionNotes Model string A description of changes between this version and the previous version of the resource.
wasInfluencedBy Model IRI Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. [CIM context: A reference to the model on which the model serialised in this document depends on. The references are maintained by the producer of the model. Minimum requirements for the dependency are specified and can be restricted within a business process as long as they do not contradict requirements by standards. For instance, IEC 61970-600-1 defines minimum requirements for the profiles defined in that standard.].
profile Model anyURI URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0.
previousVersion Model string The previous version of a resource in a lineage. This property is meant to be used to specify a version chain, consisting of snapshots of a resource. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time.
scenarioTime Model DateTime The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>.
accessRights Model IRI Information about who access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. [CIM context: Reference to the confidentiality level that shall be applied when handling this model.].
applicationSoftware Model string Identifies the application software which generated this instance file. The application software term is defined in ISO/IEC/IEEE 24765:2017. The application software can be identified either: - as a string which contains information on the software name and version, e.g. <tool_name>-<major_version>.<minor_version>.<patch>, or - as a reference to a software identification tag as defined by ISO/IEC 19770-2:2015 and ISO/IEC/IEEE 24765:2017.
version Model string The version number of a resource.
rights Model string A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements.
created Model DateTime The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>.
keyword Model StringFixedLanguage A keyword or tag describing a resource. [CIM context: The intended content type of the model, usually the profile keyword. Used to identify what profiles and content is expected in the document, e.g., Equipment, Boundary, SSH, AE, etc. The same keyword is used for different versions of same profile. It can be also used to identify different content based on the same profile. For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.].
generatedAtTime Model DateTime Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].
modelingAuthoritySet Model anyURI A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange.
specializationOf Model IRI An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity. [CIM context: Reference to modelling authority set version sourcing the model. The agent that makes a revision of a model indicates the primary source using prov:hadPrimarySource and refers to its own version of modelling authority set using this property.].
rightsHolder Model string Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.

FullModel

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<FullModel> rdf:type rdfs:Class ;
	rdfs:label "FullModel"@en ;
	rdfs:subClassOf <Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FullModel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FullModel> <http://www.w3.org/2000/01/rdf-schema#label> "FullModel"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#FullModel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .

Sub-Class Of: Model

It represents the full model header and its contents is described by the Model class.

Property Domain Range Comment
usedSettings Model IRI Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation.
conformsTo Model StringIRI An established standard to which the described resource conforms. [CIM context: An IRI describing the profile that governs this model. It uniquely identifies the profile and its version. Multiple instances of the property describe all standards or specifications to which the model and the document representing this model conform to. A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.].
hadPrimarySource Model IRI A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic’s study, without benefit from hindsight. Because of the directness of primary sources, they ‘speak for themselves’ in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated. A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application’s domain. [CIM context: Reference to a modelling authority set version sourcing the model. It is only used in cases where a model is modified by an agent which has different version of modelling authority set. The agent that makes a revision of a model indicates the primary source using this property and also refers to its own version of modelling authority set using prov:specializationOf.].
inXSDDateTimeStamp Model dateTimeStamp Position of an instant, expressed using xsd:dateTimeStamp, in which the time-zone field is mandatory. [CIM context: The date and time that this model represents, i.e. for which the model is (or was) valid. If used in relation with hasXSDDuration it indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].
license Model string A legal document giving official permission to do something with the resource. Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided. [CIM context: Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.].
isVersionOf Model string This resource is a version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dcterms:isVersionOf, which makes use of a broader notion of version, including editions and adaptations.
DependentOn Model Model A reference to the model documents that the model described by this document depends on. In general there can be 0 or many Model.DependentOn depending on the profile and the content of the instance file. For instance: – A load flow solution depends on the topology model it was computed from – A topology model computed by a topology processor depends on the network model it was computed from. The referenced models are identified by the FullModel rdf:about attribute for full model documents and by DifferenceModel rdf:about attribute for difference model documents. The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created.
processType Model IRI The exact business nature. Reference to Business Process configurations.
wasAttributedTo Model IRI Attribution is the ascribing of an entity to an agent. [CIM context: Reference to the agent (or service provider) from which the model originates.].
hasVersion Model string This resource has a more specific, versioned resource. This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g. snapshots [PAV]. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dcterms:hasVersion, which makes use of a broader notion of version, including editions and adaptations.
type Model string The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format.
description Model string A free-text account of the item.
creator Model StringIRI An entity responsible for making the resource. Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided. [CIM context: The name of the agent (Modeling Authority) from which the model originates].
identifier Model StringIRI An unambiguous reference to the resource within a given context. Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs. [CIM context: A unique identifier of the model which is serialised in the document where the header is located. The identifier is persistent for a given version of the model and shall change when the model changes. If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.].
hasXSDDuration Model duration Extent of a temporal entity, expressed using xsd:duration. [CIM context: The duration of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the inXSDDateTimeStamp property which indicates the beginning of the validity period of the model. The end of the validity period is derived from both inXSDDateTimeStamp and hasXSDDuration.].
accrualPeriodicity Model IRI The frequency with which items are added to a collection. [CIM context: Reference to the time frame.].
Supersedes Model Model When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced.
wasRevisionOf Model IRI A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation. [CIM context: When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the model which are superseded by this model. A model can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case, multiple properties are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced.].
wasGeneratedBy Model IRI Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.].
serviceLocation Model IRI Reference to a service location (region or a domain).
atLocation Model IRI A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth. [CIM context: Reference to a region or a domain for which this model is provided.].
hasCurrentVersion Model string This resource has a more specific, versioned resource with equivalent content. This property is intended for relating a non-versioned or abstract resource to a single snapshot that can be used as a permalink to indicate the current version of the content. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle.
status Model IRI Indicates the status of a skos:Concept or a skosxl:Label, or any resource related to controlled vocabulary management. [CIM context: The condition or position of an object with regard to its standing. (Validated, Primary, Backup etc.)].
versionNotes Model string A description of changes between this version and the previous version of the resource.
wasInfluencedBy Model IRI Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. [CIM context: A reference to the model on which the model serialised in this document depends on. The references are maintained by the producer of the model. Minimum requirements for the dependency are specified and can be restricted within a business process as long as they do not contradict requirements by standards. For instance, IEC 61970-600-1 defines minimum requirements for the profiles defined in that standard.].
profile Model anyURI URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0.
previousVersion Model string The previous version of a resource in a lineage. This property is meant to be used to specify a version chain, consisting of snapshots of a resource. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time.
scenarioTime Model DateTime The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>.
accessRights Model IRI Information about who access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. [CIM context: Reference to the confidentiality level that shall be applied when handling this model.].
applicationSoftware Model string Identifies the application software which generated this instance file. The application software term is defined in ISO/IEC/IEEE 24765:2017. The application software can be identified either: - as a string which contains information on the software name and version, e.g. <tool_name>-<major_version>.<minor_version>.<patch>, or - as a reference to a software identification tag as defined by ISO/IEC 19770-2:2015 and ISO/IEC/IEEE 24765:2017.
version Model string The version number of a resource.
rights Model string A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements.
created Model DateTime The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>.
keyword Model StringFixedLanguage A keyword or tag describing a resource. [CIM context: The intended content type of the model, usually the profile keyword. Used to identify what profiles and content is expected in the document, e.g., Equipment, Boundary, SSH, AE, etc. The same keyword is used for different versions of same profile. It can be also used to identify different content based on the same profile. For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.].
generatedAtTime Model DateTime Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].
modelingAuthoritySet Model anyURI A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange.
specializationOf Model IRI An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity. [CIM context: Reference to modelling authority set version sourcing the model. The agent that makes a revision of a model indicates the primary source using prov:hadPrimarySource and refers to its own version of modelling authority set using this property.].
rightsHolder Model string Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.

Model

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Model> rdf:type rdfs:Class ;
	rdfs:label "Model"@en .
<Model.usedSettings> rdf:type rdfs:Property ;
	rdfs:label "usedSettings"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.conformsTo> rdf:type rdfs:Property ;
	rdfs:label "conformsTo"@en ;
	rdfs:domain <Model> ;
	rdfs:range <StringIRI> .
<Model.hadPrimarySource> rdf:type rdfs:Property ;
	rdfs:label "hadPrimarySource"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.inXSDDateTimeStamp> rdf:type rdfs:Property ;
	rdfs:label "inXSDDateTimeStamp"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:dateTimeStamp .
<Model.license> rdf:type rdfs:Property ;
	rdfs:label "license"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.isVersionOf> rdf:type rdfs:Property ;
	rdfs:label "isVersionOf"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.DependentOn> rdf:type rdfs:Property ;
	rdfs:label "DependentOn"@en ;
	rdfs:domain <Model> ;
	rdfs:range <Model> .
<Model.processType> rdf:type rdfs:Property ;
	rdfs:label "processType"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.wasAttributedTo> rdf:type rdfs:Property ;
	rdfs:label "wasAttributedTo"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.hasVersion> rdf:type rdfs:Property ;
	rdfs:label "hasVersion"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.type> rdf:type rdfs:Property ;
	rdfs:label "type"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.description> rdf:type rdfs:Property ;
	rdfs:label "description"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.creator> rdf:type rdfs:Property ;
	rdfs:label "creator"@en ;
	rdfs:domain <Model> ;
	rdfs:range <StringIRI> .
<Model.identifier> rdf:type rdfs:Property ;
	rdfs:label "identifier"@en ;
	rdfs:domain <Model> ;
	rdfs:range <StringIRI> .
<Model.hasXSDDuration> rdf:type rdfs:Property ;
	rdfs:label "hasXSDDuration"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:duration .
<Model.accrualPeriodicity> rdf:type rdfs:Property ;
	rdfs:label "accrualPeriodicity"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.Supersedes> rdf:type rdfs:Property ;
	rdfs:label "Supersedes"@en ;
	rdfs:domain <Model> ;
	rdfs:range <Model> .
<Model.wasRevisionOf> rdf:type rdfs:Property ;
	rdfs:label "wasRevisionOf"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.wasGeneratedBy> rdf:type rdfs:Property ;
	rdfs:label "wasGeneratedBy"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.serviceLocation> rdf:type rdfs:Property ;
	rdfs:label "serviceLocation"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.atLocation> rdf:type rdfs:Property ;
	rdfs:label "atLocation"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.hasCurrentVersion> rdf:type rdfs:Property ;
	rdfs:label "hasCurrentVersion"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.status> rdf:type rdfs:Property ;
	rdfs:label "status"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.versionNotes> rdf:type rdfs:Property ;
	rdfs:label "versionNotes"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.wasInfluencedBy> rdf:type rdfs:Property ;
	rdfs:label "wasInfluencedBy"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.profile> rdf:type rdfs:Property ;
	rdfs:label "profile"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:anyURI .
<Model.previousVersion> rdf:type rdfs:Property ;
	rdfs:label "previousVersion"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.scenarioTime> rdf:type rdfs:Property ;
	rdfs:label "scenarioTime"@en ;
	rdfs:domain <Model> ;
	rdfs:range <https://schema.org/DateTime> .
<Model.accessRights> rdf:type rdfs:Property ;
	rdfs:label "accessRights"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.applicationSoftware> rdf:type rdfs:Property ;
	rdfs:label "applicationSoftware"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.version> rdf:type rdfs:Property ;
	rdfs:label "version"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.rights> rdf:type rdfs:Property ;
	rdfs:label "rights"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<Model.created> rdf:type rdfs:Property ;
	rdfs:label "created"@en ;
	rdfs:domain <Model> ;
	rdfs:range <https://schema.org/DateTime> .
<Model.keyword> rdf:type rdfs:Property ;
	rdfs:label "keyword"@en ;
	rdfs:domain <Model> ;
	rdfs:range <StringFixedLanguage> .
<Model.generatedAtTime> rdf:type rdfs:Property ;
	rdfs:label "generatedAtTime"@en ;
	rdfs:domain <Model> ;
	rdfs:range <https://schema.org/DateTime> .
<Model.modelingAuthoritySet> rdf:type rdfs:Property ;
	rdfs:label "modelingAuthoritySet"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:anyURI .
<Model.specializationOf> rdf:type rdfs:Property ;
	rdfs:label "specializationOf"@en ;
	rdfs:domain <Model> ;
	rdfs:range <IRI> .
<Model.rightsHolder> rdf:type rdfs:Property ;
	rdfs:label "rightsHolder"@en ;
	rdfs:domain <Model> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model> <http://www.w3.org/2000/01/rdf-schema#label> "Model"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.usedSettings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.usedSettings> <http://www.w3.org/2000/01/rdf-schema#label> "usedSettings"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.usedSettings> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.usedSettings> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.conformsTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.conformsTo> <http://www.w3.org/2000/01/rdf-schema#label> "conformsTo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.conformsTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.conformsTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringIRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hadPrimarySource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hadPrimarySource> <http://www.w3.org/2000/01/rdf-schema#label> "hadPrimarySource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hadPrimarySource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hadPrimarySource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.inXSDDateTimeStamp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.inXSDDateTimeStamp> <http://www.w3.org/2000/01/rdf-schema#label> "inXSDDateTimeStamp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.inXSDDateTimeStamp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.inXSDDateTimeStamp> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTimeStamp> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.license> <http://www.w3.org/2000/01/rdf-schema#label> "license"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.license> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.license> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.isVersionOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.isVersionOf> <http://www.w3.org/2000/01/rdf-schema#label> "isVersionOf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.isVersionOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.isVersionOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.DependentOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.DependentOn> <http://www.w3.org/2000/01/rdf-schema#label> "DependentOn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.DependentOn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.DependentOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.processType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.processType> <http://www.w3.org/2000/01/rdf-schema#label> "processType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.processType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.processType> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasAttributedTo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#label> "wasAttributedTo"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasAttributedTo> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasVersion> <http://www.w3.org/2000/01/rdf-schema#label> "hasVersion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasVersion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasVersion> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.type> <http://www.w3.org/2000/01/rdf-schema#label> "type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.creator> <http://www.w3.org/2000/01/rdf-schema#label> "creator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.creator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.creator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringIRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.identifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.identifier> <http://www.w3.org/2000/01/rdf-schema#label> "identifier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.identifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.identifier> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringIRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasXSDDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasXSDDuration> <http://www.w3.org/2000/01/rdf-schema#label> "hasXSDDuration"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasXSDDuration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasXSDDuration> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#duration> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accrualPeriodicity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accrualPeriodicity> <http://www.w3.org/2000/01/rdf-schema#label> "accrualPeriodicity"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accrualPeriodicity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accrualPeriodicity> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.Supersedes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.Supersedes> <http://www.w3.org/2000/01/rdf-schema#label> "Supersedes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.Supersedes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.Supersedes> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasRevisionOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasRevisionOf> <http://www.w3.org/2000/01/rdf-schema#label> "wasRevisionOf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasRevisionOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasRevisionOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasGeneratedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#label> "wasGeneratedBy"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasGeneratedBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.serviceLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.serviceLocation> <http://www.w3.org/2000/01/rdf-schema#label> "serviceLocation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.serviceLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.serviceLocation> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.atLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.atLocation> <http://www.w3.org/2000/01/rdf-schema#label> "atLocation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.atLocation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.atLocation> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasCurrentVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasCurrentVersion> <http://www.w3.org/2000/01/rdf-schema#label> "hasCurrentVersion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasCurrentVersion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.hasCurrentVersion> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.status> <http://www.w3.org/2000/01/rdf-schema#label> "status"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.status> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.status> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.versionNotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.versionNotes> <http://www.w3.org/2000/01/rdf-schema#label> "versionNotes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.versionNotes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.versionNotes> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasInfluencedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasInfluencedBy> <http://www.w3.org/2000/01/rdf-schema#label> "wasInfluencedBy"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasInfluencedBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.wasInfluencedBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.profile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.profile> <http://www.w3.org/2000/01/rdf-schema#label> "profile"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.profile> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.profile> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.previousVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.previousVersion> <http://www.w3.org/2000/01/rdf-schema#label> "previousVersion"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.previousVersion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.previousVersion> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.scenarioTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.scenarioTime> <http://www.w3.org/2000/01/rdf-schema#label> "scenarioTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.scenarioTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.scenarioTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accessRights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accessRights> <http://www.w3.org/2000/01/rdf-schema#label> "accessRights"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accessRights> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.accessRights> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.applicationSoftware> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.applicationSoftware> <http://www.w3.org/2000/01/rdf-schema#label> "applicationSoftware"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.applicationSoftware> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.applicationSoftware> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.version> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.version> <http://www.w3.org/2000/01/rdf-schema#label> "version"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.version> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.version> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rights> <http://www.w3.org/2000/01/rdf-schema#label> "rights"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rights> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rights> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.created> <http://www.w3.org/2000/01/rdf-schema#label> "created"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.created> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.created> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.keyword> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.keyword> <http://www.w3.org/2000/01/rdf-schema#label> "keyword"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.keyword> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.keyword> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringFixedLanguage> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.generatedAtTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.generatedAtTime> <http://www.w3.org/2000/01/rdf-schema#label> "generatedAtTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.generatedAtTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.generatedAtTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.modelingAuthoritySet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.modelingAuthoritySet> <http://www.w3.org/2000/01/rdf-schema#label> "modelingAuthoritySet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.modelingAuthoritySet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.modelingAuthoritySet> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.specializationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.specializationOf> <http://www.w3.org/2000/01/rdf-schema#label> "specializationOf"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.specializationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.specializationOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#IRI> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rightsHolder> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rightsHolder> <http://www.w3.org/2000/01/rdf-schema#label> "rightsHolder"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rightsHolder> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Model> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Model.rightsHolder> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
usedSettings Model IRI Reference to a set of parameters describing used settings (e.g. power flow settings, process settings, etc.) applied to the model prior its serialisation.
conformsTo Model StringIRI An established standard to which the described resource conforms. [CIM context: An IRI describing the profile that governs this model. It uniquely identifies the profile and its version. Multiple instances of the property describe all standards or specifications to which the model and the document representing this model conform to. A document would normally conform to profile definitions, the constraints that relate to the profile and/or the set of business specific constrains. A reference to a machine- readable constraints or specification indicates that the document was tested against these constraints and it conforms to them.].
hadPrimarySource Model IRI A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic’s study, without benefit from hindsight. Because of the directness of primary sources, they ‘speak for themselves’ in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated. A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application’s domain. [CIM context: Reference to a modelling authority set version sourcing the model. It is only used in cases where a model is modified by an agent which has different version of modelling authority set. The agent that makes a revision of a model indicates the primary source using this property and also refers to its own version of modelling authority set using prov:specializationOf.].
inXSDDateTimeStamp Model dateTimeStamp Position of an instant, expressed using xsd:dateTimeStamp, in which the time-zone field is mandatory. [CIM context: The date and time that this model represents, i.e. for which the model is (or was) valid. If used in relation with hasXSDDuration it indicates the beginning of the validity period. It is indicating either an instant (in cases where the model is only valid for a point in time) or the start time of a period. If not provided the model is considered valid for any time stamp. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].
license Model string A legal document giving official permission to do something with the resource. Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided. [CIM context: Reference to the license under which the data is made available. If no license holder is defined, then the original data provider holds the license.].
isVersionOf Model string This resource is a version of a non-versioned or abstract resource. This property is intended for relating a versioned resource to a non-versioned or abstract resource. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dcterms:isVersionOf, which makes use of a broader notion of version, including editions and adaptations.
DependentOn Model Model A reference to the model documents that the model described by this document depends on. In general there can be 0 or many Model.DependentOn depending on the profile and the content of the instance file. For instance: – A load flow solution depends on the topology model it was computed from – A topology model computed by a topology processor depends on the network model it was computed from. The referenced models are identified by the FullModel rdf:about attribute for full model documents and by DifferenceModel rdf:about attribute for difference model documents. The references are maintained by the producer of the CIMXML document and the references are valid for the model with version and identifier for which the document was created.
processType Model IRI The exact business nature. Reference to Business Process configurations.
wasAttributedTo Model IRI Attribution is the ascribing of an entity to an agent. [CIM context: Reference to the agent (or service provider) from which the model originates.].
hasVersion Model string This resource has a more specific, versioned resource. This property is intended for relating a non-versioned or abstract resource to several versioned resources, e.g. snapshots [PAV]. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. Therefore, its semantics is more specific than its super-property dcterms:hasVersion, which makes use of a broader notion of version, including editions and adaptations.
type Model string The nature or genre of the resource. Recommended practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMI-TYPE]. To describe the file format, physical medium, or dimensions of the resource, use the property Format.
description Model string A free-text account of the item.
creator Model StringIRI An entity responsible for making the resource. Recommended practice is to identify the creator with a URI. If this is not possible or feasible, a literal value that identifies the creator may be provided. [CIM context: The name of the agent (Modeling Authority) from which the model originates].
identifier Model StringIRI An unambiguous reference to the resource within a given context. Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs. [CIM context: A unique identifier of the model which is serialised in the document where the header is located. The identifier is persistent for a given version of the model and shall change when the model changes. If a model is serialized as complete (full) model or as difference model exchange the identifier shall be the same. The identifier shall not be used as an identifier of the document which can be different for a given version of a model.].
hasXSDDuration Model duration Extent of a temporal entity, expressed using xsd:duration. [CIM context: The duration of the validity period of the model that it is serialized in the document where the header is located. It is only used in relation to the inXSDDateTimeStamp property which indicates the beginning of the validity period of the model. The end of the validity period is derived from both inXSDDateTimeStamp and hasXSDDuration.].
accrualPeriodicity Model IRI The frequency with which items are added to a collection. [CIM context: Reference to the time frame.].
Supersedes Model Model When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the CIMXML documents which are superseded by this model. A model (or instance file) can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case more than one Model.Supersedes are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced.
wasRevisionOf Model IRI A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation. [CIM context: When a model is updated the resulting model supersedes the models that were used as basis for the update. Hence this is a reference to the model which are superseded by this model. A model can supersede 1 or more models, e.g. a difference model or a full model supersede multiple models (difference or full). In this case, multiple properties are included in the header. The referenced document(s) is (are) identified by the URN/MRID/UUID in the FullModel rdf:about attribute when full model(s) is (are) referenced and by the URN/MRID/UUID in the DifferenceModel rdf:about attribute when difference model(s) is (are) referenced.].
wasGeneratedBy Model IRI Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: Reference to an activity or the exact business nature (process, configuration) which produced or uses the model.].
serviceLocation Model IRI Reference to a service location (region or a domain).
atLocation Model IRI A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth. [CIM context: Reference to a region or a domain for which this model is provided.].
hasCurrentVersion Model string This resource has a more specific, versioned resource with equivalent content. This property is intended for relating a non-versioned or abstract resource to a single snapshot that can be used as a permalink to indicate the current version of the content. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle.
status Model IRI Indicates the status of a skos:Concept or a skosxl:Label, or any resource related to controlled vocabulary management. [CIM context: The condition or position of an object with regard to its standing. (Validated, Primary, Backup etc.)].
versionNotes Model string A description of changes between this version and the previous version of the resource.
wasInfluencedBy Model IRI Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. [CIM context: A reference to the model on which the model serialised in this document depends on. The references are maintained by the producer of the model. Minimum requirements for the dependency are specified and can be restricted within a business process as long as they do not contradict requirements by standards. For instance, IEC 61970-600-1 defines minimum requirements for the profiles defined in that standard.].
profile Model anyURI URN/URI describing the profiles that governs this model. It uniquely identifies the profiles and its version, e.g. http://iec.ch/TC57/61970-456/SteadyStateHypothesis/2/0.
previousVersion Model string The previous version of a resource in a lineage. This property is meant to be used to specify a version chain, consisting of snapshots of a resource. The notion of version used by this property is limited to versions resulting from revisions occurring to a resource as part of its life-cycle. One of the typical cases here is representing the history of the versions of a dataset that have been released over time.
scenarioTime Model DateTime The date and time that this model represents, i.e. for which the model is valid. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.scenarioTime>2030-01-15T17:00:00.000Z</md:Model.scenarioTime>.
accessRights Model IRI Information about who access the resource or an indication of its security status. Access Rights may include information regarding access or restrictions based on privacy, security, or other policies. [CIM context: Reference to the confidentiality level that shall be applied when handling this model.].
applicationSoftware Model string Identifies the application software which generated this instance file. The application software term is defined in ISO/IEC/IEEE 24765:2017. The application software can be identified either: - as a string which contains information on the software name and version, e.g. <tool_name>-<major_version>.<minor_version>.<patch>, or - as a reference to a software identification tag as defined by ISO/IEC 19770-2:2015 and ISO/IEC/IEEE 24765:2017.
version Model string The version number of a resource.
rights Model string A statement that concerns all rights not addressed with dct:license or dct:accessRights, such as copyright statements.
created Model DateTime The date and time when the model was created. It is the time of the serialization. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC, e.g. <md:Model.created>2014-05-15T17:48:31.474Z</md:Model.created>.
keyword Model StringFixedLanguage A keyword or tag describing a resource. [CIM context: The intended content type of the model, usually the profile keyword. Used to identify what profiles and content is expected in the document, e.g., Equipment, Boundary, SSH, AE, etc. The same keyword is used for different versions of same profile. It can be also used to identify different content based on the same profile. For instance, as the equipment profile can be used for both boundary data and equipment not related to boundary, the keyword is different to indicate that boundary data is exchanged. In order to avoid ambiguity the property is not exchanged in cases where the document contains multiple profiles referenced by dct:conformsTo.].
generatedAtTime Model DateTime Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. [CIM context: The date and time when the model was serialized in the document where the header is located. The format is an extended format according to the ISO 8601-2005. European exchanges shall refer to UTC.].
modelingAuthoritySet Model anyURI A URN/URI referring to the organisation role / model authority set reference. The organization role is the source of the model. It is the same for all profiles part of a model exchange.
specializationOf Model IRI An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity. [CIM context: Reference to modelling authority set version sourcing the model. The agent that makes a revision of a model indicates the primary source using prov:hadPrimarySource and refers to its own version of modelling authority set using this property.].
rightsHolder Model string Information about rights held in and over the resource. Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. Recommended practice is to refer to a rights statement with a URI. If this is not possible or feasible, a literal value (name, label, or short text) may be provided.

Statements

@base <http://iec.ch/TC57/2013/CIM-schema-cim16#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<Statements> rdf:type rdfs:Class ;
	rdfs:label "Statements"@en .
<Statements.predicate> rdf:type rdfs:Property ;
	rdfs:label "predicate"@en ;
	rdfs:domain <Statements> ;
	rdfs:range xsd:string .
<Statements.object> rdf:type rdfs:Property ;
	rdfs:label "object"@en ;
	rdfs:domain <Statements> ;
	rdfs:range xsd:string .
<Statements.subject> rdf:type rdfs:Property ;
	rdfs:label "subject"@en ;
	rdfs:domain <Statements> ;
	rdfs:range xsd:string .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> <http://www.w3.org/2000/01/rdf-schema#label> "Statements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.predicate> <http://www.w3.org/2000/01/rdf-schema#label> "predicate"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.predicate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.predicate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.object> <http://www.w3.org/2000/01/rdf-schema#label> "object"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.object> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.subject> <http://www.w3.org/2000/01/rdf-schema#label> "subject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.subject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Statements> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Statements.subject> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
Property Domain Range Comment
predicate Statements string Statement predicate.
object Statements string Statement object.
subject Statements string Statement subject.