-
Notifications
You must be signed in to change notification settings - Fork 0
/
Operation.nt
511 lines (511 loc) · 93.1 KB
/
Operation.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
<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.Measurements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.Measurements> <http://www.w3.org/2000/01/rdf-schema#label> "Measurements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.Measurements> <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.Measurements> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal.Measurements> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurements associated with this terminal defining where the measurement is placed in the network topology. It may be used, for instance, to capture the sensor position, such as a voltage transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/2000/01/rdf-schema#label> "Accumulator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> <http://www.w3.org/2000/01/rdf-schema#comment> "Accumulator represents an accumulated (counted) Measurement, e.g. an energy value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.LimitSets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.LimitSets> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSets"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.LimitSets> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.LimitSets> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.LimitSets> <http://www.w3.org/2000/01/rdf-schema#comment> "A measurement may have zero or more limit ranges defined for it."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.AccumulatorValues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.AccumulatorValues> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorValues"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.AccumulatorValues> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.AccumulatorValues> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator.AccumulatorValues> <http://www.w3.org/2000/01/rdf-schema#comment> "The values connected to this measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> <http://www.w3.org/2000/01/rdf-schema#comment> "Limit values for Accumulator measurements."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.value> <http://www.w3.org/2000/01/rdf-schema#comment> "The value to supervise against. The value is positive."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#comment> "The set of limits."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorLimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> <http://www.w3.org/2000/01/rdf-schema#comment> "An AccumulatorLimitSet specifies a set of Limits that are associated with an Accumulator measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#label> "Measurements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#comment> "The Measurements using the LimitSet."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Limits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#label> "Limits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#comment> "The limit values used for supervision of Measurements."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorReset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#comment> "This command resets the counter value to zero."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset.AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The accumulator value that is reset by the command."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> <http://www.w3.org/2000/01/rdf-schema#comment> "AccumulatorValue represents an accumulated (counted) MeasurementValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.AccumulatorReset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#label> "AccumulatorReset"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorReset> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.AccumulatorReset> <http://www.w3.org/2000/01/rdf-schema#comment> "The command that resets the accumulator value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#label> "Accumulator"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Accumulator> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AccumulatorValue.Accumulator> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement to which this value is connected."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/2000/01/rdf-schema#label> "Analog"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> <http://www.w3.org/2000/01/rdf-schema#comment> "Analog represents an analog Measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#label> "positiveFlowIn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.positiveFlowIn> <http://www.w3.org/2000/01/rdf-schema#comment> "If true then this measurement is an active power, reactive power or current with the convention that a positive value measured at the Terminal means power is flowing into the related PowerSystemResource."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.AnalogValues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.AnalogValues> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogValues"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.AnalogValues> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.AnalogValues> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.AnalogValues> <http://www.w3.org/2000/01/rdf-schema#comment> "The values connected to this measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.LimitSets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.LimitSets> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSets"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.LimitSets> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.LimitSets> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Analog.LimitSets> <http://www.w3.org/2000/01/rdf-schema#comment> "A measurement may have zero or more limit ranges defined for it."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> <http://www.w3.org/2000/01/rdf-schema#comment> "An analog control used for supervisory control."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#label> "maxValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.maxValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#label> "minValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.minValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl.AnalogValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The MeasurementValue that is controlled."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogLimit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> <http://www.w3.org/2000/01/rdf-schema#comment> "Limit values for Analog measurements."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.value> <http://www.w3.org/2000/01/rdf-schema#comment> "The value to supervise against."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit.LimitSet> <http://www.w3.org/2000/01/rdf-schema#comment> "The set of limits."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogLimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> <http://www.w3.org/2000/01/rdf-schema#comment> "An AnalogLimitSet specifies a set of Limits that are associated with an Analog measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#label> "Measurements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Measurements> <http://www.w3.org/2000/01/rdf-schema#comment> "The Measurements using the LimitSet."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Limits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#label> "Limits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimit> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogLimitSet.Limits> <http://www.w3.org/2000/01/rdf-schema#comment> "The limit values used for supervision of Measurements."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> <http://www.w3.org/2000/01/rdf-schema#comment> "AnalogValue represents an analog MeasurementValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.AnalogControl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.AnalogControl> <http://www.w3.org/2000/01/rdf-schema#label> "AnalogControl"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.AnalogControl> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.AnalogControl> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.AnalogControl> <http://www.w3.org/2000/01/rdf-schema#comment> "The Control variable associated with the MeasurementValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#label> "Analog"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Analog> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogValue.Analog> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement to which this value is connected."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/2000/01/rdf-schema#label> "Command"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command> <http://www.w3.org/2000/01/rdf-schema#comment> "A Command is a discrete control used for supervisory control."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.normalValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Normal value for Control.value e.g. used for percentage scaling."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.value> <http://www.w3.org/2000/01/rdf-schema#comment> "The value representing the actuator output."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#label> "DiscreteValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The MeasurementValue that is controlled."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Command.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#comment> "The ValueAliasSet used for translation of a Control value to a name."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/2000/01/rdf-schema#label> "Control"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control> <http://www.w3.org/2000/01/rdf-schema#comment> "Control is used for supervisory/device control. It represents control outputs that are used to change the state in a process, e.g. close or open breaker, a set point value or a raise lower command."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#label> "controlType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.controlType> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the type of Control. For example, this specifies if the Control represents BreakerOpen, BreakerClose, GeneratorVoltageSetPoint, GeneratorRaise, GeneratorLower, etc."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#label> "operationInProgress"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.operationInProgress> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates that a client is currently sending control commands that has not completed."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#label> "timeStamp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.timeStamp> <http://www.w3.org/2000/01/rdf-schema#comment> "The last time a control output was sent."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#label> "unitMultiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit multiplier of the controlled quantity."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "unitSymbol"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit of measure of the controlled quantity."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Control.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#comment> "Regulating device governed by this control output."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/2000/01/rdf-schema#label> "Discrete"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> <http://www.w3.org/2000/01/rdf-schema#comment> "Discrete represents a discrete Measurement, i.e. a Measurement representing discrete values, e.g. a Breaker position."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.DiscreteValues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.DiscreteValues> <http://www.w3.org/2000/01/rdf-schema#label> "DiscreteValues"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.DiscreteValues> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.DiscreteValues> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.DiscreteValues> <http://www.w3.org/2000/01/rdf-schema#comment> "The values connected to this measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#comment> "The ValueAliasSet used for translation of a MeasurementValue.value to a name."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#label> "DiscreteValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> <http://www.w3.org/2000/01/rdf-schema#comment> "DiscreteValue represents a discrete MeasurementValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#label> "Discrete"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Discrete> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement to which this value is connected."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Command> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Command> <http://www.w3.org/2000/01/rdf-schema#label> "Command"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Command> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Command> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#DiscreteValue.Command> <http://www.w3.org/2000/01/rdf-schema#comment> "The Control variable associated with the MeasurementValue."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/2000/01/rdf-schema#label> "IOPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "The class describe a measurement or control value. The purpose is to enable having attributes and associations common for measurement and control."^^<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.description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#label> "description"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.description> <http://www.w3.org/2000/01/rdf-schema#comment> "The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy."^^<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#IdentifiedObject.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.name> <http://www.w3.org/2000/01/rdf-schema#comment> "The name is any free human readable and possibly non unique text naming the object."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/2000/01/rdf-schema#label> "Limit"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Limit> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies one limit value for a Measurement. A Measurement typically has several limits that are kept together by the LimitSet class. The actual meaning and use of a Limit instance (i.e., if it is an alarm or warning limit or if it is a high or low limit) is not captured in the Limit class. However the name of a Limit instance may indicate both meaning and use."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/2000/01/rdf-schema#label> "LimitSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies a set of Limits that are associated with a Measurement. A Measurement may have several LimitSets corresponding to seasonal or other changing conditions. The condition is captured in the name and description attributes. The same LimitSet may be used for several Measurements. In particular percentage limits are used this way."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#label> "isPercentageLimits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#LimitSet.isPercentageLimits> <http://www.w3.org/2000/01/rdf-schema#comment> "Tells if the limit values are in percentage of normalValue or the specified Unit for Measurements and Controls."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/2000/01/rdf-schema#label> "Measurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> <http://www.w3.org/2000/01/rdf-schema#comment> "A Measurement represents any measured, calculated or non-measured non-calculated quantity. Any piece of equipment may contain Measurements, e.g. a substation may have temperature measurements and door open indications, a transformer may have oil temperature and tank pressure measurements, a bay may contain a number of power flow measurements and a Breaker may contain a switch status measurement. \nThe PSR - Measurement association is intended to capture this use of Measurement and is included in the naming hierarchy based on EquipmentContainer. The naming hierarchy typically has Measurements as leaves, e.g. Substation-VoltageLevel-Bay-Switch-Measurement.\nSome Measurements represent quantities related to a particular sensor location in the network, e.g. a voltage transformer (VT) or potential transformer (PT) at a busbar or a current transformer (CT) at the bar between a breaker and an isolator. The sensing position is not captured in the PSR - Measurement association. Instead it is captured by the Measurement - Terminal association that is used to define the sensing location in the network topology. The location is defined by the connection of the Terminal to ConductingEquipment. \nIf both a Terminal and PSR are associated, and the PSR is of type ConductingEquipment, the associated Terminal should belong to that ConductingEquipment instance.\nWhen the sensor location is needed both Measurement-PSR and Measurement-Terminal are used. The Measurement-Terminal association is never used alone."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#label> "measurementType"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.measurementType> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the type of measurement. For example, this specifies if the measurement represents an indoor temperature, outdoor temperature, bus voltage, line flow, etc.\nWhen the measurementType is set to \"Specialization\", the type of Measurement is defined in more detail by the specialized class which inherits from Measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#label> "phases"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.phases> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates to which phases the measurement applies and avoids the need to use 'measurementType' to also encode phase information (which would explode the types). The phase information in Measurement, along with 'measurementType' and 'phases' uniquely defines a Measurement for a device, based on normal network phase. Their meaning will not change when the computed energizing phasing is changed due to jumpers or other reasons.\nIf the attribute is missing three phases (ABC) shall be assumed."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#label> "unitMultiplier"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitMultiplier> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit multiplier of the measured quantity."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#label> "unitSymbol"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.unitSymbol> <http://www.w3.org/2000/01/rdf-schema#comment> "The unit of measure of the measured quantity."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#label> "Terminal"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ACDCTerminal> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.Terminal> <http://www.w3.org/2000/01/rdf-schema#comment> "One or more measurements may be associated with a terminal in the network."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement.PowerSystemResource> <http://www.w3.org/2000/01/rdf-schema#comment> "The power system resource that contains the measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IOPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#comment> "The current state for a measurement. A state value is an instance of a measurement from a specific source. Measurements can be associated with many state values, each representing a different source for the measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#label> "sensorAccuracy"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.sensorAccuracy> <http://www.w3.org/2000/01/rdf-schema#comment> "The limit, expressed as a percentage of the sensor maximum, that errors will not exceed when the sensor is used under reference conditions."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#label> "timeStamp"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.timeStamp> <http://www.w3.org/2000/01/rdf-schema#comment> "The time when the value was last updated."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueSource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#comment> "A reference to the type of source that updates the MeasurementValue, e.g. SCADA, CCLink, manual, etc. User conventions for the names of sources are contained in the introduction to IEC 61970-301."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueQuality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueQuality"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue.MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#comment> "A MeasurementValue has a MeasurementValueQuality associated with it."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueQuality"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement quality flags. Bits 0-10 are defined for substation automation in IEC 61850-7-3. Bits 11-15 are reserved for future expansion by that document. Bits 16-31 are reserved for EMS applications."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueQuality.MeasurementValue> <http://www.w3.org/2000/01/rdf-schema#comment> "A MeasurementValue has a MeasurementValueQuality associated with it."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValueSource"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> <http://www.w3.org/2000/01/rdf-schema#comment> "MeasurementValueSource describes the alternative sources updating a MeasurementValue. User conventions for how to use the MeasurementValueSource attributes are defined in IEC 61970-301."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource.MeasurementValues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource.MeasurementValues> <http://www.w3.org/2000/01/rdf-schema#label> "MeasurementValues"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource.MeasurementValues> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource.MeasurementValues> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValueSource.MeasurementValues> <http://www.w3.org/2000/01/rdf-schema#comment> "The MeasurementValues updated by the source."^^<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#PowerSystemResource.Controls> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Controls> <http://www.w3.org/2000/01/rdf-schema#label> "Controls"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Controls> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Controls> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Control> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Controls> <http://www.w3.org/2000/01/rdf-schema#comment> "The controller outputs used to actually govern a regulating device, e.g. the magnetization of a synchronous machine or capacitor bank breaker actuator."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Measurements> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Measurements> <http://www.w3.org/2000/01/rdf-schema#label> "Measurements"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Measurements> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Measurements> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Measurements> <http://www.w3.org/2000/01/rdf-schema#comment> "The measurements associated with this power system resource."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> <http://www.w3.org/2000/01/rdf-schema#label> "Quality61850"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> <http://www.w3.org/2000/01/rdf-schema#comment> "Quality flags in this class are as defined in IEC 61850, except for estimatorReplaced, which has been included in this class for convenience."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#label> "badReference"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.badReference> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement value may be incorrect due to a reference being out of calibration."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#label> "estimatorReplaced"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.estimatorReplaced> <http://www.w3.org/2000/01/rdf-schema#comment> "Value has been replaced by State Estimator. estimatorReplaced is not an IEC61850 quality bit but has been put in this class for convenience."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#label> "failure"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.failure> <http://www.w3.org/2000/01/rdf-schema#comment> "This identifier indicates that a supervision function has detected an internal or external failure, e.g. communication failure."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#label> "oldData"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oldData> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement value is old and possibly invalid, as it has not been successfully updated during a specified time interval."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#label> "operatorBlocked"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.operatorBlocked> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement value is blocked and hence unavailable for transmission. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#label> "oscillatory"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.oscillatory> <http://www.w3.org/2000/01/rdf-schema#comment> "To prevent some overload of the communication it is sensible to detect and suppress oscillating (fast changing) binary inputs. If a signal changes in a defined time twice in the same direction (from 0 to 1 or from 1 to 0) then oscillation is detected and the detail quality identifier \"oscillatory\" is set. If it is detected a configured numbers of transient changes could be passed by. In this time the validity status \"questionable\" is set. If after this defined numbers of changes the signal is still in the oscillating state the value shall be set either to the opposite state of the previous stable value or to a defined default value. In this case the validity status \"questionable\" is reset and \"invalid\" is set as long as the signal is oscillating. If it is configured such that no transient changes should be passed by then the validity status \"invalid\" is set immediately in addition to the detail quality identifier \"oscillatory\" (used for status information only)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#label> "outOfRange"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.outOfRange> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement value is beyond a predefined range of value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#label> "overFlow"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.overFlow> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement value is beyond the capability of being represented properly. For example, a counter value overflows from maximum count back to a value of zero. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#label> "source"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.source> <http://www.w3.org/2000/01/rdf-schema#comment> "Source gives information related to the origin of a value. The value may be acquired from the process, defaulted or substituted."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#label> "suspect"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.suspect> <http://www.w3.org/2000/01/rdf-schema#comment> "A correlation function has detected that the value is not consistent with other values. Typically set by a network State Estimator."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#label> "test"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.test> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement value is transmitted for test purposes."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#label> "validity"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Quality61850.validity> <http://www.w3.org/2000/01/rdf-schema#comment> "Validity of the measurement value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/2000/01/rdf-schema#label> "RaiseLowerCommand"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> <http://www.w3.org/2000/01/rdf-schema#comment> "An analog control that increases or decreases a set point value with pulses. Unless otherwise specified, one pulse moves the set point by one. "^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#comment> "The ValueAliasSet used for translation of a Control value to a name."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#AnalogControl> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/2000/01/rdf-schema#label> "SetPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "An analog control that issues a set point value."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#label> "normalValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.normalValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Normal value for Control.value e.g. used for percentage scaling."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#double> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#SetPoint.value> <http://www.w3.org/2000/01/rdf-schema#comment> "The value representing the actuator output."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Measurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#comment> "StringMeasurement represents a measurement with values of type string."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement.StringMeasurementValues> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement.StringMeasurementValues> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurementValues"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement.StringMeasurementValues> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement.StringMeasurementValues> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement.StringMeasurementValues> <http://www.w3.org/2000/01/rdf-schema#comment> "The values connected to this measurement."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#MeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurementValue"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> <http://www.w3.org/2000/01/rdf-schema#comment> "StringMeasurementValue represents a measurement value of type string."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#label> "StringMeasurement"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurement> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StringMeasurementValue.StringMeasurement> <http://www.w3.org/2000/01/rdf-schema#comment> "Measurement to which this value is connected."^^<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#ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the translation of a set of values into a name and is intendend to facilitate custom translations. Each ValueAliasSet has a name, description etc. A specific Measurement may represent a discrete state like Open, Closed, Intermediate etc. This requires a translation from the MeasurementValue.value number to a string, e.g. 0->\"Invalid\", 1->\"Open\", 2->\"Closed\", 3->\"Intermediate\". Each ValueToAlias member in ValueAliasSet.Value describe a mapping for one particular value to a name."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.RaiseLowerCommands> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.RaiseLowerCommands> <http://www.w3.org/2000/01/rdf-schema#label> "RaiseLowerCommands"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.RaiseLowerCommands> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.RaiseLowerCommands> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#RaiseLowerCommand> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.RaiseLowerCommands> <http://www.w3.org/2000/01/rdf-schema#comment> "The Commands using the set for translation."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Values> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Values> <http://www.w3.org/2000/01/rdf-schema#label> "Values"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Values> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Values> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Values> <http://www.w3.org/2000/01/rdf-schema#comment> "The ValueToAlias mappings included in the set."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Discretes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Discretes> <http://www.w3.org/2000/01/rdf-schema#label> "Discretes"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Discretes> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Discretes> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Discrete> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Discretes> <http://www.w3.org/2000/01/rdf-schema#comment> "The Measurements using the set for translation."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Commands> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Commands> <http://www.w3.org/2000/01/rdf-schema#label> "Commands"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Commands> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Commands> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Command> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet.Commands> <http://www.w3.org/2000/01/rdf-schema#comment> "The Commands using the set for translation."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/2000/01/rdf-schema#label> "ValueToAlias"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the translation of one particular value into a name, e.g. 1 as \"Open\"."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.value> <http://www.w3.org/2000/01/rdf-schema#comment> "The value that is mapped."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#label> "ValueAliasSet"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#ValueAliasSet> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ValueToAlias.ValueAliasSet> <http://www.w3.org/2000/01/rdf-schema#comment> "The ValueAliasSet having the ValueToAlias mappings."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .