-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeographicalLocation.nt
248 lines (248 loc) · 43.1 KB
/
GeographicalLocation.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
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#label> "CoordinateSystem"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "Coordinate reference system."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#label> "crsUrn"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.crsUrn> <http://www.w3.org/2000/01/rdf-schema#comment> "A Uniform Resource Name (URN) for the coordinate reference system (crs) used to define 'Location.PositionPoints'.\nAn example would be the European Petroleum Survey Group (EPSG) code for a coordinate reference system, defined in URN under the Open Geospatial Consortium (OGC) namespace as: urn:ogc:def:crs:EPSG::XXXX, where XXXX is an EPSG code (a full list of codes can be found at the EPSG Registry web site http://www.epsg-registry.org/). To define the coordinate system as being WGS84 (latitude, longitude) using an EPSG OGC, this attribute would be urn:ogc:def:crs:EPSG::4236.\nA profile should limit this code to a set of allowed URNs agreed to by all sending and receiving parties."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.Locations> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.Locations> <http://www.w3.org/2000/01/rdf-schema#label> "Locations"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.Locations> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.Locations> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem.Locations> <http://www.w3.org/2000/01/rdf-schema#comment> "All locations described with position points in this coordinate system."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#label> "IdentifiedObject"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> <http://www.w3.org/2000/01/rdf-schema#comment> "This is a root class to provide common identification for all classes needing identification and naming attributes."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#label> "mRID"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject.mRID> <http://www.w3.org/2000/01/rdf-schema#comment> "Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended.\nFor CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#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#Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#IdentifiedObject> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location> <http://www.w3.org/2000/01/rdf-schema#label> "Location"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location> <http://www.w3.org/2000/01/rdf-schema#comment> "The place, scene, or point of something where someone or something has been, is, and/or will be at a given moment in time. It can be defined with one or more position points (coordinates) in a given coordinate system."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#label> "mainAddress"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.mainAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "Main address of the location."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PositionPoints> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PositionPoints> <http://www.w3.org/2000/01/rdf-schema#label> "PositionPoints"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PositionPoints> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PositionPoints> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PositionPoints> <http://www.w3.org/2000/01/rdf-schema#comment> "Sequence of position points describing this location, expressed in coordinate system 'Location.CoordinateSystem'."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#label> "PowerSystemResources"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.PowerSystemResources> <http://www.w3.org/2000/01/rdf-schema#comment> "All power system resources at this location."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#label> "CoordinateSystem"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#CoordinateSystem> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Location.CoordinateSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "Coordinate system used to describe position points of this location."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> <http://www.w3.org/2000/01/rdf-schema#label> "PositionPoint"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "Set of spatial coordinates that determine a point, defined in the coordinate system specified in 'Location.CoordinateSystem'. Use a single position point instance to describe a point-oriented location. Use a sequence of position points to describe a line-oriented object (physical location of non-point oriented objects like cables or lines), or area of an object (like a substation or a geographical zone - in this case, have first and last position point with the same values)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#label> "sequenceNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#integer> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.sequenceNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "Zero-relative sequence number of this point within a series of points."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#label> "xPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.xPosition> <http://www.w3.org/2000/01/rdf-schema#comment> "X axis position."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#label> "yPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.yPosition> <http://www.w3.org/2000/01/rdf-schema#comment> "Y axis position."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#label> "zPosition"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.zPosition> <http://www.w3.org/2000/01/rdf-schema#comment> "(if applicable) Z axis position."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#label> "Location"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PositionPoint.Location> <http://www.w3.org/2000/01/rdf-schema#comment> "Location described by this position point."^^<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.Location> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Location> <http://www.w3.org/2000/01/rdf-schema#label> "Location"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Location> <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.Location> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#PowerSystemResource.Location> <http://www.w3.org/2000/01/rdf-schema#comment> "Location of this power system resource."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/2000/01/rdf-schema#label> "ServiceLocation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#ServiceLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "A real estate location, commonly referred to as premises."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status> <http://www.w3.org/2000/01/rdf-schema#label> "Status"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status> <http://www.w3.org/2000/01/rdf-schema#comment> "Current status information relevant to an entity."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#label> "dateTime"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#range> <https://schema.org/DateTime> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.dateTime> <http://www.w3.org/2000/01/rdf-schema#comment> "Date and time for which status 'value' applies."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#label> "reason"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.reason> <http://www.w3.org/2000/01/rdf-schema#comment> "Reason code or explanation for why an object went to the current status 'value'."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#label> "remark"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.remark> <http://www.w3.org/2000/01/rdf-schema#comment> "Pertinent information regarding the current 'value', as free form text."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#label> "value"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#Status.value> <http://www.w3.org/2000/01/rdf-schema#comment> "Status value at 'dateTime'; prior status changes may have been kept in instances of activity records associated with the object to which this status applies."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> <http://www.w3.org/2000/01/rdf-schema#label> "StreetAddress"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> <http://www.w3.org/2000/01/rdf-schema#comment> "General purpose street and postal address information."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#label> "language"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.language> <http://www.w3.org/2000/01/rdf-schema#comment> "The language in which the address is specified, using ISO 639-1 two digit language code."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#label> "poBox"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.poBox> <http://www.w3.org/2000/01/rdf-schema#comment> "Post office box."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#label> "postalCode"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.postalCode> <http://www.w3.org/2000/01/rdf-schema#comment> "Postal code for the address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#label> "status"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#Status> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.status> <http://www.w3.org/2000/01/rdf-schema#comment> "Status of this address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#label> "streetDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.streetDetail> <http://www.w3.org/2000/01/rdf-schema#comment> "Street detail."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#label> "townDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#range> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetAddress.townDetail> <http://www.w3.org/2000/01/rdf-schema#comment> "Town detail."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> <http://www.w3.org/2000/01/rdf-schema#label> "StreetDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> <http://www.w3.org/2000/01/rdf-schema#comment> "Street details, in the context of address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#label> "addressGeneral"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral> <http://www.w3.org/2000/01/rdf-schema#comment> "First line of a free form address or some additional address information (for example a mail stop)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#label> "addressGeneral2"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral2> <http://www.w3.org/2000/01/rdf-schema#comment> "(if applicable) Second line of a free form address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#label> "addressGeneral3"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.addressGeneral3> <http://www.w3.org/2000/01/rdf-schema#comment> "(if applicable) Third line of a free form address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#label> "buildingName"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.buildingName> <http://www.w3.org/2000/01/rdf-schema#comment> "(if applicable) In certain cases the physical location of the place of interest does not have a direct point of entry from the street, but may be located inside a larger structure such as a building, complex, office block, apartment, etc."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#label> "code"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.code> <http://www.w3.org/2000/01/rdf-schema#comment> "(if applicable) Utilities often make use of external reference systems, such as those of the town-planner's department or surveyor general's mapping system, that allocate global reference codes to streets."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#label> "floorIdentification"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.floorIdentification> <http://www.w3.org/2000/01/rdf-schema#comment> "The identification by name or number, expressed as text, of the floor in the building as part of this address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.name> <http://www.w3.org/2000/01/rdf-schema#comment> "Name of the street."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#label> "number"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.number> <http://www.w3.org/2000/01/rdf-schema#comment> "Designator of the specific location on the street."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#label> "prefix"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.prefix> <http://www.w3.org/2000/01/rdf-schema#comment> "Prefix to the street name. For example: North, South, East, West."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#label> "suffix"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suffix> <http://www.w3.org/2000/01/rdf-schema#comment> "Suffix to the street name. For example: North, South, East, West."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#label> "suiteNumber"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.suiteNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "Number of the apartment or suite."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#label> "type"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.type> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of street. Examples include: street, circle, boulevard, avenue, road, drive, etc."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#label> "withinTownLimits"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#StreetDetail.withinTownLimits> <http://www.w3.org/2000/01/rdf-schema#comment> "True if this street is within the legal geographical boundaries of the specified town (default)."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> <http://www.w3.org/2000/01/rdf-schema#label> "TownDetail"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> <http://www.w3.org/2000/01/rdf-schema#comment> "Town details, in the context of address."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#label> "code"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.code> <http://www.w3.org/2000/01/rdf-schema#comment> "Town code."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#label> "country"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.country> <http://www.w3.org/2000/01/rdf-schema#comment> "Name of the country."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#label> "name"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.name> <http://www.w3.org/2000/01/rdf-schema#comment> "Town name."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#label> "section"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.section> <http://www.w3.org/2000/01/rdf-schema#comment> "Town section. For example, it is common for there to be 36 sections per township."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Property> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#label> "stateOrProvince"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#domain> <http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#TownDetail.stateOrProvince> <http://www.w3.org/2000/01/rdf-schema#comment> "Name of the state or province."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://iec.ch/TC57/2013/CIM-schema-cim16#Location> .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/2000/01/rdf-schema#label> "WorkLocation"@en .
<http://iec.ch/TC57/2013/CIM-schema-cim16#WorkLocation> <http://www.w3.org/2000/01/rdf-schema#comment> "Information about a particular location for various forms of work."^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .