-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSteadyStateHypothesis.nt
576 lines (576 loc) · 116 KB
/
SteadyStateHypothesis.nt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter.p> <http://www.w3.org/2000/01/rdf-schema#comment> "Active power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution in the case a simplified power flow model is used."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power at the point of common coupling. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution in the case a simplified power flow model is used."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetPpcc> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetUdc> <http://www.w3.org/2000/01/rdf-schema#comment> "Target value for DC voltage magnitude. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<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#comment> "An electrical connection point (AC or DC) to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.connected> <http://www.w3.org/2000/01/rdf-schema#comment> "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. \nIn 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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<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#comment> "Limit on active power flow."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ActivePowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#comment> "Value of active power limit. The attribute shall be a positive value or zero."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<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#comment> "Apparent power limit."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ApparentPowerLimit.value> <http://www.w3.org/2000/01/rdf-schema#comment> "The apparent power limit. The attribute shall be a positive value or zero."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AsynchronousMachine.asynchronousMachineType> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the type of Asynchronous Machine (motor or generator)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsUnit> .
<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#comment> "An electrochemical energy storage device."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#BatteryUnit.batteryState> <http://www.w3.org/2000/01/rdf-schema#comment> "The current state of the battery (charging, full, etc.)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.storedE> <http://www.w3.org/2000/01/rdf-schema#comment> "Amount of energy currently stored. The attribute shall be a positive value or zero and lower than BatteryUnit.ratedE."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<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#comment> "The parts of the AC power system that are designed to carry current or that are conductively connected through terminals."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<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#comment> "ConformLoad represent loads that follow a daily load change pattern where the pattern can be used to scale the load with a system load."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<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#comment> "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:\n1. The control area orientation for net interchange is positive for an import, negative for an export.\n2. 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.\n3. 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.\n4. 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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.netInterchange> <http://www.w3.org/2000/01/rdf-schema#comment> "The specified positive net interchange into the control area, i.e. positive sign means flow into the area."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ControlArea.pTolerance> <http://www.w3.org/2000/01/rdf-schema#comment> "Active power net interchange tolerance. The attribute shall be a positive value or zero."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<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#comment> "DC side of the current source converter (CSC).\nThe 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.\nThe 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.\nThe 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.\nThe 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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.operatingMode> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates whether the DC pole is operating as an inverter or as a rectifier. It is converter’s control variable used in power flow."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.pPccControl> <http://www.w3.org/2000/01/rdf-schema#comment> "Kind of active power control."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetAlpha> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetGamma> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CsConverter.targetIdc> <http://www.w3.org/2000/01/rdf-schema#comment> "DC current target value. It is converter’s control variable used in power flow. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<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#comment> "Operational limit on current. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CurrentLimit.value> <http://www.w3.org/2000/01/rdf-schema#comment> "Limit on current flow. The attribute shall be a positive value or zero."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<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#comment> "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. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#DCBaseTerminal> .
<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#comment> "An electrical connection point to generic DC conducting equipment."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Breaker> .
<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#comment> "A circuit breaking device including disconnecting function, eliminating the need for separate disconnectors."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<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#comment> "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. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<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#comment> "A connection of energy generation or consumption on the power system model."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<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#comment> "Generic user of energy - a point of consumption on the power system model.\nEnergyConsumer.pfixed, .qfixed, .pfixedPct and .qfixedPct have meaning only if there is no LoadResponseCharacteristic associated with EnergyConsumer or if LoadResponseCharacteristic.exponentModel is set to False."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.p> <http://www.w3.org/2000/01/rdf-schema#comment> "Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node.\nFor voltage dependent loads the value is at rated voltage.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node.\nFor voltage dependent loads the value is at rated voltage.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<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#comment> "A generic equivalent for an energy supplier on a transmission or distribution voltage level."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.activePower> <http://www.w3.org/2000/01/rdf-schema#comment> "High voltage source active injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for steady state solutions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EnergySource.reactivePower> <http://www.w3.org/2000/01/rdf-schema#comment> "High voltage source reactive injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for steady state solutions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.voltageAngle> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.voltageMagnitude> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<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#comment> "The parts of a power system that are physical devices, electronic or mechanical."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment.inService> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<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#comment> "The class represents equivalent objects that are the result of a network reduction. The class is the base for equivalent objects of different types."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentEquipment> .
<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#comment> "This class represents equivalent injections (generation or load). Voltage regulation is allowed only at the point of connection."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.p> <http://www.w3.org/2000/01/rdf-schema#comment> "Equivalent active power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for steady state solutions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Equivalent reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for steady state solutions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.regulationStatus> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the regulation status of the EquivalentInjection. True is regulating. False is not regulating."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#EquivalentInjection.regulationTarget> <http://www.w3.org/2000/01/rdf-schema#comment> "The target voltage for voltage regulation. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<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#comment> "This class represents the external network and it is used for IEC 60909 calculations."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.p> <http://www.w3.org/2000/01/rdf-schema#comment> "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for steady state solutions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for steady state solutions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ExternalNetworkInjection.referencePriority> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit.normalPF> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<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#comment> "A manually operated or motor operated mechanical switching device used for isolating a circuit or equipment from ground."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<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#comment> "A generating unit whose prime mover is a hydraulic turbine (e.g., Francis, Pelton, Kaplan)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> <http://www.w3.org/2000/01/rdf-schema#comment> "This is a root class to provide common identification for all classes needing identification and naming attributes."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.mRID> <http://www.w3.org/2000/01/rdf-schema#comment> "Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended.\nFor CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<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#comment> "A linear shunt compensator has banks or sections with equal admittance values."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ProtectedSwitch> .
<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#comment> "A mechanical switching device capable of making, carrying, and breaking currents under normal operating conditions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<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#comment> "NonConformLoad represents loads that do not follow a daily load change pattern and whose changes are not correlated with the daily load change pattern."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<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#comment> "A nuclear generating unit."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<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#comment> "A value and normal value associated with a specific kind of limit. \nThe sub class value and normalValue attributes vary inversely to the associated OperationalLimitType.acceptableDuration (acceptableDuration for short). \nIf 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. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<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#comment> "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.\nThe phase angle is computed as stepPhaseShiftIncrement times the tap position.\nThe voltage magnitude of both sides is the same."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChangerNonLinear> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PhaseTapChanger> .
<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#comment> "Describes a tap changer with a table defining the relation between the tap step and the phase angle difference across the transformer. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<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#comment> "A connection to the AC network for energy production or consumption that uses power electronics rather than rotating machines."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerElectronicsConnection.p> <http://www.w3.org/2000/01/rdf-schema#comment> "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Equipment> .
<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#comment> "A generating unit or battery or aggregation that connects to the AC network using power electronics rather than rotating machines."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Switch> .
<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#comment> "A ProtectedSwitch is a switching device that can be operated by ProtectionEquipment."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger> .
<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#comment> "A tap changer that changes the voltage ratio impacting the voltage magnitude but not the phase angle across the transformer.\n\nAngle 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)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConnection> .
<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#comment> "A type of conducting equipment that can regulate a quantity (i.e. voltage or flow) at a specific point in the network. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the regulation status of the equipment. True is regulating, false is not regulating."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<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#comment> "Specifies a set of equipment that works together to control a power system quantity such as voltage or flow. \nRemote bus voltage control is possible by specifying the controlled terminal located at some place remote from the controlling equipment.\nThe 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.\nFor flow control, load sign convention is used, i.e. positive sign means flow out from a TopologicalNode (bus) into the conducting equipment.\nThe attribute minAllowedTargetValue and maxAllowedTargetValue are required in the following cases:\n- For a power generating module operated in power factor control mode to specify maximum and minimum power factor values;\n- Whenever it is necessary to have an off center target voltage for the tap changer regulator. For instance, due to long cables to off shore wind farms and the need to have a simpler setup at the off shore transformer platform, the voltage is controlled from the land at the connection point for the off shore wind farm. Since there usually is a voltage rise along the cable, there is typical and overvoltage of up 3-4 kV compared to the on shore station. Thus in normal operation the tap changer on the on shore station is operated with a target set point, which is in the lower parts of the dead band.\nThe attributes minAllowedTargetValue and maxAllowedTargetValue are not related to the attribute targetDeadband and thus they are not treated as an alternative of the targetDeadband. They are needed due to limitations in the local substation controller. The attribute targetDeadband is used to prevent the power flow from move the tap position in circles (hunting) that is to be used regardless of the attributes minAllowedTargetValue and maxAllowedTargetValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl.discrete> <http://www.w3.org/2000/01/rdf-schema#comment> "The regulation is performed in a discrete mode. This applies to equipment with discrete controls, e.g. tap changers and shunt compensators."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.enabled> <http://www.w3.org/2000/01/rdf-schema#comment> "The flag tells if regulation is enabled."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.maxAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Maximum allowed target value (RegulatingControl.targetValue)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.minAllowedTargetValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Minimum allowed target value (RegulatingControl.targetValue)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetDeadband> <http://www.w3.org/2000/01/rdf-schema#comment> "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.\nNote that for instance, if the targetValue is 100 kV and the targetDeadband is 2 kV the range is from 99 to 101 kV."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetValue> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetValueUnitMultiplier> <http://www.w3.org/2000/01/rdf-schema#comment> "Specify the multiplier for used for the targetValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<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#comment> "A rotating machine which may be used as a generator or motor."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.p> <http://www.w3.org/2000/01/rdf-schema#comment> "Active power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ShuntCompensator.sections> <http://www.w3.org/2000/01/rdf-schema#comment> "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. \nFor 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.\nFor NonlinearShuntCompensator-s shall only be set to one of the NonlinearShuntCompenstorPoint.sectionNumber. There is no interpolation between NonlinearShuntCompenstorPoint-s."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<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#comment> "A solar thermal generating unit, connected to the grid by means of a rotating machine. This class does not represent photovoltaic (PV) generation."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingCondEq> .
<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#comment> "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.\n\nThe 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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StaticVarCompensator.q> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power injection. Load sign convention is used, i.e. positive sign means flow out from a node.\nStarting value for a steady state solution."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#EnergyConsumer> .
<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#comment> "Station supply with load derived from the station output."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ConductingEquipment> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Switch.locked> <http://www.w3.org/2000/01/rdf-schema#comment> "If true, the switch is locked. The resulting switch state is a combination of locked and Switch.open attributes as follows:\n<ul>\n <li>locked=true and Switch.open=true. The resulting state is open and locked;</li>\n <li>locked=false and Switch.open=true. The resulting state is open;</li>\n <li>locked=false and Switch.open=false. The resulting state is closed.</li>\n</ul>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.open> <http://www.w3.org/2000/01/rdf-schema#comment> "The attribute tells if the switch is considered open when used as input to topology processing."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RotatingMachine> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SynchronousMachine.operatingMode> <http://www.w3.org/2000/01/rdf-schema#comment> "Current mode of operation."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.referencePriority> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<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#comment> "Mechanism for changing transformer winding tap positions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TapChanger.controlEnabled> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the regulation status of the equipment. True is regulating, false is not regulating."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.step> <http://www.w3.org/2000/01/rdf-schema#comment> "Tap changer position.\nStarting 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.\nThe attribute shall be equal to or greater than lowStep and equal to or less than highStep."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#RegulatingControl> .
<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#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<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#comment> "An AC electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called connectivity nodes."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<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#comment> "A generating unit whose prime mover could be a steam turbine, combustion turbine, or diesel engine."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#OperationalLimit> .
<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#comment> "Operational limit applied to voltage.\nThe use of operational VoltageLimit is preferred instead of limits defined at VoltageLevel. The operational VoltageLimits are used, if present."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VoltageLimit.value> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCConverter> .
<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#comment> "DC side of the voltage source converter (VSC)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.droop> <http://www.w3.org/2000/01/rdf-schema#comment> "Droop constant. The pu value is obtained as D [kV/MW] x Sb / Ubdc. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.droopCompensation> <http://www.w3.org/2000/01/rdf-schema#comment> "Compensation constant. Used to compensate for voltage drop when controlling voltage at a distant bus. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.pPccControl> <http://www.w3.org/2000/01/rdf-schema#comment> "Kind of control of real power and/or DC voltage."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.qPccControl> <http://www.w3.org/2000/01/rdf-schema#comment> "Kind of reactive power control."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.qShare> <http://www.w3.org/2000/01/rdf-schema#comment> "Reactive power sharing factor among parallel converters on Uac control. The attribute shall be a positive value or zero."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#VsConverter.targetPhasePcc> <http://www.w3.org/2000/01/rdf-schema#comment> "Phase target at AC side, at point of common coupling. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetPowerFactorPcc> <http://www.w3.org/2000/01/rdf-schema#comment> "Power factor target at the AC side, at point of common coupling. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetPWMfactor> <http://www.w3.org/2000/01/rdf-schema#comment> "Magnitude of pulse-modulation factor. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetQpcc> <http://www.w3.org/2000/01/rdf-schema#comment> "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."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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.targetUpcc> <http://www.w3.org/2000/01/rdf-schema#comment> "Voltage target in AC grid, at point of common coupling. The attribute shall be a positive value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<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#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#GeneratingUnit> .
<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#comment> "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. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .