-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsinglezone_commercial_hydronic-brick.ttl
202 lines (169 loc) · 7.71 KB
/
singlezone_commercial_hydronic-brick.ttl
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
@prefix bldg: <urn:example#> .
@prefix brick: <https://brickschema.org/schema/Brick#> .
@prefix bacnet: <http://data.ashrae.org/bacnet/2020#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ref: <https://brickschema.org/schema/Brick/ref#> .
<urn:example#> a owl:Ontology ;
owl:imports <https://brickschema.org/schema/1.2/Brick#> .
bldg:oveTZonSet_u a brick:Zone_Air_Heating_Temperature_Setpoint ;
bacnet:description "Zone temperature set point for heating" ;
ref:hasExternalReference bldg:oveTZonSet_u_bacnet .
bldg:oveTSupSet_u a brick:Supply_Air_Temperature_Setpoint ;
bacnet:description "AHU supply air tempeature set point for heating" ;
ref:hasExternalReference bldg:oveTSupSet_bacnet .
bldg:ahu_oveFanSup_u a brick:Run_Enable_Command ;
bacnet:description "AHU supply far speed control signal" ;
ref:hasExternalReference bldg:ahu_oveFanSup_u .
#measurements
bldg:ahu_reaTSupAir_y a brick:Supply_Air_Temperature_Sensor ;
brick:hasUnit unit:K ;
bacnet:description "AHU supply air temperature" ;
ref:hasExternalReference bldg:ahu_reaTSupAir_bacnet .
bldg:reaTZon_y a brick:Zone_Air_Temperature_Sensor ;
brick:hasUnit unit:K ;
bacnet:description "Zone air temperature" ;
ref:hasExternalReference bldg:reaTZon_y_bacnet .
bldg:ahu_reaTRetAir_y a brick:Return_Air_Temperature_Sensor ;
brick:hasUnit unit:K ;
bacnet:description "AHU return air temperature" ;
ref:hasExternalReference bldg:ahu_reaTRetAir_y_bacnet .
bldg:reaCO2Zon_y a brick:CO2_Level_Sensor ;
brick:hasUnit unit:PPM ;
bacnet:description "Zone CO2 concentration" ;
ref:hasExternalReference bldg:reaCO2Zon_y_bacnet .
bldg:reaPEle_y a brick:Electrical_Power_Sensor ;
brick:hasUnit unit:W ;
bacnet:description "Electrical power consumpution for AHU fans and heating system pump" ;
ref:hasExternalReference bldg:reaPEle_y_bacnet .
bldg:ahu_reaPFanSup_y a brick:Electrical_Power_Sensor ;
brick:hasUnit unit:W ;
bacnet:description "AHU supply fan electrical power consumption" ;
ref:hasExternalReference bldg:ahu_reaPFanSup_y_bacnet .
bldg:reaPPum_y a brick:Electrical_Power_Sensor ;
brick:hasUnit unit:W ;
bacnet:description "Electical Power consumption of pump";
ref:hasExternalReference bldg:reaPPum_y_bacnet .
bldg:ahu_reaPFanRet_y a brick:Electrical_Power_Sensor ;
brick:hasUnit unit:W ;
bacnet:description "AHU return fan electrical consumption" ;
ref:hasExternalReference bldg:ahu_reaPFanRet_y_bacnet .
bldg:reaQHea_y a brick:Thermal_Power_Sensor ;
brick:hasUnit unit:W ;
bacnet:description "District heating thermal power consumption" ;
ref:hasExternalReference bldg:reaQHea_y_bacnet .
bldg:ahu_reaFloSupAir_y a brick:Supply_Air_Flow_Sensor ;
bacnet:description "AHU supply air mass flowrate" ;
ref:hasExternalReference bldg:ahu_reaFloSupAir_y_bacnet .
bldg:boptest-proxy a bacnet:BACnetDevice ;
bacnet:device-instance 599 .
bldg:oveTZonSet_u_bacnet a ref:BACnetReference ;
bacnet:description "Zone temperature set point for heating" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,1" ;
bacnet:object-name "oveTZonSet_u" ;
bacnet:units "degreesKelvin" ;
bldg:isWriteable true ;
bacnet:objectOf bldg:boptest-proxy .
bldg:oveTZonSet_activate_bacnet a ref:BACnetReference ;
bacnet:description "Activation for Zone temperature set point for heating";
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,101" ;
bacnet:object-name "oveTZonSet_activate" ;
bldg:isWriteable true ;
bacnet:objectOf bldg:boptest-proxy .
bldg:oveTSupSet_u_bacnet a ref:BACnetReference ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,2" ;
bacnet:object-name "oveTSupSet_u" ;
bacnet:units "degreesKelvin" ;
bldg:isWriteable true ;
bacnet:objectOf bldg:boptest-proxy .
bldg:oveTSupSet_activate_bacnet a ref:BACnetReference ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,102" ;
bacnet:object-name "oveTSupSet_activate" ;
bldg:isWriteable true ;
bacnet:objectOf bldg:boptest-proxy .
bldg:ahu_oveFanSup_u_bacnet a ref:BACnetReference ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,3" ;
bacnet:object-name "ahu_oveFanSup_u" ;
bldg:isWriteable true ;
bacnet:objectOf bldg:boptest-proxy .
bldg:ahu_oveFanSup_activate_bacnet a ref:BACnetReference ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,103" ;
bacnet:object-name "ahu_oveFanSup_activate" ;
bldg:isWriteable true ;
bacnet:objectOf bldg:boptest-proxy .
# measurements
bldg:ahu_reaTSupAir_y_bacnet a ref:BACnetReference ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,10" ;
bacnet:object-name "ahu_reaTSupAir_y" ;
bacnet:units "degreesKelvin" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:reaTZon_y_bacnet a ref:BACnetReference ;
bacnet:description "Zone air temperature" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,11" ;
bacnet:object-name "reaTZon_y" ;
bacnet:units "degreesKelvin" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:ahu_reaTRetAir_y_bacnet a ref:BACnetReference ;
bacnet:description "AHU return air temperature" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,12" ;
bacnet:object-name "ahu_reaTRetAir_y" ;
bacnet:units "degreesKelvin" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:reaCO2Zon_y_bacnet a ref:BACnetReference ;
bacnet:description "Zone CO2 concentration" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,13" ;
bacnet:object-name "reaCO2Zon_y" ;
bacnet:units "partsPerMillion" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:reaPEle_y_bacnet a ref:BACnetReference ;
bacnet:description "Electrical power consumpution for AHU fans and heating system pump" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,14" ;
bacnet:object-name "reaPEle_y" ;
bacnet:units "watts" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:ahu_reaPFanSup_y_bacnet a ref:BACnetReference ;
bacnet:description "AHU supply fan electrical power consumption" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,15" ;
bacnet:object-name "ahu_reaPFanSup_y" ;
bacnet:units "watts" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:reaPPum_y_bacnet a ref:BACnetReference ;
bacnet:description "Electical Power consumption of pump" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,16" ;
bacnet:object-name "reaPPum_y" ;
bacnet:units "watts" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:ahu_reaPFanRet_y_bacnet a ref:BACnetReference ;
bacnet:description "AHU return fan electrical consumption" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,17" ;
bacnet:object-name "ahu_reaPFanRet_y" ;
bacnet:units "watts" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:reaQHea_y_bacnet a ref:BACnetReference ;
bacnet:description "District heating thermal power consumption" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,18" ;
bacnet:object-name "reaQHea_y" ;
bacnet:units "watts" ;
bacnet:objectOf bldg:boptest-proxy .
bldg:ahu_reaFloSupAir_y_bacnet a ref:BACnetReference ;
bacnet:description "AHU supply air mass flowrate" ;
bacnet:object-type "analog-value" ;
bacnet:object-identifier "analog-value,19" ;
bacnet:object-name "ahu_reaFloSupAir_y" ;
bacnet:units "kilogramsPerSecond" ;
bacnet:objectOf bldg:boptest-proxy .