-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpost-processed-model.ttl
More file actions
118 lines (97 loc) · 3.94 KB
/
post-processed-model.ttl
File metadata and controls
118 lines (97 loc) · 3.94 KB
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
@prefix bldg: <https://BESTESTAir.urn#> .
@prefix boptestrules: <https://boptest-rules.urn#> .
@prefix brick: <https://brickschema.org/schema/Brick#> .
@prefix literal: <https://literal_values.urn#> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix ref: <https://brickschema.org/schema/Brick/ref#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bldg:fcu a brick:FCU ;
brick:feeds bldg:zon ;
brick:hasPart bldg:fcu_fan ;
brick:hasPoint bldg:fcu_oveFan,
bldg:fcu_oveTSup,
bldg:fcu_reaFloSup,
bldg:fcu_reaPCoo,
bldg:fcu_reaPFan,
bldg:fcu_reaPHea .
bldg:con a brick:Thermostat ;
brick:hasPoint bldg:con_oveTSetCoo,
bldg:con_oveTSetHea .
bldg:con_oveTSetCoo_Reference a ref:BOPTestReference ;
ref:activate literal:con_oveTSetCoo_activate ;
ref:description literal:description ;
ref:isWritable true ;
ref:max literal:max ;
ref:min literal:min ;
ref:name literal:con_oveTSetCoo_u ;
ref:unit literal:K .
bldg:con_oveTSetHea_Reference a ref:BOPTestReference ;
ref:activate literal:con_oveTSetHea_activate ;
ref:description literal:description ;
ref:isWritable true ;
ref:max literal:max ;
ref:min literal:min ;
ref:name literal:con_oveTSetHea_u ;
ref:unit literal:K .
bldg:fcu_fan a brick:Supply_Fan ;
brick:hasPoint bldg:fcu_oveFan,
bldg:fcu_reaPFan .
bldg:fcu_oveFan_Reference a ref:BOPTestReference ;
ref:activate literal:fcu_oveFan_activate ;
ref:isWritable true ;
ref:name literal:fcu_oveFan_u .
bldg:fcu_oveTSup a brick:Supply_Air_Temperature_Setpoint ;
qudt:hasQuantityKind quantitykind:Temperature ;
qudt:hasUnit qudt:K ;
ref:hasExternalReference bldg:fcu_oveTSup_Reference .
bldg:fcu_oveTSup_Reference a ref:BOPTestReference ;
ref:activate literal:fcu_oveTSup_activate ;
ref:isWritable true ;
ref:name literal:fcu_oveTSup_u .
bldg:fcu_reaFloSup a brick:Supply_Air_Flow_Sensor ;
qudt:hasQuantityKind quantitykind:MassFlowRate ;
qudt:hasUnit qudt:KiloGM-PER-SEC ;
ref:hasExternalReference bldg:fcu_reaFloSup_Reference .
bldg:fcu_reaFloSup_Reference a ref:BOPTestReference ;
ref:isWritable false ;
ref:name literal:fcu_reaFloSup_y .
bldg:fcu_reaPCoo a brick:Electric_Power_Sensor ;
qudt:hasQuantityKind quantitykind:ElectricPower ;
qudt:hasUnit qudt:W ;
ref:hasExternalReference bldg:fcu_reaPCoo_Reference .
bldg:fcu_reaPCoo_Reference a ref:BOPTestReference ;
ref:isWritable false ;
ref:name literal:fcu_reaPCoo_y .
bldg:fcu_reaPFan_Reference a ref:BOPTestReference ;
ref:isWritable false ;
ref:name literal:fcu_reaPFan_y .
bldg:fcu_reaPHea a brick:Heating_Thermal_Power_Sensor ;
qudt:hasQuantityKind quantitykind:ElectricPower ;
qudt:hasUnit qudt:W ;
ref:hasExternalReference bldg:fcu_reaPHea_Reference .
bldg:fcu_reaPHea_Reference a ref:BOPTestReference ;
ref:isWritable false ;
ref:name literal:fcu_reaPHea_y .
bldg:zon a brick:Zone ;
brick:hasPoint bldg:con_oveTSetCoo,
bldg:con_oveTSetHea ;
brick:isLocationOf bldg:con .
bldg:con_oveTSetCoo a brick:Zone_Air_Cooling_Temperature_Setpoint ;
qudt:hasQuantityKind quantitykind:Temperature ;
qudt:hasUnit qudt:K ;
ref:hasExternalReference bldg:con_oveTSetCoo_Reference .
bldg:con_oveTSetHea a brick:Zone_Air_Heating_Temperature_Setpoint ;
qudt:hasQuantityKind quantitykind:Temperature ;
qudt:hasUnit qudt:K ;
ref:hasExternalReference bldg:con_oveTSetHea_Reference .
bldg:fcu_oveFan a brick:Fan_Command ;
qudt:hasQuantityKind quantitykind:Temperature ;
qudt:hasUnit qudt:K ;
boptestrules:pointOf brick:Supply_Fan ;
ref:hasExternalReference bldg:fcu_oveFan_Reference .
bldg:fcu_reaPFan a brick:Electric_Power_Sensor ;
qudt:hasQuantityKind quantitykind:ElectricPower ;
qudt:hasUnit qudt:W ;
boptestrules:pointOf brick:Supply_Fan ;
ref:hasExternalReference bldg:fcu_reaPFan_Reference .