saref4bldg.ttl 171 KB
Newer Older
1
@prefix : <https://saref.etsi.org/saref4bldg/> .
2
3
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Raul Garcia-Castro's avatar
Raul Garcia-Castro committed
4
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
5
6
7
8
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
9
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
10
@prefix saref: <https://saref.etsi.org/core/> .
11
@prefix dcterms: <http://purl.org/dc/terms/> .
María's avatar
María committed
12

13
14
<https://saref.etsi.org/saref4bldg/> a owl:Ontology ;
	owl:versionIRI <https://saref.etsi.org/saref4bldg/v1.1.2/> ;
María's avatar
María committed
15
	dcterms:creator <http://purl.org/net/mpoveda> , <http://www.garcia-castro.com/foaf.rdf#me> ;
16
	dcterms:license <https://forge.etsi.org/etsi-software-license> ;
17
	vann:preferredNamespaceUri "https://saref.etsi.org/saref4bldg/" ;
18
	dcterms:title "SAREF extension for building"@en ;
19
20
21
	dcterms:publisher <https://www.etsi.org/> ;
	dcterms:modified "2020-06-05"^^xsd:date ;
	dcterms:issued "2020-04-13"^^xsd:date ;
Maxime Lefrançois's avatar
Maxime Lefrançois committed
22
	dcterms:source <https://saref.etsi.org/sources/saref4bldg/> ;
María's avatar
María committed
23
	vann:preferredNamespacePrefix "s4bldg" ;
24
	rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341003/01.01.02_60/ts_10341003v010102p.pdf> ;
25
	dcterms:description "This ontology extends the SAREF ontology for the building domain by defining building devices and how they are located in a building. This extension is based on the ISO 16739:2013 Industry Foundation Classes (IFC) standard for data sharing in the construction and facility management industries. The descriptions of the classes and properties extracted from IFC have been taken from the IFC documentation."@en ;
26
27
                                      rdfs:comment """Information about changes compared to version 1.1.1: 
 - Updated namespaces for compatibility with SAREF v3."""@en ;
28
                                      owl:versionInfo "v1.1.2" .
María's avatar
María committed
29
30
31
32
33
34
35
36
# 
# 
# #################################################################
# #
# #    Annotation properties
# #
# #################################################################
# 
37
38
39
40
41
42
43


dcterms:description a owl:AnnotationProperty .
dcterms:license a owl:AnnotationProperty .
dcterms:publisher a owl:AnnotationProperty .
dcterms:title a owl:AnnotationProperty .

María's avatar
María committed
44
45
46
47
48
# 
# http://purl.org/dc/terms/creator

dcterms:creator a owl:AnnotationProperty .
# 
49
50
51
52
53
54
55
56
57
58
59
60
# http://purl.org/dc/terms/modified

dcterms:modified a owl:AnnotationProperty .
#
# http://purl.org/dc/terms/issued

dcterms:issued a owl:AnnotationProperty .
#
# http://purl.org/dc/terms/source

dcterms:source a owl:AnnotationProperty .
#
María's avatar
María committed
61
62
63
64
65
66
67
# http://purl.org/dc/terms/dateCopyrighted

dcterms:dateCopyrighted a owl:AnnotationProperty .
# 
# http://purl.org/dc/terms/rightsHolder

dcterms:rightsHolder a owl:AnnotationProperty .
68

María's avatar
María committed
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
# 
# http://purl.org/vocab/vann/preferredNamespacePrefix

vann:preferredNamespacePrefix a owl:AnnotationProperty .
# 
# http://purl.org/vocab/vann/preferredNamespaceUri

vann:preferredNamespaceUri a owl:AnnotationProperty .
# 
# http://www.w3.org/ns/prov#hadPrimarySource

prov:hadPrimarySource a owl:AnnotationProperty .
# 
# 
# 
# #################################################################
# #
# #    Datatypes
# #
# #################################################################
# 
# 
# http://www.w3.org/2001/XMLSchema#duration

xsd:duration a rdfs:Datatype .
# 
# 
# 
# #################################################################
# #
# #    Object Properties
# #
# #################################################################
# 
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#location

<http://www.w3.org/2003/01/geo/wgs84_pos#location> a owl:ObjectProperty ;
	rdfs:comment "The relation between something and the point,  or other geometrical thing in space, where it is.  For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ."@en ;
	rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
	rdfs:label "location"@en .
# 
111
# https://saref.etsi.org/saref4bldg/airFlowRateMax
María's avatar
María committed
112
113
114
115
116

:airFlowRateMax a owl:ObjectProperty ;
	rdfs:comment "Maximum allowable air flow rate. Usually measured in m3/s."@en ;
	rdfs:label "air flow rate range max"@en .
# 
117
# https://saref.etsi.org/saref4bldg/airFlowRateMin
María's avatar
María committed
118
119
120
121
122

:airFlowRateMin a owl:ObjectProperty ;
	rdfs:comment "Minimum allowable air flow rate. Usually measured in m3/s."@en ;
	rdfs:label "air flow rate range min"@en .
# 
123
# https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature
María's avatar
María committed
124
125
126
127
128

:ambientDesignDryBulbTemperature a owl:ObjectProperty ;
	rdfs:comment "Ambient design dry bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "ambient design dry bulb temperature"@en .
# 
129
# https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature
María's avatar
María committed
130
131
132
133
134

:ambientDesignWetBulbTemperature a owl:ObjectProperty ;
	rdfs:comment "Ambient design wet bulb temperature used for selecting the cooling tower. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "ambient design wet bulb temperature"@en .
# 
135
# https://saref.etsi.org/saref4bldg/apparentPowerMax
María's avatar
María committed
136
137
138
139
140

:apparentPowerMax a owl:ObjectProperty ;
	rdfs:comment "Maximum apparent power/capacity in VA (volt ampere). Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "maximum apparent power"@en .
# 
141
# https://saref.etsi.org/saref4bldg/audioVolume
María's avatar
María committed
142
143
144
145
146

:audioVolume a owl:ObjectProperty ;
	rdfs:comment "Indicates discrete audio volume levels and corresponding sound power offsets, if applicable. Missing values may be interpolated. Measured in watts."@en ;
	rdfs:label "audio volume"@en .
# 
147
# https://saref.etsi.org/saref4bldg/basinReserveVolume
María's avatar
María committed
148
149
150
151
152

:basinReserveVolume a owl:ObjectProperty ;
	rdfs:comment "Volume between operating and overflow levels in cooling tower basin. Usually measured in cubic metre (m3)."@en ;
	rdfs:label "basin reserve volume"@en .
# 
153
# https://saref.etsi.org/saref4bldg/bladeThickness
María's avatar
María committed
154
155
156
157
158

:bladeThickness a owl:ObjectProperty ;
	rdfs:comment "The thickness of the damper blade. Usually measured in millimeters (mm)."@en ;
	rdfs:label "blade thickness"@en .
# 
159
# https://saref.etsi.org/saref4bldg/bodyMass
María's avatar
María committed
160
161
162
163
164

:bodyMass a owl:ObjectProperty ;
	rdfs:comment "Overall body mass of the heater. Usually measured in kilograms (kg) or grams (g)."@en ;
	rdfs:label "body mass"@en .
# 
165
# https://saref.etsi.org/saref4bldg/capacityWeight
María's avatar
María committed
166
167
168
169
170

:capacityWeight a owl:ObjectProperty ;
	rdfs:comment "Capacity of the transport element measured by weight. Usually measured in kilograms (kg) or grams (g)."@en ;
	rdfs:label "capacity weight"@en .
# 
171
# https://saref.etsi.org/saref4bldg/closeOffRating
María's avatar
María committed
172
173
174
175
176

:closeOffRating a owl:ObjectProperty ;
	rdfs:comment "Close off rating. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "close off rating"@en .
# 
177
# https://saref.etsi.org/saref4bldg/coilLength
María's avatar
María committed
178
179
180
181
182

:coilLength a owl:ObjectProperty ;
	rdfs:comment "Length of coil. Usually measured in millimeters (mm)."@en ;
	rdfs:label "coil length"@en .
# 
183
# https://saref.etsi.org/saref4bldg/coilWidth
María's avatar
María committed
184
185
186
187
188

:coilWidth a owl:ObjectProperty ;
	rdfs:comment "Width of coil. Usually measured in millimeters (mm"@en ;
	rdfs:label "coil width"@en .
# 
189
# https://saref.etsi.org/saref4bldg/colorTemperature
María's avatar
María committed
190
191
192
193
194

:colorTemperature a owl:ObjectProperty ;
	rdfs:comment "The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "color temperature"@en .
# 
195
# https://saref.etsi.org/saref4bldg/compressorSpeed
María's avatar
María committed
196
197
198
199
200

:compressorSpeed a owl:ObjectProperty ;
	rdfs:comment "Compressor speed. Usually measured in cycles/s."@en ;
	rdfs:label "compressor speed"@en .
# 
201
# https://saref.etsi.org/saref4bldg/connectionSize
María's avatar
María committed
202
203
204
205
206

:connectionSize a owl:ObjectProperty ;
	rdfs:comment "The connection size of the to and from the pump. Usually measured in millimeters (mm)."@en ;
	rdfs:label "connection size"@en .
# 
207
# https://saref.etsi.org/saref4bldg/contains
María's avatar
María committed
208
209
210
211
212
213
214

:contains a owl:ObjectProperty ;
	owl:inverseOf :isContainedIn ;
	a owl:TransitiveProperty ;
	rdfs:comment "A relation between a physical space and the objects located in such space."@en ;
	rdfs:label "contains"@en .
# 
215
# https://saref.etsi.org/saref4bldg/contributedLuminousFlux
María's avatar
María committed
216
217
218
219
220

:contributedLuminousFlux a owl:ObjectProperty ;
	rdfs:comment "Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp. Usually measured in Lumen (lm, Candela Steradian)."@en ;
	rdfs:label "contributed luminous flux"@en .
# 
221
# https://saref.etsi.org/saref4bldg/coverLength
María's avatar
María committed
222
223
224
225
226

:coverLength a owl:ObjectProperty ;
	rdfs:comment "The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ;
	rdfs:label "cover length"@en .
# 
227
# https://saref.etsi.org/saref4bldg/coverWidth
María's avatar
María committed
228
229
230
231
232

:coverWidth a owl:ObjectProperty ;
	rdfs:comment "The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor. Usually measured in millimeters (mm)."@en ;
	rdfs:label "cover width"@en .
# 
233
# https://saref.etsi.org/saref4bldg/effectiveCapacity
María's avatar
María committed
234
235
236
237
238

:effectiveCapacity a owl:ObjectProperty ;
	rdfs:comment "The total effective or actual volumetric capacity of the tank. Usually measured in cubic metre (m3).B3"@en ;
	rdfs:label "effective capacity"@en .
# 
239
# https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency
María's avatar
María committed
240
241
242
243
244

:electricGeneratorEfficiency a owl:ObjectProperty ;
	rdfs:comment "The ratio of output capacity to intake capacity."@en ;
	rdfs:label "electric generator efficiency"@en .
# 
245
# https://saref.etsi.org/saref4bldg/electricMotorEfficiency
María's avatar
María committed
246
247
248
249
250

:electricMotorEfficiency a owl:ObjectProperty ;
	rdfs:comment "The ratio of output capacity to intake capacity."@en ;
	rdfs:label "electric motor efficiency"@en .
# 
251
# https://saref.etsi.org/saref4bldg/externalSurfaceArea
María's avatar
María committed
252
253
254
255
256

:externalSurfaceArea a owl:ObjectProperty ;
	rdfs:comment "External surface area (both primary and secondary area). Usually measured in square metre (m2)."@en ;
	rdfs:label "external surface area"@en .
# 
257
# https://saref.etsi.org/saref4bldg/faceArea
María's avatar
María committed
258
259
260
261
262

:faceArea a owl:ObjectProperty ;
	rdfs:comment "Face area open to the airstream. Usually measured in square metre (m2)."@en ;
	rdfs:label "face area"@en .
# 
263
# https://saref.etsi.org/saref4bldg/finalResistance
María's avatar
María committed
264
265
266
267
268

:finalResistance a owl:ObjectProperty ;
	rdfs:comment "Filter fluid resistance when replacement is required (i.e., Pressure drop at the maximum air flowrate across the filter when the filter needs replacement per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "final resistance"@en .
# 
269
# https://saref.etsi.org/saref4bldg/firstCurvatureRadius
María's avatar
María committed
270
271
272
273
274

:firstCurvatureRadius a owl:ObjectProperty ;
	rdfs:comment "FirstCurvatureRadius should be defined as the base or left side radius of curvature value. Usually measured in millimeters (mm)."@en ;
	rdfs:label "first curvature radius"@en .
# 
275
# https://saref.etsi.org/saref4bldg/flowCoefficient
María's avatar
María committed
276
277
278
279
280

:flowCoefficient a owl:ObjectProperty ;
	rdfs:comment "Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve."@en ;
	rdfs:label "flow coefficient"@en .
# 
281
# https://saref.etsi.org/saref4bldg/flowResistanceMax
María's avatar
María committed
282
283
284
285
286

:flowResistanceMax a owl:ObjectProperty ;
	rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "flow resistance range"@en .
# 
287
# https://saref.etsi.org/saref4bldg/flowResistanceMin
María's avatar
María committed
288
289
290
291
292

:flowResistanceMin a owl:ObjectProperty ;
	rdfs:comment "Allowable range of frictional resistance against which the fluid is being pumped. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "flow resistance range"@en .
# 
293
# https://saref.etsi.org/saref4bldg/fluidFlowRateMax
María's avatar
María committed
294
295
296
297
298

:fluidFlowRateMax a owl:ObjectProperty ;
	rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ;
	rdfs:label "fluid flow rate range"@en .
# 
299
# https://saref.etsi.org/saref4bldg/fluidFlowRateMin
María's avatar
María committed
300
301
302
303
304

:fluidFlowRateMin a owl:ObjectProperty ;
	rdfs:comment "Possible range of fluid flowrate that can be delivered. Usually measured in m3/s."@en ;
	rdfs:label "fluid flow rate range"@en .
# 
305
# https://saref.etsi.org/saref4bldg/foulingFactor
María's avatar
María committed
306
307
308
309
310

:foulingFactor a owl:ObjectProperty ;
	rdfs:comment "Fouling factor of the tubes in the tube bundle. Usually measured in m2 Kelvin/Watt."@en ;
	rdfs:label "fouling factor"@en .
# 
311
# https://saref.etsi.org/saref4bldg/frameDepth
María's avatar
María committed
312
313
314
315
316

:frameDepth a owl:ObjectProperty ;
	rdfs:comment "The length (or depth) of the damper frame. Usually measured in millimeters (mm)."@en ;
	rdfs:label "frame depth"@en .
# 
317
# https://saref.etsi.org/saref4bldg/frameThickness
María's avatar
María committed
318
319
320
321
322

:frameThickness a owl:ObjectProperty ;
	rdfs:comment "The thickness of the damper frame material. Usually measured in millimeters (mm)."@en ;
	rdfs:label "frame thickness"@en .
# 
323
# https://saref.etsi.org/saref4bldg/hasSpace
María's avatar
María committed
324
325
326
327
328
329
330

:hasSpace a owl:ObjectProperty ;
	owl:inverseOf :isSpaceOf ;
	a owl:TransitiveProperty ;
	rdfs:comment "Relation between a building or a building space and the spaces it can be divided into."@en ;
	rdfs:label "has space"@en .
# 
331
# https://saref.etsi.org/saref4bldg/heatExchangeArea
María's avatar
María committed
332
333
334
335
336

:heatExchangeArea a owl:ObjectProperty ;
	rdfs:comment "Heat exchange area. Usually measured in square metre (m2)."@en ;
	rdfs:label "heat exchange area"@en .
# 
337
# https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea
María's avatar
María committed
338
339
340
341
342

:heatTransferSurfaceArea a owl:ObjectProperty ;
	rdfs:comment "Total heat transfer area of the vessel. Usually measured in square metre (m2)."@en ;
	rdfs:label "heat transfer surface area"@en .
# 
343
# https://saref.etsi.org/saref4bldg/height
María's avatar
María committed
344
345
346
347
348

:height a owl:ObjectProperty ;
	rdfs:comment "Height of the vibration isolator before tha application of load. Usually measured in millimeters (mm)."@en ;
	rdfs:label "height"@en .
# 
349
# https://saref.etsi.org/saref4bldg/horizontalSpacing
María's avatar
María committed
350
351
352
353
354

:horizontalSpacing a owl:ObjectProperty ;
	rdfs:comment "Horizontal spacing between tubes in the tube bundle. Usually measured in millimeters (mm)."@en ;
	rdfs:label "horizontal spacing"@en .
# 
355
# https://saref.etsi.org/saref4bldg/hydraulicDiameter
María's avatar
María committed
356
357
358
359
360

:hydraulicDiameter a owl:ObjectProperty ;
	rdfs:comment "Hydraulic diameter. Usually measured in millimeters (mm)."@en ;
	rdfs:label "hydraulic diameter"@en .
# 
361
# https://saref.etsi.org/saref4bldg/idealCapacity
María's avatar
María committed
362
363
364
365
366

:idealCapacity a owl:ObjectProperty ;
	rdfs:comment "Compressor capacity under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "ideal capacity"@en .
# 
367
# https://saref.etsi.org/saref4bldg/idealShaftPower
María's avatar
María committed
368
369
370
371
372

:idealShaftPower a owl:ObjectProperty ;
	rdfs:comment "Compressor shaft power under ideal conditions. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "ideal shaft power"@en .
# 
373
# https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio
María's avatar
María committed
374
375
376
377
378

:imaginaryImpedanceRatio a owl:ObjectProperty ;
	rdfs:comment "The ratio between the imaginary part of the zero sequence impedance and the imaginary part of the positive impedance (i.e. imaginary part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ;
	rdfs:label "imaginary impedance ratio"@en .
# 
379
# https://saref.etsi.org/saref4bldg/impellerDiameter
María's avatar
María committed
380
381
382
383
384

:impellerDiameter a owl:ObjectProperty ;
	rdfs:comment "Diameter of compressor impeller - used to scale performance of geometrically similar compressors. Usually measured in millimeters (mm)."@en ;
	rdfs:label "impeller diameter"@en .
# 
385
# https://saref.etsi.org/saref4bldg/inLineRowSpacing
María's avatar
María committed
386
387
388
389
390

:inLineRowSpacing a owl:ObjectProperty ;
	rdfs:comment "In-line tube row spacing. Usually measured in millimeters (mm)."@en ;
	rdfs:label "in line row spacing"@en .
# 
391
# https://saref.etsi.org/saref4bldg/initialResistance
María's avatar
María committed
392
393
394
395
396

:initialResistance a owl:ObjectProperty ;
	rdfs:comment "Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1). Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "initial resistance"@en .
# 
397
# https://saref.etsi.org/saref4bldg/inletConnectionSize
María's avatar
María committed
398
399
400
401
402

:inletConnectionSize a owl:ObjectProperty ;
	rdfs:comment "Size of the inlet connection. Usually measured in millimeters (mm)."@en ;
	rdfs:label "inlet connection size"@en .
# 
403
# https://saref.etsi.org/saref4bldg/insideDiameter
María's avatar
María committed
404
405
406
407
408

:insideDiameter a owl:ObjectProperty ;
	rdfs:comment "Actual inner diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ;
	rdfs:label "inside diameter"@en .
# 
409
# https://saref.etsi.org/saref4bldg/internalRefrigerantVolume
María's avatar
María committed
410
411
412
413
414

:internalRefrigerantVolume a owl:ObjectProperty ;
	rdfs:comment "Internal volume of evaporator (refrigerant side). Usually measured in cubic metre (m3)."@en ;
	rdfs:label "internal refrigerant volume"@en .
# 
415
# https://saref.etsi.org/saref4bldg/internalSurfaceArea
María's avatar
María committed
416
417
418
419
420

:internalSurfaceArea a owl:ObjectProperty ;
	rdfs:comment "Internal surface area. Usually measured in square metre (m2)."@en ;
	rdfs:label "internal surface area"@en .
# 
421
# https://saref.etsi.org/saref4bldg/internalWaterVolume
María's avatar
María committed
422
423
424
425
426

:internalWaterVolume a owl:ObjectProperty ;
	rdfs:comment "Internal volume of evaporator (water side). Usually measured in cubic metre (m3)."@en ;
	rdfs:label "internal water volume"@en .
# 
427
# https://saref.etsi.org/saref4bldg/isContainedIn
María's avatar
María committed
428
429
430
431
432

:isContainedIn a owl:ObjectProperty , owl:TransitiveProperty ;
	rdfs:comment "A relation between an object and the physical space in which it is located."@en ;
	rdfs:label "is contained in"@en .
# 
433
# https://saref.etsi.org/saref4bldg/isSpaceOf
María's avatar
María committed
434
435
436
437
438

:isSpaceOf a owl:ObjectProperty , owl:TransitiveProperty ;
	rdfs:comment "Relation between a building space and the building or building space it belongs to."@en ;
	rdfs:label "isSpaceOf"@en .
# 
439
# https://saref.etsi.org/saref4bldg/isolatorCompressibility
María's avatar
María committed
440
441
442
443
444

:isolatorCompressibility a owl:ObjectProperty ;
	rdfs:comment "The compressibility of the vibration isolator."@en ;
	rdfs:label "isolator compressibility"@en .
# 
445
# https://saref.etsi.org/saref4bldg/isolatorStaticDeflection
María's avatar
María committed
446
447
448
449
450

:isolatorStaticDeflection a owl:ObjectProperty ;
	rdfs:comment "Static deflection of the vibration isolator. Usually measured in millimeters (mm)."@en ;
	rdfs:label "isolator static deflection"@en .
# 
451
# https://saref.etsi.org/saref4bldg/lampMaintenanceFactor
María's avatar
María committed
452
453
454
455
456

:lampMaintenanceFactor a owl:ObjectProperty ;
	rdfs:comment "Non recoverable losses of luminous flux of a lamp due to lamp depreciation i.e. the decreasing of light output of a luminaire due to aging and dirt."@en ;
	rdfs:label "lamp maintenance factor"@en .
# 
457
# https://saref.etsi.org/saref4bldg/leakageFullyClosed
María's avatar
María committed
458
459
460
461
462

:leakageFullyClosed a owl:ObjectProperty ;
	rdfs:comment "Leakage when fully closed. Usually measured in m3/s."@en ;
	rdfs:label "leakage fully closed"@en .
# 
463
# https://saref.etsi.org/saref4bldg/length
María's avatar
María committed
464
465
466
467
468

:length a owl:ObjectProperty ;
	rdfs:comment "The finished length of the device. Usually measured in millimeters (mm)."@en ;
	rdfs:label "length"@en .
# 
469
# https://saref.etsi.org/saref4bldg/liftElevationDifference
María's avatar
María committed
470
471
472
473
474

:liftElevationDifference a owl:ObjectProperty ;
	rdfs:comment "Elevation difference between cooling tower sump and the top of the tower. Usually measured in millimeters (mm)."@en ;
	rdfs:label "lift elevation difference"@en .
# 
475
# https://saref.etsi.org/saref4bldg/lightEmitterNominalPower
María's avatar
María committed
476
477
478
479
480

:lightEmitterNominalPower a owl:ObjectProperty ;
	rdfs:comment "Light emitter nominal power. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "light emitter nominal power"@en .
# 
481
# https://saref.etsi.org/saref4bldg/limitingTerminalSize
María's avatar
María committed
482
483
484
485
486

:limitingTerminalSize a owl:ObjectProperty ;
	rdfs:comment "The maximum terminal size capacity of the device. Usually measured in square metre (m2)."@en ;
	rdfs:label "limiting terminal size"@en .
# 
487
# https://saref.etsi.org/saref4bldg/lockedRotorCurrent
María's avatar
María committed
488
489
490
491
492

:lockedRotorCurrent a owl:ObjectProperty ;
	rdfs:comment "Input current when a motor armature is energized but not rotating. Usually measured in Ampere (A)."@en ;
	rdfs:label "locked rotor current"@en .
# 
493
# https://saref.etsi.org/saref4bldg/netPositiveSuctionHead
María's avatar
María committed
494
495
496
497
498

:netPositiveSuctionHead a owl:ObjectProperty ;
	rdfs:comment "Minimum liquid pressure at the pump inlet to prevent cavitation. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "net positive suction head"@en .
# 
499
# https://saref.etsi.org/saref4bldg/nominalAirFlowRate
María's avatar
María committed
500
501
502
503
504

:nominalAirFlowRate a owl:ObjectProperty ;
	rdfs:comment "Nominal rate of air flow. Usually measured in m3/s."@en ;
	rdfs:label "nominal air flow rate"@en .
# 
505
# https://saref.etsi.org/saref4bldg/nominalBodyDepth
María's avatar
María committed
506
507
508
509
510

:nominalBodyDepth a owl:ObjectProperty ;
	rdfs:comment "Nominal or quoted =length, measured along the z-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal body depth"@en .
# 
511
# https://saref.etsi.org/saref4bldg/nominalBodyLength
María's avatar
María committed
512
513
514
515
516

:nominalBodyLength a owl:ObjectProperty ;
	rdfs:comment "Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal body length"@en .
# 
517
# https://saref.etsi.org/saref4bldg/nominalBodyWidth
María's avatar
María committed
518
519
520
521
522

:nominalBodyWidth a owl:ObjectProperty ;
	rdfs:comment "Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal body width"@en .
# 
523
# https://saref.etsi.org/saref4bldg/nominalCapacity
María's avatar
María committed
524
525
526
527
528

:nominalCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal capacity"@en .
# 
529
# https://saref.etsi.org/saref4bldg/nominalCondensingTemperature
María's avatar
María committed
530
531
532
533
534

:nominalCondensingTemperature a owl:ObjectProperty ;
	rdfs:comment "Chiller condensing temperature. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal condensing temperature"@en .
# 
535
# https://saref.etsi.org/saref4bldg/nominalCoolingCapacity
María's avatar
María committed
536
537
538
539
540

:nominalCoolingCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal cooling capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal cooling capacity"@en .
# 
541
# https://saref.etsi.org/saref4bldg/nominalDepth
María's avatar
María committed
542
543
544
545
546

:nominalDepth a owl:ObjectProperty ;
	rdfs:comment "The nominal depth of the tank. Note: Not required for a horizontal cylindrical tank. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal depth"@en .
# 
547
# https://saref.etsi.org/saref4bldg/nominalDiameter
María's avatar
María committed
548
549
550
551
552

:nominalDiameter a owl:ObjectProperty ;
	rdfs:comment "Nominal diameter or width of the tubes in the tube bundle. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal diameter"@en .
# 
553
# https://saref.etsi.org/saref4bldg/nominalEfficiency
María's avatar
María committed
554
555
556
557
558

:nominalEfficiency a owl:ObjectProperty ;
	rdfs:comment "Nominal chiller efficiency under nominal conditions. "@en ;
	rdfs:label "nominal efficiency"@en .
# 
559
# https://saref.etsi.org/saref4bldg/nominalEnergyConsumption
María's avatar
María committed
560
561
562
563
564

:nominalEnergyConsumption a owl:ObjectProperty ;
	rdfs:comment "Nominal fuel consumption rate required to produce the total boiler heat output. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal energy consumption"@en .
# 
565
# https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature
María's avatar
María committed
566
567
568
569
570

:nominalEvaporatingTemmperature a owl:ObjectProperty ;
	rdfs:comment "Chiller evaporating temperature.Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal evaporating temmperature"@en .
# 
571
# https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity
María's avatar
María committed
572
573
574
575
576

:nominalFilterFaceVelocity a owl:ObjectProperty ;
	rdfs:comment "Filter face velocity. Usually measured in m/s."@en ;
	rdfs:label "nominal filter face velocity"@en .
# 
577
# https://saref.etsi.org/saref4bldg/nominalFlowRate
María's avatar
María committed
578
579
580
581
582

:nominalFlowRate a owl:ObjectProperty ;
	rdfs:comment "Nominal fluid flow rate through the filter. Usually measured in m3/s."@en ;
	rdfs:label "nominal flow rate"@en .
# 
583
# https://saref.etsi.org/saref4bldg/nominalFrequency
María's avatar
María committed
584
585
586
587
588

:nominalFrequency a owl:ObjectProperty ;
	rdfs:comment "The nominal frequency of the supply. Usually measured in cycles/s or Hertz (Hz)."@en ;
	rdfs:label "nominal frequency"@en .
# 
589
# https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate
María's avatar
María committed
590
591
592
593
594

:nominalHeatRejectionRate a owl:ObjectProperty ;
	rdfs:comment "Sum of the refrigeration effect and the heat equivalent of the power input to the compressor. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal heat rejection rate"@en .
# 
595
# https://saref.etsi.org/saref4bldg/nominalHeatTransferArea
María's avatar
María committed
596
597
598
599
600

:nominalHeatTransferArea a owl:ObjectProperty ;
	rdfs:comment "Nominal heat transfer surface area associated with nominal overall heat transfer coefficient. Usually measured in square metre (m2)."@en ;
	rdfs:label "nominal heat transfer area"@en .
# 
601
# https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient
María's avatar
María committed
602
603
604
605
606

:nominalHeatTransferCoefficient a owl:ObjectProperty ;
	rdfs:comment "Nominal overall heat transfer coefficient associated with nominal heat transfer area. Usually measured in Watts/m2 Kelvin."@en ;
	rdfs:label "nominal heat transfer coefficient"@en .
# 
607
# https://saref.etsi.org/saref4bldg/nominalHeatingCapacity
María's avatar
María committed
608
609
610
611
612

:nominalHeatingCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal heating capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal heating capacity"@en .
# 
613
# https://saref.etsi.org/saref4bldg/nominalLatentCapacity
María's avatar
María committed
614
615
616
617
618

:nominalLatentCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal latent capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal latent capacity"@en .
# 
619
# https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter
María's avatar
María committed
620
621
622
623
624

:nominalLengthOrDiameter a owl:ObjectProperty ;
	rdfs:comment "The nominal length or, in the case of a vertical cylindrical tank, the nominal diameter of the tank. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal length or diameter"@en .
# 
625
# https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity
María's avatar
María committed
626
627
628
629
630

:nominalMediaSurfaceVelocity a owl:ObjectProperty ;
	rdfs:comment "Average fluid velocity at the media surface. Usually measured in m/s."@en ;
	rdfs:label "nominal media surface velocity"@en .
# 
631
# https://saref.etsi.org/saref4bldg/nominalMoistureGain
María's avatar
María committed
632
633
634
635
636

:nominalMoistureGain a owl:ObjectProperty ;
	rdfs:comment "Nominal rate of water vapor added into the airstream. Usually measured in kg/s."@en ;
	rdfs:label "nominal moisture gain"@en .
# 
637
# https://saref.etsi.org/saref4bldg/nominalPartLoadRatio
María's avatar
María committed
638
639
640
641
642

:nominalPartLoadRatio a owl:ObjectProperty ;
	rdfs:comment "Allowable part load ratio range."@en ;
	rdfs:label "nominal part load ratio"@en .
# 
643
# https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter
María's avatar
María committed
644
645
646
647
648

:nominalParticleGeometricMeanDiameter a owl:ObjectProperty ;
	rdfs:comment "Particle geometric mean diameter associated with nominal efficiency. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal particle geometric mean diameter"@en .
# 
649
# https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation
María's avatar
María committed
650
651
652
653
654

:nominalParticleGeometricStandardDeviation a owl:ObjectProperty ;
	rdfs:comment "Particle geometric standard deviation associated with nominal efficiency. "@en ;
	rdfs:label "nominal particle geometric standard deviation"@en .
# 
655
# https://saref.etsi.org/saref4bldg/nominalPowerConsumption
María's avatar
María committed
656
657
658
659
660

:nominalPowerConsumption a owl:ObjectProperty ;
	rdfs:comment "Nominal total power consumption. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal power consumption"@en .
# 
661
# https://saref.etsi.org/saref4bldg/nominalPowerRate
María's avatar
María committed
662
663
664
665
666

:nominalPowerRate a owl:ObjectProperty ;
	rdfs:comment "Nominal fan power rate.Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal power rate"@en .
# 
667
# https://saref.etsi.org/saref4bldg/nominalPressureDrop
María's avatar
María committed
668
669
670
671
672

:nominalPressureDrop a owl:ObjectProperty ;
	rdfs:comment "Total pressure drop across the filter. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "nominal pressure drop"@en .
# 
673
# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling
María's avatar
María committed
674
675
676
677
678

:nominalReturnWaterTemperatureCooling a owl:ObjectProperty ;
	rdfs:comment "Nominal return water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal return water temperature cooling"@en .
# 
679
# https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating
María's avatar
María committed
680
681
682
683
684

:nominalReturnWaterTemperatureHeating a owl:ObjectProperty ;
	rdfs:comment "Nominal return water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal return water temperature heating"@en .
# 
685
# https://saref.etsi.org/saref4bldg/nominalRotationSpeed
María's avatar
María committed
686
687
688
689
690

:nominalRotationSpeed a owl:ObjectProperty ;
	rdfs:comment "Nominal fan wheel speed. Usually measured in cycles/s."@en ;
	rdfs:label "nominal rotation speed"@en .
# 
691
# https://saref.etsi.org/saref4bldg/nominalSensibleCapacity
María's avatar
María committed
692
693
694
695
696

:nominalSensibleCapacity a owl:ObjectProperty ;
	rdfs:comment "Nominal sensible capacity. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "nominal sensible capacity"@en .
# 
697
# https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling
María's avatar
María committed
698
699
700
701
702

:nominalSorroundingHumidityCooling a owl:ObjectProperty ;
	rdfs:comment "Nominal surrounding humidity (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal sorrounding humidity cooling"@en .
# 
703
# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling
María's avatar
María committed
704
705
706
707
708

:nominalSorroundingTemperatureCooling a owl:ObjectProperty ;
	rdfs:comment "Nominal surrounding temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal sorrounding temperature cooling"@en .
# 
709
# https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating
María's avatar
María committed
710
711
712
713
714

:nominalSorroundingTemperatureHeating a owl:ObjectProperty ;
	rdfs:comment "Nominal surrounding temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal sorrounding temperature heating"@en .
# 
715
# https://saref.etsi.org/saref4bldg/nominalStaticPressure
María's avatar
María committed
716
717
718
719
720

:nominalStaticPressure a owl:ObjectProperty ;
	rdfs:comment "The static pressure within the air stream that the fan must overcome to insure designed circulation of air. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "nominal static pressure"@en .
# 
721
# https://saref.etsi.org/saref4bldg/nominalSupplyVoltage
María's avatar
María committed
722
723
724
725
726

:nominalSupplyVoltage a owl:ObjectProperty ;
	rdfs:comment "The nominal voltage of the supply. Usually measured in Volts (V, W/A)."@en ;
	rdfs:label "nominal supply voltage"@en .
# 
727
# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMax
María's avatar
María committed
728
729
730
731
732

:nominalSupplyVoltageMax a owl:ObjectProperty ;
	rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ;
	rdfs:label "nominal supply voltage offset"@en .
# 
733
# https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin
María's avatar
María committed
734
735
736
737
738

:nominalSupplyVoltageMin a owl:ObjectProperty ;
	rdfs:comment "The maximum and minimum allowed voltage of the supply e.g. boundaries of 380V/440V may be applied for a nominal voltage of 400V."@en ;
	rdfs:label "nominal supply voltage offset"@en .
# 
739
# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling
María's avatar
María committed
740
741
742
743
744

:nominalSupplyWaterTemperatureCooling a owl:ObjectProperty ;
	rdfs:comment "Nominal supply water temperature (refers to nominal cooling capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal supply water temperature cooling"@en .
# 
745
# https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating
María's avatar
María committed
746
747
748
749
750

:nominalSupplyWaterTemperatureHeating a owl:ObjectProperty ;
	rdfs:comment "Nominal supply water temperature (refers to nominal heating capacity). Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "nominal supply water temperature heating"@en .
# 
751
# https://saref.etsi.org/saref4bldg/nominalTotalPressure
María's avatar
María committed
752
753
754
755
756

:nominalTotalPressure a owl:ObjectProperty ;
	rdfs:comment "Nominal total pressure rise across the fan. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "nominal total pressure"@en .
# 
757
# https://saref.etsi.org/saref4bldg/nominalUa
María's avatar
María committed
758
759
760
761
762

:nominalUa a owl:ObjectProperty ;
	rdfs:comment "Nominal UA value."@en ;
	rdfs:label "nominal ua"@en .
# 
763
# https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity
María's avatar
María committed
764
765
766
767
768

:nominalVolumetricCapacity a owl:ObjectProperty ;
	rdfs:comment "The total nominal or design volumetric capacity of the tank. Usually measured in cubic metre (m3)."@en ;
	rdfs:label "nominal volumetric capacity"@en .
# 
769
# https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling
María's avatar
María committed
770
771
772
773
774

:nominalWaterFlowCooling a owl:ObjectProperty ;
	rdfs:comment "Nominal water flow (refers to nominal cooling capacity). Usually measured in m3/s."@en ;
	rdfs:label "nominal water flow cooling"@en .
# 
775
# https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating
María's avatar
María committed
776
777
778
779
780

:nominalWaterFlowHeating a owl:ObjectProperty ;
	rdfs:comment "Nominal water flow (refers to nominal heating capacity). Usually measured in m3/s."@en ;
	rdfs:label "nominal water flow heating"@en .
# 
781
# https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter
María's avatar
María committed
782
783
784
785
786

:nominalWidthOrDiameter a owl:ObjectProperty ;
	rdfs:comment "The nominal width or, in the case of a horizontal cylindrical tank, the nominal diameter of the tank. Note: Not required for a vertical cylindrical tank. Usually measured in millimeters (mm)."@en ;
	rdfs:label "nominal width or diameter"@en .
# 
787
# https://saref.etsi.org/saref4bldg/nomminalRotationSpeed
María's avatar
María committed
788
789
790
791
792

:nomminalRotationSpeed a owl:ObjectProperty ;
	rdfs:comment "Pump rotational speed under nominal conditions. Usually measured in cycles/s."@en ;
	rdfs:label "nomminal rotation speed"@en .
# 
793
# https://saref.etsi.org/saref4bldg/openPressureDrop
María's avatar
María committed
794
795
796
797
798

:openPressureDrop a owl:ObjectProperty ;
	rdfs:comment "Total pressure drop across damper. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "open pressure drop"@en .
# 
799
# https://saref.etsi.org/saref4bldg/operatingWeight
María's avatar
María committed
800

María's avatar
María committed
801
:operatingWeight a owl:ObjectProperty ;
María's avatar
María committed
802
	rdfs:comment "Operating weight of the tank including all of its contents. Usually measured in kilograms (kg) or grams (g)."@en ;
María's avatar
María committed
803
	rdfs:label "operating weight"@en .
María's avatar
María committed
804
# 
805
# https://saref.etsi.org/saref4bldg/operationTemperatureMax
María's avatar
María committed
806
807
808
809
810

:operationTemperatureMax a owl:ObjectProperty ;
	rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "operation temperature range"@en .
# 
811
# https://saref.etsi.org/saref4bldg/operationTemperatureMin
María's avatar
María committed
812
813
814
815
816

:operationTemperatureMin a owl:ObjectProperty ;
	rdfs:comment "Allowable operation ambient (air, fluid) temperature range. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "operation temperature range"@en .
# 
817
# https://saref.etsi.org/saref4bldg/operationalRiterial
María's avatar
María committed
818
819
820
821
822

:operationalRiterial a owl:ObjectProperty ;
	rdfs:comment "Time of operation at maximum operational ambient air temperature. Measured in seconds (s) or days (d) or other units of time."@en ;
	rdfs:label "operational riterial"@en .
# 
823
# https://saref.etsi.org/saref4bldg/outletConnectionSize
María's avatar
María committed
824
825
826
827
828

:outletConnectionSize a owl:ObjectProperty ;
	rdfs:comment "Size of the outlet connection. Usually measured in millimeters (mm)."@en ;
	rdfs:label "outlet connection size"@en .
# 
829
# https://saref.etsi.org/saref4bldg/outletTemperatureMax
María's avatar
María committed
830
831
832
833
834

:outletTemperatureMax a owl:ObjectProperty ;
	rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "outlet temperature range"@en .
# 
835
# https://saref.etsi.org/saref4bldg/outletTemperatureMin
María's avatar
María committed
836
837
838
839
840

:outletTemperatureMin a owl:ObjectProperty ;
	rdfs:comment "Allowable outlet temperature of either the water or the steam. Usually measured in degrees Kelvin (K)."@en ;
	rdfs:label "outlet temperature range"@en .
# 
841
# https://saref.etsi.org/saref4bldg/outputCapacity
María's avatar
María committed
842
843
844
845
846

:outputCapacity a owl:ObjectProperty ;
	rdfs:comment "Total nominal heat output as listed by the manufacturer. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "output capacity"@en .
# 
847
# https://saref.etsi.org/saref4bldg/outsideDiameter
María's avatar
María committed
848
849
850
851
852

:outsideDiameter a owl:ObjectProperty ;
	rdfs:comment "Actual outside diameter of the tube in the tube bundle. Usually measured in millimeters (mm)."@en ;
	rdfs:label "outside diameter"@en .
# 
853
# https://saref.etsi.org/saref4bldg/partLoadRatioMax
María's avatar
María committed
854
855
856
857
858

:partLoadRatioMax a owl:ObjectProperty ;
	rdfs:comment "Maximum part load ratio as a fraction of nominal capacity."@en ;
	rdfs:label "maximum part load ratio"@en .
# 
859
# https://saref.etsi.org/saref4bldg/partLoadRatioMin
María's avatar
María committed
860
861
862
863
864

:partLoadRatioMin a owl:ObjectProperty ;
	rdfs:comment "Minimum part load ratio as a fraction of nominal capacity."@en ;
	rdfs:label "minimum part load ratio"@en .
# 
865
# https://saref.etsi.org/saref4bldg/powerOutputMax
María's avatar
María committed
866
867
868
869
870

:powerOutputMax a owl:ObjectProperty ;
	rdfs:comment "The maximum output power rating of the engine. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "maximum power output"@en .
# 
871
# https://saref.etsi.org/saref4bldg/pressureRating
María's avatar
María committed
872
873
874
875
876

:pressureRating a owl:ObjectProperty ;
	rdfs:comment "Nominal pressure rating of the boiler as rated by the agency having jurisdiction. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "pressure rating"@en .
# 
877
# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax
María's avatar
María committed
878
879
880
881
882

:primaryAirFlowRateMax a owl:ObjectProperty ;
	rdfs:comment "Maximum primary airflow that can be delivered. Usually measured in m3/s."@en ;
	rdfs:label "primary air flow rate range"@en .
# 
883
# https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin
María's avatar
María committed
884
885
886
887
888

:primaryAirFlowRateMin a owl:ObjectProperty ;
	rdfs:comment "Minimum primary airflow that can be delivered. Usually measured in m3/s."@en ;
	rdfs:label "primary air flow rate range"@en .
# 
889
# https://saref.etsi.org/saref4bldg/primaryApparentPower
María's avatar
María committed
890
891
892
893
894

:primaryApparentPower a owl:ObjectProperty ;
	rdfs:comment "The power in VA (volt ampere) that has been transformed and that runs into the transformer on the primary side. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "primary apparent power"@en .
