-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes_context.jsonld
349 lines (349 loc) · 26.2 KB
/
notes_context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
{
"@context": {
"Connection": "https://saref.etsi.org/saref4syst/Connection",
"System": "https://saref.etsi.org/saref4syst/System",
"purpose": "https://saref.etsi.org/saref4syst/purpose",
"connectsSystem": "https://saref.etsi.org/saref4syst/connectsSystem",
"ConnectionPoint": "https://saref.etsi.org/saref4syst/ConnectionPoint",
"connectionPointOf": "https://saref.etsi.org/saref4syst/connectionPointOf",
"connectsSystemAt": "https://saref.etsi.org/saref4syst/connectsSystemAt",
"Building": "https://saref.etsi.org/saref4bldg/Building",
"BuildingSpace": "https://saref.etsi.org/saref4bldg/BuildingSpace",
"Measurement": "https://saref.etsi.org/core/Measurement",
"airVolume": "https://saref.etsi.org/saref4bldg/airVolume",
"Bounds": "https://saref.etsi.org/saref4bldg/Bounds",
"Point": "https://saref.etsi.org/saref4bldg/Point",
"x": "https://saref.etsi.org/saref4bldg/x",
"y": "https://saref.etsi.org/saref4bldg/y",
"z": "https://saref.etsi.org/saref4bldg/z",
"max": "https://saref.etsi.org/saref4bldg/max",
"min": "https://saref.etsi.org/saref4bldg/min",
"bounds": "https://saref.etsi.org/saref4bldg/bounds",
"buildingSpaceKind": "https://saref.etsi.org/saref4bldg/buildingSpaceKind",
"isSpaceOfBuilding": "https://saref.etsi.org/saref4bldg/isSpaceOfBuilding",
"isSpaceOfBuildingSpace": "https://saref.etsi.org/saref4bldg/isSpaceOfBuildingSpace",
"Predictions": "https://saref.etsi.org/saref4bldg/Predictions",
"author": "https://saref.etsi.org/saref4bldg/author",
"dateCreated": "https://saref.etsi.org/saref4bldg/dateCreated",
"dateModified": "https://saref.etsi.org/saref4bldg/dateModified",
"PhysicalObject": "https://saref.etsi.org/saref4bldg/PhysicalObject",
"isContainedInBuildingSpace": "https://saref.etsi.org/saref4bldg/isContainedInBuildingSpace",
"isContainedInPhysicalObject": "https://saref.etsi.org/saref4bldg/isContainedInPhysicalObject",
"isSubSystemOf": "https://saref.etsi.org/saref4bldg/isSubSystemOf",
"isForPhysicalObject": "https://saref.etsi.org/saref4bldg/isForPhysicalObject",
"measurementName": "https://saref.etsi.org/saref4bldg/measurementName",
"measurementPredictions": "https://saref.etsi.org/saref4bldg/measurementPredictions",
"source": "https://saref.etsi.org/saref4bldg/source",
"VibrationIsolator": "https://saref.etsi.org/saref4bldg/VibrationIsolator",
"height": "https://saref.etsi.org/saref4bldg/height",
"isolatorCompressibility": "https://saref.etsi.org/saref4bldg/isolatorCompressibility",
"isolatorStaticDeflection": "https://saref.etsi.org/saref4bldg/isolatorStaticDeflection",
"supportedWeightMax": "https://saref.etsi.org/saref4bldg/supportedWeightMax",
"vibrationTransmissibility": "https://saref.etsi.org/saref4bldg/vibrationTransmissibility",
"hasManufacturer": "https://saref.etsi.org/core/hasManufacturer",
"hasModel": "https://saref.etsi.org/core/hasModel",
"TransportElement": "https://saref.etsi.org/saref4bldg/TransportElement",
"capacityPeople": "https://saref.etsi.org/saref4bldg/capacityPeople",
"capacityWeight": "https://saref.etsi.org/saref4bldg/capacityWeight",
"fireExit": "https://saref.etsi.org/saref4bldg/fireExit",
"ShadingDevice": "https://saref.etsi.org/saref4bldg/ShadingDevice",
"isExternal": "https://saref.etsi.org/saref4bldg/isExternal",
"mechanicalOperated": "https://saref.etsi.org/saref4bldg/mechanicalOperated",
"roughness": "https://saref.etsi.org/saref4bldg/roughness",
"shadingDeviceType": "https://saref.etsi.org/saref4bldg/shadingDeviceType",
"solarReflectance": "https://saref.etsi.org/saref4bldg/solarReflectance",
"solarTransmittance": "https://saref.etsi.org/saref4bldg/solarTransmittance",
"thermalTransmittance": "https://saref.etsi.org/saref4bldg/thermalTransmittance",
"visibleLightReflectance": "https://saref.etsi.org/saref4bldg/visibleLightReflectance",
"visibleLightTransmittance": "https://saref.etsi.org/saref4bldg/visibleLightTransmittance",
"UnitaryControlElement": "https://saref.etsi.org/saref4bldg/UnitaryControlElement",
"ProtectiveDeviceTrippingUnit": "https://saref.etsi.org/saref4bldg/ProtectiveDeviceTrippingUnit",
"limitingTerminalSize": "https://saref.etsi.org/saref4bldg/limitingTerminalSize",
"standard": "https://saref.etsi.org/saref4bldg/standard",
"FlowInstrument": "https://saref.etsi.org/saref4bldg/FlowInstrument",
"Alarm": "https://saref.etsi.org/saref4bldg/Alarm",
"Actuator": "https://saref.etsi.org/saref4bldg/Actuator",
"failPosition": "https://saref.etsi.org/saref4bldg/failPosition",
"manualOverride": "https://saref.etsi.org/saref4bldg/manualOverride",
"Controller": "https://saref.etsi.org/saref4bldg/Controller",
"controllingProperty": "https://saref.etsi.org/saref4bldg/controllingProperty",
"Interceptor": "https://saref.etsi.org/saref4bldg/Interceptor",
"coverLength": "https://saref.etsi.org/saref4bldg/coverLength",
"coverWidth": "https://saref.etsi.org/saref4bldg/coverWidth",
"inletConnectionSize": "https://saref.etsi.org/saref4bldg/inletConnectionSize",
"nominalBodyDepth": "https://saref.etsi.org/saref4bldg/nominalBodyDepth",
"nominalBodyLength": "https://saref.etsi.org/saref4bldg/nominalBodyLength",
"nominalBodyWidth": "https://saref.etsi.org/saref4bldg/nominalBodyWidth",
"outletConnectionSize": "https://saref.etsi.org/saref4bldg/outletConnectionSize",
"ventilatingPipeSize": "https://saref.etsi.org/saref4bldg/ventilatingPipeSize",
"Filter": "https://saref.etsi.org/saref4bldg/Filter",
"finalResistance": "https://saref.etsi.org/saref4bldg/finalResistance",
"fluidFlowRateMax": "https://saref.etsi.org/saref4bldg/fluidFlowRateMax",
"fluidFlowRateMin": "https://saref.etsi.org/saref4bldg/fluidFlowRateMin",
"initialResistance": "https://saref.etsi.org/saref4bldg/initialResistance",
"nominalFilterFaceVelocity": "https://saref.etsi.org/saref4bldg/nominalFilterFaceVelocity",
"nominalFlowRate": "https://saref.etsi.org/saref4bldg/nominalFlowRate",
"nominalMediaSurfaceVelocity": "https://saref.etsi.org/saref4bldg/nominalMediaSurfaceVelocity",
"nominalParticleGeometricMeanDiameter": "https://saref.etsi.org/saref4bldg/nominalParticleGeometricMeanDiameter",
"nominalParticleGeometricStandardDeviation": "https://saref.etsi.org/saref4bldg/nominalParticleGeometricStandardDeviation",
"nominalPressureDrop": "https://saref.etsi.org/saref4bldg/nominalPressureDrop",
"operationTemperatureMax": "https://saref.etsi.org/saref4bldg/operationTemperatureMax",
"operationTemperatureMin": "https://saref.etsi.org/saref4bldg/operationTemperatureMin",
"weight": "https://saref.etsi.org/saref4bldg/weight",
"DuctSilencer": "https://saref.etsi.org/saref4bldg/DuctSilencer",
"airFlowRateMax": "https://saref.etsi.org/saref4bldg/airFlowRateMax",
"airFlowRateMin": "https://saref.etsi.org/saref4bldg/airFlowRateMin",
"hasExteriorInsulation": "https://saref.etsi.org/saref4bldg/hasExteriorInsulation",
"hydraulicDiameter": "https://saref.etsi.org/saref4bldg/hydraulicDiameter",
"length": "https://saref.etsi.org/saref4bldg/length",
"workingPressureMax": "https://saref.etsi.org/saref4bldg/workingPressureMax",
"workingPressureMin": "https://saref.etsi.org/saref4bldg/workingPressureMin",
"SpaceHeater": "https://saref.etsi.org/saref4bldg/SpaceHeater",
"bodyMass": "https://saref.etsi.org/saref4bldg/bodyMass",
"energySource": "https://saref.etsi.org/saref4bldg/energySource",
"heatTransferDimension": "https://saref.etsi.org/saref4bldg/heatTransferDimension",
"heatTransferMedium": "https://saref.etsi.org/saref4bldg/heatTransferMedium",
"numberOfPanels": "https://saref.etsi.org/saref4bldg/numberOfPanels",
"numberOfSections": "https://saref.etsi.org/saref4bldg/numberOfSections",
"outputCapacity": "https://saref.etsi.org/saref4bldg/outputCapacity",
"placementType": "https://saref.etsi.org/saref4bldg/placementType",
"temperatureClassification": "https://saref.etsi.org/saref4bldg/temperatureClassification",
"thermalEfficiency": "https://saref.etsi.org/saref4bldg/thermalEfficiency",
"thermalMassHeatCapacity": "https://saref.etsi.org/saref4bldg/thermalMassHeatCapacity",
"SanitaryTerminal": "https://saref.etsi.org/saref4bldg/SanitaryTerminal",
"Outlet": "https://saref.etsi.org/saref4bldg/Outlet",
"isPluggableOutlet": "https://saref.etsi.org/saref4bldg/isPluggableOutlet",
"numberOsSockets": "https://saref.etsi.org/saref4bldg/numberOsSockets",
"MedicalDevice": "https://saref.etsi.org/saref4bldg/MedicalDevice",
"Lamp": "https://saref.etsi.org/saref4bldg/Lamp",
"colorAppearance": "https://saref.etsi.org/saref4bldg/colorAppearance",
"colorRenderingIndex": "https://saref.etsi.org/saref4bldg/colorRenderingIndex",
"colorTemperature": "https://saref.etsi.org/saref4bldg/colorTemperature",
"contributedLuminousFlux": "https://saref.etsi.org/saref4bldg/contributedLuminousFlux",
"lampBallastType": "https://saref.etsi.org/saref4bldg/lampBallastType",
"lampCompensationType": "https://saref.etsi.org/saref4bldg/lampCompensationType",
"lampMaintenanceFactor": "https://saref.etsi.org/saref4bldg/lampMaintenanceFactor",
"lightEmitterNominalPower": "https://saref.etsi.org/saref4bldg/lightEmitterNominalPower",
"spectrumMax": "https://saref.etsi.org/saref4bldg/spectrumMax",
"spectrumMin": "https://saref.etsi.org/saref4bldg/spectrumMin",
"FireSuppressionTerminal": "https://saref.etsi.org/saref4bldg/FireSuppressionTerminal",
"ElectricAppliance": "https://saref.etsi.org/saref4bldg/ElectricAppliance",
"CommunicationAppliance": "https://saref.etsi.org/saref4bldg/CommunicationAppliance",
"AudioVisualAppliance": "https://saref.etsi.org/saref4bldg/AudioVisualAppliance",
"audioVolume": "https://saref.etsi.org/saref4bldg/audioVolume",
"mediaSource": "https://saref.etsi.org/saref4bldg/mediaSource",
"Tank": "https://saref.etsi.org/saref4bldg/Tank",
"accessType": "https://saref.etsi.org/saref4bldg/accessType",
"effectiveCapacity": "https://saref.etsi.org/saref4bldg/effectiveCapacity",
"endShapeType": "https://saref.etsi.org/saref4bldg/endShapeType",
"firstCurvatureRadius": "https://saref.etsi.org/saref4bldg/firstCurvatureRadius",
"nominalDepth": "https://saref.etsi.org/saref4bldg/nominalDepth",
"nominalLengthOrDiameter": "https://saref.etsi.org/saref4bldg/nominalLengthOrDiameter",
"nominalVolumetricCapacity": "https://saref.etsi.org/saref4bldg/nominalVolumetricCapacity",
"nominalWidthOrDiameter": "https://saref.etsi.org/saref4bldg/nominalWidthOrDiameter",
"operatingWeight": "https://saref.etsi.org/saref4bldg/operatingWeight",
"patternType": "https://saref.etsi.org/saref4bldg/patternType",
"secondCurvatureRadius": "https://saref.etsi.org/saref4bldg/secondCurvatureRadius",
"storageType": "https://saref.etsi.org/saref4bldg/storageType",
"ElectricFlowStorageDevice": "https://saref.etsi.org/saref4bldg/ElectricFlowStorageDevice",
"nominalFrequency": "https://saref.etsi.org/saref4bldg/nominalFrequency",
"nominalSupplyVoltage": "https://saref.etsi.org/saref4bldg/nominalSupplyVoltage",
"nominalSupplyVoltageMin": "https://saref.etsi.org/saref4bldg/nominalSupplyVoltageMin",
"Pump": "https://saref.etsi.org/saref4bldg/Pump",
"connectionSize": "https://saref.etsi.org/saref4bldg/connectionSize",
"flowResistanceMax": "https://saref.etsi.org/saref4bldg/flowResistanceMax",
"flowResistanceMin": "https://saref.etsi.org/saref4bldg/flowResistanceMin",
"netPositiveSuctionHead": "https://saref.etsi.org/saref4bldg/netPositiveSuctionHead",
"nomminalRotationSpeed": "https://saref.etsi.org/saref4bldg/nomminalRotationSpeed",
"pumpFlowRateMax": "https://saref.etsi.org/saref4bldg/pumpFlowRateMax",
"pumpFlowRateMin": "https://saref.etsi.org/saref4bldg/pumpFlowRateMin",
"Compressor": "https://saref.etsi.org/saref4bldg/Compressor",
"compressorSpeed": "https://saref.etsi.org/saref4bldg/compressorSpeed",
"hasHotGasBypass": "https://saref.etsi.org/saref4bldg/hasHotGasBypass",
"idealCapacity": "https://saref.etsi.org/saref4bldg/idealCapacity",
"idealShaftPower": "https://saref.etsi.org/saref4bldg/idealShaftPower",
"impellerDiameter": "https://saref.etsi.org/saref4bldg/impellerDiameter",
"nominalCapacity": "https://saref.etsi.org/saref4bldg/nominalCapacity",
"partLoadRatioMax": "https://saref.etsi.org/saref4bldg/partLoadRatioMax",
"partLoadRatioMin": "https://saref.etsi.org/saref4bldg/partLoadRatioMin",
"powerSource": "https://saref.etsi.org/saref4bldg/powerSource",
"refrigerantClass": "https://saref.etsi.org/saref4bldg/refrigerantClass",
"Fan": "https://saref.etsi.org/saref4bldg/Fan",
"capacityControlType": "https://saref.etsi.org/saref4bldg/capacityControlType",
"motorDriveType": "https://saref.etsi.org/saref4bldg/motorDriveType",
"nominalAirFlowRate": "https://saref.etsi.org/saref4bldg/nominalAirFlowRate",
"nominalPowerRate": "https://saref.etsi.org/saref4bldg/nominalPowerRate",
"nominalRotationSpeed": "https://saref.etsi.org/saref4bldg/nominalRotationSpeed",
"nominalStaticPressure": "https://saref.etsi.org/saref4bldg/nominalStaticPressure",
"nominalTotalPressure": "https://saref.etsi.org/saref4bldg/nominalTotalPressure",
"operationalRiterial": "https://saref.etsi.org/saref4bldg/operationalRiterial",
"operationMode": "https://saref.etsi.org/saref4bldg/operationMode",
"Valve": "https://saref.etsi.org/saref4bldg/Valve",
"closeOffRating": "https://saref.etsi.org/saref4bldg/closeOffRating",
"flowCoefficient": "https://saref.etsi.org/saref4bldg/flowCoefficient",
"size": "https://saref.etsi.org/saref4bldg/size",
"testPressure": "https://saref.etsi.org/saref4bldg/testPressure",
"valveMechanism": "https://saref.etsi.org/saref4bldg/valveMechanism",
"valveOperation": "https://saref.etsi.org/saref4bldg/valveOperation",
"valvePattern": "https://saref.etsi.org/saref4bldg/valvePattern",
"workingPressure": "https://saref.etsi.org/saref4bldg/workingPressure",
"SwitchingDevice": "https://saref.etsi.org/saref4bldg/SwitchingDevice",
"hasLock": "https://saref.etsi.org/saref4bldg/hasLock",
"isIlluminated": "https://saref.etsi.org/saref4bldg/isIlluminated",
"legend": "https://saref.etsi.org/saref4bldg/legend",
"numberOfGangs": "https://saref.etsi.org/saref4bldg/numberOfGangs",
"switchFunction": "https://saref.etsi.org/saref4bldg/switchFunction",
"ProtectiveDevice": "https://saref.etsi.org/saref4bldg/ProtectiveDevice",
"FlowMeter": "https://saref.etsi.org/saref4bldg/FlowMeter",
"readOutType": "https://saref.etsi.org/saref4bldg/readOutType",
"remoteReading": "https://saref.etsi.org/saref4bldg/remoteReading",
"ElectricTimeControl": "https://saref.etsi.org/saref4bldg/ElectricTimeControl",
"Damper": "https://saref.etsi.org/saref4bldg/Damper",
"bladeAction": "https://saref.etsi.org/saref4bldg/bladeAction",
"bladeEdge": "https://saref.etsi.org/saref4bldg/bladeEdge",
"bladeShape": "https://saref.etsi.org/saref4bldg/bladeShape",
"bladeThickness": "https://saref.etsi.org/saref4bldg/bladeThickness",
"faceArea": "https://saref.etsi.org/saref4bldg/faceArea",
"frameDepth": "https://saref.etsi.org/saref4bldg/frameDepth",
"frameThickness": "https://saref.etsi.org/saref4bldg/frameThickness",
"frameType": "https://saref.etsi.org/saref4bldg/frameType",
"leakageFullyClosed": "https://saref.etsi.org/saref4bldg/leakageFullyClosed",
"numberOfBlades": "https://saref.etsi.org/saref4bldg/numberOfBlades",
"openPressureDrop": "https://saref.etsi.org/saref4bldg/openPressureDrop",
"operation": "https://saref.etsi.org/saref4bldg/operation",
"orientation": "https://saref.etsi.org/saref4bldg/orientation",
"temperatureRating": "https://saref.etsi.org/saref4bldg/temperatureRating",
"TubeBundle": "https://saref.etsi.org/saref4bldg/TubeBundle",
"foulingFactor": "https://saref.etsi.org/saref4bldg/foulingFactor",
"hasTurbulator": "https://saref.etsi.org/saref4bldg/hasTurbulator",
"horizontalSpacing": "https://saref.etsi.org/saref4bldg/horizontalSpacing",
"inLineRowSpacing": "https://saref.etsi.org/saref4bldg/inLineRowSpacing",
"insideDiameter": "https://saref.etsi.org/saref4bldg/insideDiameter",
"nominalDiameter": "https://saref.etsi.org/saref4bldg/nominalDiameter",
"numberOfCircuits": "https://saref.etsi.org/saref4bldg/numberOfCircuits",
"numberOfRows": "https://saref.etsi.org/saref4bldg/numberOfRows",
"outsideDiameter": "https://saref.etsi.org/saref4bldg/outsideDiameter",
"staggeredRowSpacing": "https://saref.etsi.org/saref4bldg/staggeredRowSpacing",
"thermalConductivity": "https://saref.etsi.org/saref4bldg/thermalConductivity",
"verticalSpacing": "https://saref.etsi.org/saref4bldg/verticalSpacing",
"volumen": "https://saref.etsi.org/saref4bldg/volumen",
"Transformer": "https://saref.etsi.org/saref4bldg/Transformer",
"apparentPowerMax": "https://saref.etsi.org/saref4bldg/apparentPowerMax",
"imaginaryImpedanceRatio": "https://saref.etsi.org/saref4bldg/imaginaryImpedanceRatio",
"isNeutralPrimaryTerminalAvailable": "https://saref.etsi.org/saref4bldg/isNeutralPrimaryTerminalAvailable",
"isNeutralSecondaryTerminalAvailable": "https://saref.etsi.org/saref4bldg/isNeutralSecondaryTerminalAvailable",
"primaryApparentPower": "https://saref.etsi.org/saref4bldg/primaryApparentPower",
"primaryCurrent": "https://saref.etsi.org/saref4bldg/primaryCurrent",
"primaryFrequency": "https://saref.etsi.org/saref4bldg/primaryFrequency",
"primaryVoltage": "https://saref.etsi.org/saref4bldg/primaryVoltage",
"realImpedanceRatio": "https://saref.etsi.org/saref4bldg/realImpedanceRatio",
"secondaryApparentPower": "https://saref.etsi.org/saref4bldg/secondaryApparentPower",
"secondaryCurrent": "https://saref.etsi.org/saref4bldg/secondaryCurrent",
"secondaryCurrentType": "https://saref.etsi.org/saref4bldg/secondaryCurrentType",
"secondaryFrequency": "https://saref.etsi.org/saref4bldg/secondaryFrequency",
"secondaryVoltage": "https://saref.etsi.org/saref4bldg/secondaryVoltage",
"transformerVectorGroup": "https://saref.etsi.org/saref4bldg/transformerVectorGroup",
"SolarDevice": "https://saref.etsi.org/saref4bldg/SolarDevice",
"Humidifier": "https://saref.etsi.org/saref4bldg/Humidifier",
"application": "https://saref.etsi.org/saref4bldg/application",
"internalControl": "https://saref.etsi.org/saref4bldg/internalControl",
"nominalMoistureGain": "https://saref.etsi.org/saref4bldg/nominalMoistureGain",
"waterRequirement": "https://saref.etsi.org/saref4bldg/waterRequirement",
"HeatExchanger": "https://saref.etsi.org/saref4bldg/HeatExchanger",
"arrangement": "https://saref.etsi.org/saref4bldg/arrangement",
"Evaporator": "https://saref.etsi.org/saref4bldg/Evaporator",
"evaporationCoolant": "https://saref.etsi.org/saref4bldg/evaporationCoolant",
"evaporationMediumType": "https://saref.etsi.org/saref4bldg/evaporationMediumType",
"externalSurfaceArea": "https://saref.etsi.org/saref4bldg/externalSurfaceArea",
"internalRefrigerantVolume": "https://saref.etsi.org/saref4bldg/internalRefrigerantVolume",
"internalSurfaceArea": "https://saref.etsi.org/saref4bldg/internalSurfaceArea",
"internalWaterVolume": "https://saref.etsi.org/saref4bldg/internalWaterVolume",
"nominalHeatTransferArea": "https://saref.etsi.org/saref4bldg/nominalHeatTransferArea",
"nominalHeatTransferCoefficient": "https://saref.etsi.org/saref4bldg/nominalHeatTransferCoefficient",
"EvaporativeCooler": "https://saref.etsi.org/saref4bldg/EvaporativeCooler",
"flowArrangement": "https://saref.etsi.org/saref4bldg/flowArrangement",
"heatExchangeArea": "https://saref.etsi.org/saref4bldg/heatExchangeArea",
"Engine": "https://saref.etsi.org/saref4bldg/Engine",
"ElectricMotor": "https://saref.etsi.org/saref4bldg/ElectricMotor",
"electricMotorEfficiency": "https://saref.etsi.org/saref4bldg/electricMotorEfficiency",
"frameSize": "https://saref.etsi.org/saref4bldg/frameSize",
"hasPartWinding": "https://saref.etsi.org/saref4bldg/hasPartWinding",
"isGuarded": "https://saref.etsi.org/saref4bldg/isGuarded",
"lockedRotorCurrent": "https://saref.etsi.org/saref4bldg/lockedRotorCurrent",
"motorEnclosureType": "https://saref.etsi.org/saref4bldg/motorEnclosureType",
"powerOutputMax": "https://saref.etsi.org/saref4bldg/powerOutputMax",
"startCurrentFactor": "https://saref.etsi.org/saref4bldg/startCurrentFactor",
"startingTime": "https://saref.etsi.org/saref4bldg/startingTime",
"teTime": "https://saref.etsi.org/saref4bldg/teTime",
"ElectricGenerator": "https://saref.etsi.org/saref4bldg/ElectricGenerator",
"electricGeneratorEfficiency": "https://saref.etsi.org/saref4bldg/electricGeneratorEfficiency",
"CoolingTower": "https://saref.etsi.org/saref4bldg/CoolingTower",
"ambientDesignDryBulbTemperature": "https://saref.etsi.org/saref4bldg/ambientDesignDryBulbTemperature",
"ambientDesignWetBulbTemperature": "https://saref.etsi.org/saref4bldg/ambientDesignWetBulbTemperature",
"basinReserveVolume": "https://saref.etsi.org/saref4bldg/basinReserveVolume",
"capacityControl": "https://saref.etsi.org/saref4bldg/capacityControl",
"circuitType": "https://saref.etsi.org/saref4bldg/circuitType",
"controlStrategy": "https://saref.etsi.org/saref4bldg/controlStrategy",
"liftElevationDifference": "https://saref.etsi.org/saref4bldg/liftElevationDifference",
"numberOfCells": "https://saref.etsi.org/saref4bldg/numberOfCells",
"sprayType": "https://saref.etsi.org/saref4bldg/sprayType",
"CooledBeam": "https://saref.etsi.org/saref4bldg/CooledBeam",
"coilLength": "https://saref.etsi.org/saref4bldg/coilLength",
"coilWidth": "https://saref.etsi.org/saref4bldg/coilWidth",
"finishColor": "https://saref.etsi.org/saref4bldg/finishColor",
"integratedLightingType": "https://saref.etsi.org/saref4bldg/integratedLightingType",
"isFreeHanging": "https://saref.etsi.org/saref4bldg/isFreeHanging",
"nominalCoolingCapacity": "https://saref.etsi.org/saref4bldg/nominalCoolingCapacity",
"nominalHeatingCapacity": "https://saref.etsi.org/saref4bldg/nominalHeatingCapacity",
"nominalReturnWaterTemperatureCooling": "https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureCooling",
"nominalReturnWaterTemperatureHeating": "https://saref.etsi.org/saref4bldg/nominalReturnWaterTemperatureHeating",
"nominalSorroundingHumidityCooling": "https://saref.etsi.org/saref4bldg/nominalSorroundingHumidityCooling",
"nominalSorroundingTemperatureCooling": "https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureCooling",
"nominalSorroundingTemperatureHeating": "https://saref.etsi.org/saref4bldg/nominalSorroundingTemperatureHeating",
"nominalSupplyWaterTemperatureCooling": "https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureCooling",
"nominalSupplyWaterTemperatureHeating": "https://saref.etsi.org/saref4bldg/nominalSupplyWaterTemperatureHeating",
"nominalWaterFlowCooling": "https://saref.etsi.org/saref4bldg/nominalWaterFlowCooling",
"nominalWaterFlowHeating": "https://saref.etsi.org/saref4bldg/nominalWaterFlowHeating",
"pipeConnectionEnum": "https://saref.etsi.org/saref4bldg/pipeConnectionEnum",
"waterFlowControlSystemType": "https://saref.etsi.org/saref4bldg/waterFlowControlSystemType",
"waterPressureMax": "https://saref.etsi.org/saref4bldg/waterPressureMax",
"waterPressureMin": "https://saref.etsi.org/saref4bldg/waterPressureMin",
"Condenser": "https://saref.etsi.org/saref4bldg/Condenser",
"Chiller": "https://saref.etsi.org/saref4bldg/Chiller",
"nominalCondensingTemperature": "https://saref.etsi.org/saref4bldg/nominalCondensingTemperature",
"nominalEfficiency": "https://saref.etsi.org/saref4bldg/nominalEfficiency",
"nominalEvaporatingTemmperature": "https://saref.etsi.org/saref4bldg/nominalEvaporatingTemmperature",
"nominalHeatRejectionRate": "https://saref.etsi.org/saref4bldg/nominalHeatRejectionRate",
"nominalPowerConsumption": "https://saref.etsi.org/saref4bldg/nominalPowerConsumption",
"Burner": "https://saref.etsi.org/saref4bldg/Burner",
"Boiler": "https://saref.etsi.org/saref4bldg/Boiler",
"heatTransferSurfaceArea": "https://saref.etsi.org/saref4bldg/heatTransferSurfaceArea",
"isWaterStorageHeater": "https://saref.etsi.org/saref4bldg/isWaterStorageHeater",
"nominalEnergyConsumption": "https://saref.etsi.org/saref4bldg/nominalEnergyConsumption",
"nominalPartLoadRatio": "https://saref.etsi.org/saref4bldg/nominalPartLoadRatio",
"operatingMode": "https://saref.etsi.org/saref4bldg/operatingMode",
"outletTemperatureMax": "https://saref.etsi.org/saref4bldg/outletTemperatureMax",
"outletTemperatureMin": "https://saref.etsi.org/saref4bldg/outletTemperatureMin",
"pressureRating": "https://saref.etsi.org/saref4bldg/pressureRating",
"waterInletTemperatureMax": "https://saref.etsi.org/saref4bldg/waterInletTemperatureMax",
"waterInletTemperatureMin": "https://saref.etsi.org/saref4bldg/waterInletTemperatureMin",
"waterStorageCapacity": "https://saref.etsi.org/saref4bldg/waterStorageCapacity",
"AirToAirHeatRecovery": "https://saref.etsi.org/saref4bldg/AirToAirHeatRecovery",
"hasDefrost": "https://saref.etsi.org/saref4bldg/hasDefrost",
"heatTransferTypeEnum": "https://saref.etsi.org/saref4bldg/heatTransferTypeEnum",
"primaryAirFlowRateMax": "https://saref.etsi.org/saref4bldg/primaryAirFlowRateMax",
"primaryAirFlowRateMin": "https://saref.etsi.org/saref4bldg/primaryAirFlowRateMin",
"secondaryAirFlowRateMax": "https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMax",
"secondaryAirFlowRateMin": "https://saref.etsi.org/saref4bldg/secondaryAirFlowRateMin",
"Coil": "https://saref.etsi.org/saref4bldg/Coil",
"nominalLatentCapacity": "https://saref.etsi.org/saref4bldg/nominalLatentCapacity",
"nominalSensibleCapacity": "https://saref.etsi.org/saref4bldg/nominalSensibleCapacity",
"nominalUa": "https://saref.etsi.org/saref4bldg/nominalUa",
"Sensor": "https://saref.etsi.org/core/Sensor",
"hasSensingRange": "https://saref.etsi.org/core/hasSensingRange",
"hasSensorType": "https://saref.etsi.org/core/hasSensorType",
"Meter": "https://saref.etsi.org/core/Meter",
"hasMeterReading": "https://saref.etsi.org/core/hasMeterReading",
"hasMeterReadingType": "https://saref.etsi.org/core/hasMeterReadingType"
}
}