# 
895
# https://saref.etsi.org/saref4bldg/primaryCurrent
María's avatar
María committed
896
897
898
899
900

:primaryCurrent a owl:ObjectProperty ;
	rdfs:comment "The current that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Ampere (A)."@en ;
	rdfs:label "primary current"@en .
# 
901
# https://saref.etsi.org/saref4bldg/primaryFrequency
María's avatar
María committed
902
903
904
905
906

:primaryFrequency a owl:ObjectProperty ;
	rdfs:comment "The frequency that is going to be transformed and that runs into the transformer on the primary side. Usually measured in cycles/s or Hertz (Hz)."@en ;
	rdfs:label "primary frequency"@en .
# 
907
# https://saref.etsi.org/saref4bldg/primaryVoltage
María's avatar
María committed
908
909
910
911
912

:primaryVoltage a owl:ObjectProperty ;
	rdfs:comment "The voltage that is going to be transformed and that runs into the transformer on the primary side. Usually measured in Volts (V, W/A)."@en ;
	rdfs:label "primary voltage"@en .
# 
913
# https://saref.etsi.org/saref4bldg/pumpFlowRateMax
María's avatar
María committed
914
915
916
917
918

:pumpFlowRateMax a owl:ObjectProperty ;
	rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ;
	rdfs:label "pump flow rate range"@en .
# 
919
# https://saref.etsi.org/saref4bldg/pumpFlowRateMin
María's avatar
María committed
920
921
922
923
924

:pumpFlowRateMin a owl:ObjectProperty ;
	rdfs:comment "Allowable range of volume of fluid being pumped against the resistance specified. Usually measured in kg/s."@en ;
	rdfs:label "pump flow rate range"@en .
# 
925
# https://saref.etsi.org/saref4bldg/realImpedanceRatio
María's avatar
María committed
926
927
928
929
930

:realImpedanceRatio a owl:ObjectProperty ;
	rdfs:comment "The ratio between the real part of the zero sequence impedance and the real part of the positive impedance (i.e. real part of the short-circuit voltage) of the transformer. Used for three-phase transformer which includes a N-conductor."@en ;
	rdfs:label "real impedance ratio"@en .
# 
931
# https://saref.etsi.org/saref4bldg/secondCurvatureRadius
María's avatar
María committed
932
933
934
935
936

:secondCurvatureRadius a owl:ObjectProperty ;
	rdfs:comment "SecondCurvatureRadius should be defined as the top or right side radius of curvature value. Usually measured in millimeters (mm)."@en ;
	rdfs:label "second curvature radius"@en .
# 
937
# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax
María's avatar
María committed
938
939
940
941
942

:secondaryAirFlowRateMax a owl:ObjectProperty ;
	rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "secondary air flow rate range"@en .
# 
943
# https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin
María's avatar
María committed
944
945
946
947
948

:secondaryAirFlowRateMin a owl:ObjectProperty ;
	rdfs:comment "Maximum secondary airflow that can be delivered. Usually measured in Pascals (Pa, N/m2)."@en ;
	rdfs:label "secondary air flow rate range"@en .
# 
949
# https://saref.etsi.org/saref4bldg/secondaryApparentPower
María's avatar
María committed
950
951
952
953
954

:secondaryApparentPower a owl:ObjectProperty ;
	rdfs:comment "The power in VA (volt ampere) that has been transformed and is running out of the transformer on the secondary side. Usually measured in Watts (W, J/s)."@en ;
	rdfs:label "secondary apparent power"@en .
# 
955
# https://saref.etsi.org/saref4bldg/secondaryCurrent
María's avatar
María committed
956
957
958
959
960

:secondaryCurrent a owl:ObjectProperty ;
	rdfs:comment "The current that has been transformed and is running out of the transformer on the secondary side. Usually measured in Ampere (A)."@en ;
	rdfs:label "secondary current"@en .
# 
961
# https://saref.etsi.org/saref4bldg/secondaryFrequency
María's avatar
María committed
962
963
964
965
966

:secondaryFrequency a owl:ObjectProperty ;
	rdfs:comment "The frequency that has been transformed and is running out of the transformer on the secondary side. Usually measured in cycles/s or Hertz (Hz)."@en ;
	rdfs:label "secondary frequency"@en .
# 
967
# https://saref.etsi.org/saref4bldg/secondaryVoltage
María's avatar
María committed
968
969
970
971
972

:secondaryVoltage a owl:ObjectProperty ;
	rdfs:comment "The voltage that has been transformed and is running out of the transformer on the secondary side. Usually measured in Volts (V, W/A)."@en ;
	rdfs:label "secondary voltage"@en .
# 
973
# https://saref.etsi.org/saref4bldg/shortCircuitVoltage
María's avatar
María committed
974
975
976
977
978

:shortCircuitVoltage a owl:ObjectProperty ;
	rdfs:comment "A complex number that specifies the real and imaginary parts of the short-circuit voltage at rated current of a transformer given in %."@en ;
	rdfs:label "short circuit voltage"@en .
# 
979
# https://saref.etsi.org/saref4bldg/size
María's avatar
María committed
980
981
982
983
984

:size a owl:ObjectProperty ;
	rdfs:comment "The size of the connection to the valve (or to each connection for faucets, mixing valves, etc.). Usually measured in millimeters (mm)."@en ;
	rdfs:label "size"@en .
# 
985
# https://saref.etsi.org/saref4bldg/solarReflectance
María's avatar
María committed
986
987
988
989
990

:solarReflectance a owl:ObjectProperty ;
	rdfs:comment "(Rsol): The ratio of incident solar radiation that is reflected by a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ;
	rdfs:label "solar reflectance"@en .
# 
991
# https://saref.etsi.org/saref4bldg/solarTransmittance
María's avatar
María committed
992
993
994
995
996

:solarTransmittance a owl:ObjectProperty ;
	rdfs:comment "(Tsol) The ratio of incident solar radiation that directly passes through a shading system (also named _e). Note the following equation Asol + Rsol + Tsol = 1"@en ;
	rdfs:label "solar transmittance"@en .
# 
997
# https://saref.etsi.org/saref4bldg/spectrumMax
María's avatar
María committed
998
999
1000

:spectrumMax a owl:ObjectProperty ;
	rdfs:comment "The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other."@en ;
For faster browsing, not all history is shown. View entire blame