@prefix IBAL: <http://example.org/IBAL#> .
@prefix bacnet: <http://data.ashrae.org/bacnet/2020#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s223: <http://data.ashrae.org/standard223#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/IBAL> a owl:Ontology ;
    owl:imports <http://data.ashrae.org/standard223/1.0/model/all> ;
    owl:versionInfo "Created with TopBraid Composer" .

IBAL:AHU1_Controller a bacnet:object,
        s223:Controller ;
    rdfs:label "AHU1 Controller" ;
    bacnet:hasObject IBAL:ahu2_out_rtd_AI,
        IBAL:ahu2_p_down_AI,
        IBAL:ahu2_vfd_AO,
        IBAL:d15_pos_c_AI,
        IBAL:d16_pos_c_AI,
        IBAL:v13_pos_c_AO,
        IBAL:v13_pos_fb_AI,
        IBAL:vav2_heat_c_AI ;
    bacnet:hasPort bacnet:P_47815 ;
    s223:executes IBAL:AHU1_FnB .

IBAL:AHU2_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "AHU2 Controller" ;
    bacnet:hasObject IBAL:ahu1_out_rtd,
        IBAL:ahu1_p_down,
        IBAL:ahu1_vfd,
        IBAL:d17_pos_c,
        IBAL:d18_pos_c,
        IBAL:v12_pos_c,
        IBAL:v12_pos_fb,
        IBAL:vav3_heat_c,
        IBAL:vav4_heat_c .

IBAL:AHU2_FnB a s223:Function ;
    rdfs:label "AHU2 Fn b" ;
    s223:hasInput IBAL:ahu1_out_rtd,
        IBAL:ahu1_p_down,
        IBAL:v12_pos_fb ;
    s223:hasOutput IBAL:ahu1_vfd,
        IBAL:v12_pos_c .

IBAL:AHU_1_Zone a s223:Zone ;
    rdfs:label "AHU 1 Zone" ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasDomainSpace IBAL:HVACSpace_1,
        IBAL:HVACSpace_2 .

IBAL:AHU_2_Zone a s223:Zone ;
    rdfs:label "AHU 2 Zone" ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasDomainSpace IBAL:HVACSpace_3,
        IBAL:HVACSpace_4 .

IBAL:AirFlow a s223:System ;
    rdfs:label "AirFlow" ;
    s223:hasMember IBAL:AHU_1,
        IBAL:AHU_2,
        IBAL:Fan_3,
        IBAL:Fan_4,
        IBAL:MotorizedDamper_10,
        IBAL:MotorizedDamper_11,
        IBAL:MotorizedDamper_12,
        IBAL:MotorizedDamper_13,
        IBAL:MotorizedDamper_14,
        IBAL:MotorizedDamper_15,
        IBAL:MotorizedDamper_16,
        IBAL:MotorizedDamper_17,
        IBAL:MotorizedDamper_18,
        IBAL:MotorizedDamper_19,
        IBAL:MotorizedDamper_5,
        IBAL:MotorizedDamper_6,
        IBAL:MotorizedDamper_7,
        IBAL:MotorizedDamper_8,
        IBAL:MotorizedDamper_9,
        IBAL:VAV_1,
        IBAL:VAV_2,
        IBAL:VAV_3,
        IBAL:VAV_4,
        IBAL:VFD_3,
        IBAL:VFD_4 .

IBAL:Channel_10 a s223:HumiditySensor ;
    rdfs:label "Channel 10" ;
    s223:hasObservationLocation IBAL:Segment_1 ;
    s223:observes IBAL:ahu2_rh_down .

IBAL:Channel_105 a s223:TemperatureSensor ;
    rdfs:label "Channel 105" ;
    s223:hasObservationLocation IBAL:HVAC_Space_1_ICP ;
    s223:observes IBAL:zs1_heat_rtd .

IBAL:Channel_106 a s223:TemperatureSensor ;
    rdfs:label "Channel 106" ;
    s223:hasObservationLocation IBAL:Segment_12 ;
    s223:observes IBAL:zs1_out_rtd .

IBAL:Channel_107 a s223:TemperatureSensor ;
    rdfs:label "Channel 107" ;
    s223:hasObservationLocation IBAL:HVAC_Space_2_ICP ;
    s223:observes IBAL:zs2_heat_rtd .

IBAL:Channel_108 a s223:TemperatureSensor ;
    rdfs:label "Channel 108" ;
    s223:hasObservationLocation IBAL:Segment_14 ;
    s223:observes IBAL:zs2_out_rtd .

IBAL:Channel_109 a s223:TemperatureSensor ;
    rdfs:label "Channel 109" ;
    s223:hasObservationLocation IBAL:HVAC_Space_3_ICP ;
    s223:observes IBAL:zs3_heat_rtd .

IBAL:Channel_110 a s223:TemperatureSensor ;
    rdfs:label "Channel 110" ;
    s223:hasObservationLocation IBAL:Segment_16 ;
    s223:observes IBAL:zs3_out_rtd .

IBAL:Channel_111 a s223:TemperatureSensor ;
    rdfs:label "Channel 111" ;
    s223:hasObservationLocation IBAL:HVAC_Space_4_ICP ;
    s223:observes IBAL:zs4_heat_rtd .

IBAL:Channel_112 a s223:TemperatureSensor ;
    rdfs:label "Channel 112" ;
    s223:hasObservationLocation IBAL:Segment_18 ;
    s223:observes IBAL:zs4_out_rtd .

IBAL:Channel_121 a s223:TemperatureSensor ;
    rdfs:label "Channel 121" ;
    s223:hasObservationLocation IBAL:Segment_76 ;
    s223:observes IBAL:ch1_e_in_rtd .

IBAL:Channel_122 a s223:TemperatureSensor ;
    rdfs:label "Channel 122" ;
    s223:hasObservationLocation IBAL:Chiller_1_Lower_Connection ;
    s223:observes IBAL:ch1_e_out_rtd .

IBAL:Channel_123 a s223:TemperatureSensor ;
    rdfs:label "Channel 123" ;
    s223:hasObservationLocation IBAL:Chiller_2_Lower_Connection ;
    s223:observes IBAL:ch2_e_out_rtd .

IBAL:Channel_124 a s223:TemperatureSensor ;
    rdfs:label "Channel 124" ;
    s223:hasObservationLocation IBAL:Segment_105 ;
    s223:observes IBAL:ahu1_cc_out_rtd .

IBAL:Channel_125 a s223:TemperatureSensor ;
    rdfs:label "Channel 125" ;
    s223:hasObservationLocation IBAL:Segment_106 ;
    s223:observes IBAL:ahu2_cc_out_rtd .

IBAL:Channel_126 a s223:TemperatureSensor ;
    rdfs:label "Channel 126" ;
    s223:hasObservationLocation IBAL:Segment_88 ;
    s223:observes IBAL:ts_in_rtd .

IBAL:Channel_127 a s223:TemperatureSensor ;
    rdfs:label "Channel 127" ;
    s223:hasObservationLocation IBAL:Segment_104 ;
    s223:observes IBAL:ts_out_rtd .

IBAL:Channel_128 a s223:TemperatureSensor ;
    rdfs:label "Channel 128" ;
    s223:hasObservationLocation IBAL:Segment_67 ;
    s223:observes IBAL:sl_out_rtd .

IBAL:Channel_129 a s223:TemperatureSensor ;
    rdfs:label "Channel 129" ;
    s223:hasObservationLocation IBAL:Segment_151 ;
    s223:observes IBAL:hx1_hw_rtd .

IBAL:Channel_13 a s223:PressureSensor ;
    rdfs:label "Channel 13" ;
    s223:hasObservationLocation IBAL:Segment_27 ;
    s223:observes IBAL:exf1_p_up .

IBAL:Channel_130 a s223:TemperatureSensor ;
    rdfs:label "Channel 130" ;
    s223:hasObservationLocation IBAL:PlateHeatExchange_1_Connection ;
    s223:observes IBAL:hx1_pg_rtd .

IBAL:Channel_131 a s223:TemperatureSensor ;
    rdfs:label "Channel 131" ;
    s223:hasObservationLocation IBAL:Jnc54_ICP ;
    s223:observes IBAL:hw_rtd .

IBAL:Channel_132 a s223:TemperatureSensor ;
    rdfs:label "Channel 132" ;
    s223:hasObservationLocation IBAL:Segment_140 ;
    s223:observes IBAL:hx2_hw_rtd .

IBAL:Channel_133 a s223:TemperatureSensor ;
    rdfs:label "Channel 133" ;
    s223:hasObservationLocation IBAL:Segment_135 ;
    s223:observes IBAL:hx2_cw_rtd .

IBAL:Channel_134 a s223:TemperatureSensor ;
    rdfs:label "Channel 129" ;
    s223:hasObservationLocation IBAL:HeatExchange_Connection ;
    s223:observes IBAL:hx3_pg_rtd .

IBAL:Channel_135 a s223:TemperatureSensor ;
    rdfs:label "Channel 135" ;
    s223:hasObservationLocation IBAL:Segment_97 ;
    s223:observes IBAL:pump3_out_rtd .

IBAL:Channel_136 a s223:TemperatureSensor ;
    rdfs:label "Channel 136" ;
    s223:hasObservationLocation IBAL:Segment_121 ;
    s223:observes IBAL:pump4_out_rtd .

IBAL:Channel_14 a s223:PressureSensor ;
    rdfs:label "Channel 14" ;
    s223:hasObservationLocation IBAL:Exhaust_Fan_1_Connection_2 ;
    s223:observes IBAL:exf1_p_down .

IBAL:Channel_154 a s223:TemperatureSensor ;
    rdfs:label "Channel 154" ;
    s223:hasObservationLocation IBAL:Jnc50_ICP1 ;
    s223:observes IBAL:cw_in_rtd .

IBAL:Channel_155 a s223:TemperatureSensor ;
    rdfs:label "Channel 155" ;
    s223:hasObservationLocation IBAL:Segment_56 ;
    s223:observes IBAL:ahu2_cc_in_rtd .

IBAL:Channel_156 a s223:TemperatureSensor ;
    rdfs:label "Channel 156" ;
    s223:hasObservationLocation IBAL:Segment_110 ;
    s223:observes IBAL:hx3_cw_rtd .

IBAL:Channel_157 a s223:TemperatureSensor ;
    rdfs:label "Channel 157" ;
    s223:hasObservationLocation IBAL:Segment_131 ;
    s223:observes IBAL:ch2_c_out_rtd .

IBAL:Channel_158 a s223:TemperatureSensor ;
    rdfs:label "Channel 158" ;
    s223:hasObservationLocation IBAL:Segment_132 ;
    s223:observes IBAL:ch1_c_out_rtd .

IBAL:Channel_159 a s223:TemperatureSensor ;
    rdfs:label "Channel 159" ;
    s223:hasObservationLocation IBAL:Segment_92 ;
    s223:observes IBAL:pl_out_rtd .

IBAL:Channel_16 a s223:PressureSensor ;
    rdfs:label "Channel 16" ;
    s223:hasObservationLocation IBAL:Segment_30 ;
    s223:observes IBAL:exf2_p_up .

IBAL:Channel_160 a s223:TemperatureSensor ;
    rdfs:label "Channel 160" ;
    s223:hasObservationLocation IBAL:Segment_70 ;
    s223:observes IBAL:pl_in_rtd .

IBAL:Channel_17 a s223:PressureSensor ;
    rdfs:label "Channel 17" ;
    s223:hasObservationLocation IBAL:Exhaust_Fan_2_Connection_2 ;
    s223:observes IBAL:exf2_p_down .

IBAL:Channel_18 a s223:Sensor ;
    rdfs:label "Channel 18" ;
    s223:hasObservationLocation IBAL:VFD_3 ;
    s223:observes IBAL:exf1_power .

IBAL:Channel_19 a s223:PressureSensor ;
    rdfs:label "Channel 19" ;
    s223:hasObservationLocation IBAL:Chiller_1_Lower_Connection ;
    s223:observes IBAL:pump1_p_up .

IBAL:Channel_193 a s223:FlowSensor ;
    rdfs:label "Channel 193" ;
    s223:hasObservationLocation IBAL:Chiller_1_Lower_Connection ;
    s223:observes IBAL:ch1_f_e .

IBAL:Channel_194 a s223:FlowSensor ;
    rdfs:label "Channel 194" ;
    s223:hasObservationLocation IBAL:Segment_130 ;
    s223:observes IBAL:ch1_f_c .

IBAL:Channel_195 a s223:FlowSensor ;
    rdfs:label "Channel 195" ;
    s223:hasObservationLocation IBAL:Chiller_2_Lower_Connection ;
    s223:observes IBAL:ch2_f_e .

IBAL:Channel_196 a s223:FlowSensor ;
    rdfs:label "Channel 196" ;
    s223:hasObservationLocation IBAL:Segment_128 ;
    s223:observes IBAL:ch2_f_c .

IBAL:Channel_197 a s223:FlowSensor ;
    rdfs:label "Channel 197" ;
    s223:hasObservationLocation IBAL:Segment_105 ;
    s223:observes IBAL:ahu1_f_cc .

IBAL:Channel_198 a s223:FlowSensor ;
    rdfs:label "Channel 198" ;
    s223:hasObservationLocation IBAL:Segment_106 ;
    s223:observes IBAL:ahu2_f_cc_mag .

IBAL:Channel_20 a s223:PressureSensor ;
    rdfs:label "Channel 20" ;
    s223:hasObservationLocation IBAL:Segment_83 ;
    s223:observes IBAL:pump1_p_down .

IBAL:Channel_200 a s223:FlowSensor ;
    rdfs:label "Channel 200" ;
    s223:hasObservationLocation IBAL:Segment_69 ;
    s223:observes IBAL:pl_f .

IBAL:Channel_201 a s223:Actuator ;
    rdfs:label "Channel 201" ;
    s223:actuatedByProperty IBAL:d16_pos_c ;
    s223:actuates IBAL:MotorizedDamper_2 .

IBAL:Channel_202 a s223:Actuator ;
    rdfs:label "Channel 202" ;
    s223:actuatedByProperty IBAL:v2_pos_c ;
    s223:actuates IBAL:Valve2 .

IBAL:Channel_207 a s223:FlowSensor ;
    rdfs:label "Channel 207" ;
    s223:hasObservationLocation IBAL:PlateHeatExchange_1_Connection ;
    s223:observes IBAL:hx1_f_pg .

IBAL:Channel_208 a s223:FlowSensor ;
    rdfs:label "Channel 208" ;
    s223:hasObservationLocation IBAL:Segment_151 ;
    s223:observes IBAL:hx1_f_hw .

IBAL:Channel_209 a s223:FlowSensor ;
    rdfs:label "Channel 209" ;
    s223:hasObservationLocation IBAL:Segment_135 ;
    s223:observes IBAL:pl_ftemp .

IBAL:Channel_210 a s223:FlowSensor ;
    rdfs:label "Channel 210" ;
    s223:hasObservationLocation IBAL:Segment_140 ;
    s223:observes IBAL:ahu2_f_cc .

IBAL:Channel_211 a s223:FlowSensor ;
    rdfs:label "Channel 211" ;
    s223:hasObservationLocation IBAL:HeatExchange_Connection ;
    s223:observes IBAL:hx3_f_pg .

IBAL:Channel_212 a s223:FlowSensor ;
    rdfs:label "Channel 212" ;
    s223:hasObservationLocation IBAL:Segment_109 ;
    s223:observes IBAL:hx3_f_cw .

IBAL:Channel_213 a s223:FlowSensor ;
    rdfs:label "Channel 213" ;
    s223:hasObservationLocation IBAL:Segment_97 ;
    s223:observes IBAL:sl_f .

IBAL:Channel_214 a s223:FlowSensor ;
    rdfs:label "Channel 214" ;
    s223:hasObservationLocation IBAL:Segment_121 ;
    s223:observes IBAL:cl_f .

IBAL:Channel_215 a s223:Actuator ;
    rdfs:label "Channel 215" ;
    s223:actuatedByProperty IBAL:v3_pos_c .

IBAL:Channel_216 a s223:Actuator ;
    rdfs:label "Channel 216" ;
    s223:actuatedByProperty IBAL:v1_pos_c ;
    s223:actuates IBAL:Valve1 .

IBAL:Channel_27 a s223:PressureSensor ;
    rdfs:label "Channel 27" ;
    s223:hasObservationLocation IBAL:Chiller_2_Lower_Connection ;
    s223:observes IBAL:pump2_p_up .

IBAL:Channel_28 a s223:PressureSensor ;
    rdfs:label "Channel 28" ;
    s223:hasObservationLocation IBAL:Segment_82 ;
    s223:observes IBAL:pump2_p_down .

IBAL:Channel_29 a s223:PressureSensor ;
    rdfs:label "Channel 29" ;
    s223:hasObservationLocation IBAL:Segment_96 ;
    s223:observes IBAL:pump3_p_up .

IBAL:Channel_3 a s223:HumiditySensor ;
    rdfs:label "Channel 3" ;
    s223:hasObservationLocation IBAL:HC_4_ICP ;
    s223:observes IBAL:ahu1_rh_up .

IBAL:Channel_30 a s223:PressureSensor ;
    rdfs:label "Channel 30" ;
    s223:hasObservationLocation IBAL:Segment_96 ;
    s223:observes IBAL:pump3_p_down .

IBAL:Channel_301 a s223:FlowSensor ;
    rdfs:label "Channel 301" ;
    s223:hasObservationLocation IBAL:Segment_2 ;
    s223:observes IBAL:vav1_f .

IBAL:Channel_301T a s223:TemperatureSensor ;
    rdfs:label "Channel 301T" ;
    s223:hasObservationLocation IBAL:Segment_1 ;
    s223:observes IBAL:vav1_t_in .

IBAL:Channel_302 a s223:FlowSensor ;
    rdfs:label "Channel 302" ;
    s223:hasObservationLocation IBAL:Segment_4 ;
    s223:observes IBAL:vav2_f .

IBAL:Channel_302T a s223:TemperatureSensor ;
    rdfs:label "Channel 302T" ;
    s223:hasObservationLocation IBAL:Segment_4 ;
    s223:observes IBAL:vav2_t_in .

IBAL:Channel_303 a s223:FlowSensor ;
    rdfs:label "Channel 303" ;
    s223:hasObservationLocation IBAL:Segment_7 ;
    s223:observes IBAL:vav3_f .

IBAL:Channel_303T a s223:TemperatureSensor ;
    rdfs:label "Channel 303T" ;
    s223:hasObservationLocation IBAL:Segment_7 ;
    s223:observes IBAL:vav3_t_in .

IBAL:Channel_304 a s223:Actuator ;
    rdfs:label "Channel 304" ;
    s223:actuatedByProperty IBAL:d2_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_18 .

IBAL:Channel_304AO a s223:Actuator ;
    rdfs:label "Channel 304AO" ;
    s223:actuatedByProperty IBAL:d2_pos_c ;
    s223:actuates IBAL:MotorizedDamper_18 .

IBAL:Channel_305 a s223:Actuator ;
    rdfs:label "Channel 305" ;
    s223:actuatedByProperty IBAL:d3_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_19 .

IBAL:Channel_305AO a s223:Actuator ;
    rdfs:label "Channel 305AO" ;
    s223:actuatedByProperty IBAL:d3_pos_c ;
    s223:actuates IBAL:MotorizedDamper_19 .

IBAL:Channel_306 a s223:FlowSensor ;
    rdfs:label "Channel 306" ;
    s223:hasObservationLocation IBAL:Segment_27 ;
    s223:observes IBAL:exf1_f .

IBAL:Channel_306T a s223:TemperatureSensor ;
    rdfs:label "Channel 306T" ;
    s223:hasObservationLocation IBAL:Segment_27 ;
    s223:observes IBAL:exf1_t_in .

IBAL:Channel_307 a s223:FlowSensor ;
    rdfs:label "Channel 307" ;
    s223:hasObservationLocation IBAL:Segment_30 ;
    s223:observes IBAL:exf2_f .

IBAL:Channel_307T a s223:TemperatureSensor ;
    rdfs:label "Channel 307T" ;
    s223:hasObservationLocation IBAL:Segment_30 ;
    s223:observes IBAL:exf2_t_in .

IBAL:Channel_308 a s223:FlowSensor ;
    rdfs:label "Channel 308" ;
    s223:hasObservationLocation IBAL:Segment_10 ;
    s223:observes IBAL:vav4_f .

IBAL:Channel_308T a s223:TemperatureSensor ;
    rdfs:label "Channel 308T" ;
    s223:hasObservationLocation IBAL:Segment_10 ;
    s223:observes IBAL:vav4_t_in .

IBAL:Channel_309 a s223:Actuator ;
    rdfs:label "Channel 309" ;
    s223:actuatedByProperty IBAL:d4_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_16 .

IBAL:Channel_309AO a s223:Actuator ;
    rdfs:label "Channel 309AO" ;
    s223:actuatedByProperty IBAL:d4_pos_c ;
    s223:actuates IBAL:MotorizedDamper_16 .

IBAL:Channel_31 a s223:PressureSensor ;
    rdfs:label "Channel 31" ;
    s223:hasObservationLocation IBAL:Segment_122 ;
    s223:observes IBAL:pump4_p_up .

IBAL:Channel_310 a s223:Actuator ;
    rdfs:label "Channel 310" ;
    s223:actuatedByProperty IBAL:d5_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_14 .

IBAL:Channel_310AO a s223:Actuator ;
    rdfs:label "Channel 310AO" ;
    s223:actuatedByProperty IBAL:d5_pos_c ;
    s223:actuates IBAL:MotorizedDamper_14 .

IBAL:Channel_32 a s223:PressureSensor ;
    rdfs:label "Channel 32" ;
    s223:hasObservationLocation IBAL:Segment_121 ;
    s223:observes IBAL:pump4_p_down .

IBAL:Channel_325 a s223:FlowSensor ;
    rdfs:label "Channel 325" ;
    s223:hasObservationLocation IBAL:Segment_23 ;
    s223:observes IBAL:ahu1_f_ra .

IBAL:Channel_325T a s223:TemperatureSensor ;
    rdfs:label "Channel 325T" ;
    s223:hasObservationLocation IBAL:Segment_23 ;
    s223:observes IBAL:ahu1_t_ra .

IBAL:Channel_326 a s223:FlowSensor ;
    rdfs:label "Channel 326" ;
    s223:hasObservationLocation IBAL:Segment_38 ;
    s223:observes IBAL:ahu1_f_sa .

IBAL:Channel_326T a s223:TemperatureSensor ;
    rdfs:label "Channel 326T" ;
    s223:hasObservationLocation IBAL:Segment_38 ;
    s223:observes IBAL:ahu1_t_sa .

IBAL:Channel_327 a s223:FlowSensor ;
    rdfs:label "Channel 327" ;
    s223:hasObservationLocation IBAL:Segment_39 ;
    s223:observes IBAL:ahu2_f_sa .

IBAL:Channel_327T a s223:TemperatureSensor ;
    rdfs:label "Channel 327T" ;
    s223:hasObservationLocation IBAL:Segment_39 ;
    s223:observes IBAL:ahu2_t_sa .

IBAL:Channel_328 a s223:Actuator ;
    rdfs:label "Channel 328" ;
    s223:actuatedByProperty IBAL:d7_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_11 .

IBAL:Channel_328AO a s223:Actuator ;
    rdfs:label "Channel 328AO" ;
    s223:actuatedByProperty IBAL:d7_pos_c ;
    s223:actuates IBAL:MotorizedDamper_11 .

IBAL:Channel_329 a s223:Sensor ;
    rdfs:label "Channel 329" ;
    s223:hasObservationLocation IBAL:MotorizedDamper_13 ;
    s223:observes IBAL:d6_pos_fb .

IBAL:Channel_329AO a s223:Actuator ;
    rdfs:label "Channel 329AO" ;
    s223:actuatedByProperty IBAL:d6_pos_c ;
    s223:actuates IBAL:MotorizedDamper_13 .

IBAL:Channel_33 a s223:PressureSensor ;
    rdfs:label "Channel 33" ;
    s223:hasObservationLocation IBAL:HeatExchange_Connection ;
    s223:observes IBAL:pump5_p_up .

IBAL:Channel_334 a s223:FlowSensor ;
    rdfs:label "Channel 334" ;
    s223:hasObservationLocation IBAL:Segment_20 ;
    s223:observes IBAL:ahu2_f_ra .

IBAL:Channel_334T a s223:TemperatureSensor ;
    rdfs:label "Channel 334T" ;
    s223:hasObservationLocation IBAL:Segment_20 ;
    s223:observes IBAL:ahu2_t_ra .

IBAL:Channel_335 a s223:Actuator ;
    rdfs:label "Channel 335" ;
    s223:actuatedByProperty IBAL:d8_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_12 .

IBAL:Channel_335AO a s223:Actuator ;
    rdfs:label "Channel 335AO" ;
    s223:actuatedByProperty IBAL:d8_pos_c ;
    s223:actuates IBAL:MotorizedDamper_12 .

IBAL:Channel_336 a s223:Actuator ;
    rdfs:label "Channel 336" ;
    s223:actuatedByProperty IBAL:d15_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_1 .

IBAL:Channel_336AO a s223:Actuator ;
    rdfs:label "Channel 336AO" ;
    s223:actuatedByProperty IBAL:d15_pos_c ;
    s223:actuates IBAL:MotorizedDamper_1 .

IBAL:Channel_34 a s223:PressureSensor ;
    rdfs:label "Channel 34" ;
    s223:hasObservationLocation IBAL:Segment_73 ;
    s223:observes IBAL:pump5_p_down .

IBAL:Channel_352 a s223:FlowSensor ;
    rdfs:label "Channel 352" ;
    s223:hasObservationLocation IBAL:Fan_3 ;
    s223:observes IBAL:oau_f_out .

IBAL:Channel_355 a s223:Actuator ;
    rdfs:label "Channel 355" ;
    s223:actuatedByProperty IBAL:v4_pos_fb ;
    s223:actuates IBAL:Valve4 .

IBAL:Channel_355AO a s223:Actuator ;
    rdfs:label "Channel 355AO" ;
    s223:actuatedByProperty IBAL:v4_pos_c ;
    s223:actuates IBAL:Valve4 .

IBAL:Channel_356 a s223:Actuator ;
    rdfs:label "Channel 356" ;
    s223:actuatedByProperty IBAL:v5_pos_fb ;
    s223:actuates IBAL:Valve5 .

IBAL:Channel_356AO a s223:Actuator ;
    rdfs:label "Channel 356AO" ;
    s223:actuatedByProperty IBAL:v5_pos_c ;
    s223:actuates IBAL:Valve5 .

IBAL:Channel_357 a s223:Actuator ;
    rdfs:label "Channel 357" ;
    s223:actuatedByProperty IBAL:v1_pos_fb ;
    s223:actuates IBAL:Valve1 .

IBAL:Channel_358 a s223:Actuator ;
    rdfs:label "Channel 358" ;
    s223:actuatedByProperty IBAL:v3_pos_fb .

IBAL:Channel_360 a s223:Actuator ;
    rdfs:label "Channel 360" ;
    s223:actuatedByProperty IBAL:d16_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_2 .

IBAL:Channel_362 a s223:PressureSensor ;
    rdfs:label "Channel 362" ;
    s223:hasObservationLocation IBAL:Segment_97 ;
    s223:observes IBAL:pump3_dp .

IBAL:Channel_363 a s223:Actuator ;
    rdfs:label "Channel 363" ;
    s223:actuatedByProperty IBAL:d17_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_3 .

IBAL:Channel_363AO a s223:Actuator ;
    rdfs:label "Channel 363AO" ;
    s223:actuatedByProperty IBAL:d17_pos_c ;
    s223:actuates IBAL:MotorizedDamper_3 .

IBAL:Channel_364 a s223:Actuator ;
    rdfs:label "Channel 364" ;
    s223:actuatedByProperty IBAL:d18_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_4 .

IBAL:Channel_364AO a s223:Actuator ;
    rdfs:label "Channel 364AO" ;
    s223:actuatedByProperty IBAL:d18_pos_c ;
    s223:actuates IBAL:MotorizedDamper_4 .

IBAL:Channel_37 a s223:HumiditySensor ;
    rdfs:label "Channel 37" ;
    s223:hasObservationLocation IBAL:Segment_12 ;
    s223:observes IBAL:zs1_rh .

IBAL:Channel_377 a s223:Actuator ;
    rdfs:label "Channel 377" ;
    s223:actuatedByProperty IBAL:v6_pos_fb ;
    s223:actuates IBAL:Valve6 .

IBAL:Channel_378 a s223:Actuator ;
    rdfs:label "Channel 378" ;
    s223:actuatedByProperty IBAL:v7_pos_fb ;
    s223:actuates IBAL:Valve7 .

IBAL:Channel_379 a s223:Actuator ;
    rdfs:label "Channel 379" ;
    s223:actuatedByProperty IBAL:v10_pos_fb ;
    s223:actuates IBAL:MotorizedThreeWayValve_3 .

IBAL:Channel_379AO a s223:Actuator ;
    rdfs:label "Channel 379AO" ;
    s223:actuatedByProperty IBAL:v10_pos_c ;
    s223:actuates IBAL:MotorizedThreeWayValve_3 .

IBAL:Channel_38 a s223:HumiditySensor ;
    rdfs:label "Channel 38" ;
    s223:hasObservationLocation IBAL:Segment_14 ;
    s223:observes IBAL:zs2_rh .

IBAL:Channel_380 a s223:Actuator ;
    rdfs:label "Channel 380" ;
    s223:actuatedByProperty IBAL:v11_pos_fb ;
    s223:actuates IBAL:Valve11 .

IBAL:Channel_380AO a s223:Actuator ;
    rdfs:label "Channel 380AO" ;
    s223:actuatedByProperty IBAL:v11_pos_c ;
    s223:actuates IBAL:Valve11 .

IBAL:Channel_381 a s223:Actuator ;
    rdfs:label "Channel 381" ;
    s223:actuatedByProperty IBAL:v8_pos_fb ;
    s223:actuates IBAL:MotorizedThreeWayValve_5 .

IBAL:Channel_382 a s223:Actuator ;
    rdfs:label "Channel 382" ;
    s223:actuatedByProperty IBAL:v9_pos_fb ;
    s223:actuates IBAL:MotorizedThreeWayValve_4 .

IBAL:Channel_383 a s223:Actuator ;
    rdfs:label "Channel 383" ;
    s223:actuatedByProperty IBAL:v12_pos_fb ;
    s223:actuates IBAL:MotorizedThreeWayValve_1 .

IBAL:Channel_384 a s223:Actuator ;
    rdfs:label "Channel 384" ;
    s223:actuatedByProperty IBAL:v13_pos_fb ;
    s223:actuates IBAL:MotorizedThreeWayValve_2 .

IBAL:Channel_39 a s223:HumiditySensor ;
    rdfs:label "Channel 39" ;
    s223:hasObservationLocation IBAL:Segment_16 ;
    s223:observes IBAL:zs3_rh .

IBAL:Channel_394bw a s223:Actuator ;
    rdfs:label "Channel 394bw" ;
    s223:actuatedByProperty IBAL:exf2_on ;
    s223:actuates IBAL:Fan_4 .

IBAL:Channel_394ow a s223:Actuator ;
    rdfs:label "Channel 394ow" ;
    s223:actuatedByProperty IBAL:exf1_on ;
    s223:actuates IBAL:Fan_3 .

IBAL:Channel_395brw a s223:Actuator ;
    rdfs:label "Channel 395brw" ;
    s223:actuatedByProperty IBAL:pump1_on .

IBAL:Channel_395bw a s223:Actuator ;
    rdfs:label "Channel 395bw" ;
    s223:actuatedByProperty IBAL:ahu1_on ;
    s223:actuates IBAL:AHU_3 .

IBAL:Channel_395gw a s223:Actuator ;
    rdfs:label "Channel 395gw" ;
    s223:actuatedByProperty IBAL:ahu2_on ;
    s223:actuates IBAL:AHU_3 .

IBAL:Channel_396bw a s223:Actuator ;
    rdfs:label "Channel 396bw" ;
    s223:actuatedByProperty IBAL:pump4_on ;
    s223:actuates IBAL:WaterPump_5 .

IBAL:Channel_396gw a s223:Actuator ;
    rdfs:label "Channel 396gw" ;
    s223:actuatedByProperty IBAL:pump5_on .

IBAL:Channel_396ow a s223:Actuator ;
    rdfs:label "Channel 396ow" ;
    s223:actuatedByProperty IBAL:pump2_on .

IBAL:Channel_397 a s223:Actuator ;
    rdfs:label "Channel 397" ;
    s223:actuatedByProperty IBAL:ahu1_heat_c ;
    s223:actuates IBAL:HeatingCoil_4 .

IBAL:Channel_4 a s223:PressureSensor ;
    rdfs:label "Channel 4" ;
    s223:hasObservationLocation IBAL:AHU_2_Connection_3 ;
    s223:observes IBAL:ahu1_p_up .

IBAL:Channel_40 a s223:HumiditySensor ;
    rdfs:label "Channel 40" ;
    s223:hasObservationLocation IBAL:Segment_18 ;
    s223:observes IBAL:zs4_rh .

IBAL:Channel_401 a s223:Actuator ;
    rdfs:label "Channel 401" ;
    s223:actuatedByProperty IBAL:vav1_heat_c ;
    s223:actuates IBAL:HeatingCoil_2 .

IBAL:Channel_402 a s223:Actuator ;
    rdfs:label "Channel 402" ;
    s223:actuatedByProperty IBAL:vav2_heat_c ;
    s223:actuates IBAL:HeatingCoil_3 .

IBAL:Channel_403 a s223:Actuator ;
    rdfs:label "Channel 403" ;
    s223:actuatedByProperty IBAL:vav3_heat_c ;
    s223:actuates IBAL:HeatingCoil_5 .

IBAL:Channel_404 a s223:Actuator ;
    rdfs:label "Channel 404" ;
    s223:actuatedByProperty IBAL:vav4_heat_c ;
    s223:actuates IBAL:HeatingCoil_6 .

IBAL:Channel_405 a s223:Actuator ;
    rdfs:label "Channel 405" ;
    s223:actuatedByProperty IBAL:ahu2_heat_c ;
    s223:actuates IBAL:HeatingCoil_1 .

IBAL:Channel_407 a s223:Actuator ;
    rdfs:label "Channel 407" ;
    s223:actuatedByProperty IBAL:oau_heat_c ;
    s223:actuates IBAL:HeatingCoil_7 .

IBAL:Channel_408 a s223:Actuator ;
    rdfs:label "Channel 408" ;
    s223:actuatedByProperty IBAL:v6_pos_c ;
    s223:actuates IBAL:Valve6 .

IBAL:Channel_409 a s223:Actuator ;
    rdfs:label "Channel 409" ;
    s223:actuatedByProperty IBAL:v7_pos_fb ;
    s223:actuates IBAL:Valve7 .

IBAL:Channel_411 a s223:Actuator ;
    rdfs:label "Channel 411" ;
    s223:actuatedByProperty IBAL:v13_pos_c ;
    s223:actuates IBAL:MotorizedThreeWayValve_2 .

IBAL:Channel_412 a s223:Actuator ;
    rdfs:label "Channel 412" ;
    s223:actuatedByProperty IBAL:v12_pos_c ;
    s223:actuates IBAL:MotorizedThreeWayValve_1 .

IBAL:Channel_425 a s223:Actuator ;
    rdfs:label "Channel 425" ;
    s223:actuatedByProperty IBAL:d10_pos_c ;
    s223:actuates IBAL:MotorizedDamper_8 .

IBAL:Channel_426 a s223:Actuator ;
    rdfs:label "Channel 426" ;
    s223:actuatedByProperty IBAL:d11_pos_c ;
    s223:actuates IBAL:MotorizedDamper_6 .

IBAL:Channel_441 a s223:Actuator ;
    rdfs:label "Channel 441" ;
    s223:actuatedByProperty IBAL:ch1_t_reset .

IBAL:Channel_442 a s223:Actuator ;
    rdfs:label "Channel 442" ;
    s223:actuatedByProperty IBAL:ch1_on .

IBAL:Channel_443 a s223:Actuator ;
    rdfs:label "Channel 443" ;
    s223:actuatedByProperty IBAL:ch2_t_reset .

IBAL:Channel_444 a s223:Actuator ;
    rdfs:label "Channel 444" ;
    s223:actuatedByProperty IBAL:ch2_on .

IBAL:Channel_445 a s223:Actuator ;
    rdfs:label "Channel 445" ;
    s223:actuatedByProperty IBAL:pump1_vfd ;
    s223:actuates IBAL:WaterPump_2_VFD .

IBAL:Channel_446 a s223:Actuator ;
    rdfs:label "Channel 446" ;
    s223:actuatedByProperty IBAL:pump2_vfd ;
    s223:actuates IBAL:WaterPump_3_VFD .

IBAL:Channel_447 a s223:Actuator ;
    rdfs:label "Channel 447" ;
    s223:actuatedByProperty IBAL:pump3_vfd ;
    s223:actuates IBAL:WaterPump_4_VFD .

IBAL:Channel_448 a s223:Actuator ;
    rdfs:label "Channel 448" ;
    s223:actuatedByProperty IBAL:pump4_vfd ;
    s223:actuates IBAL:WaterPump_5_VFD .

IBAL:Channel_449 a s223:Actuator ;
    rdfs:label "Channel 449" ;
    s223:actuatedByProperty IBAL:pump5_vfd ;
    s223:actuates IBAL:WaterPump_1_VFD .

IBAL:Channel_450 a s223:Actuator ;
    rdfs:label "Channel 450" ;
    s223:actuatedByProperty IBAL:ahu1_vfd ;
    s223:actuates IBAL:VFD_2 .

IBAL:Channel_451 a s223:Actuator ;
    rdfs:label "Channel 451" ;
    s223:actuatedByProperty IBAL:ahu2_vfd ;
    s223:actuates IBAL:VFD_1 .

IBAL:Channel_452 a s223:Actuator ;
    rdfs:label "Channel 452" ;
    s223:actuatedByProperty IBAL:oau_vfd ;
    s223:actuates IBAL:VFD_5 .

IBAL:Channel_453 a s223:Actuator ;
    rdfs:label "Channel 453" ;
    s223:actuatedByProperty IBAL:exf1_vfd ;
    s223:actuates IBAL:VFD_3 .

IBAL:Channel_454 a s223:Actuator ;
    rdfs:label "Channel 454" ;
    s223:actuatedByProperty IBAL:exf2_vfd ;
    s223:actuates IBAL:VFD_4 .

IBAL:Channel_456 a s223:Actuator ;
    rdfs:label "Channel 456" ;
    s223:actuatedByProperty IBAL:v8_pos_c ;
    s223:actuates IBAL:MotorizedThreeWayValve_5 .

IBAL:Channel_457 a s223:Actuator ;
    rdfs:label "Channel 457" ;
    s223:actuatedByProperty IBAL:v9_pos_c ;
    s223:actuates IBAL:MotorizedThreeWayValve_4 .

IBAL:Channel_469 a s223:Actuator ;
    rdfs:label "Channel 469" ;
    s223:actuatedByProperty IBAL:ch1_t_sp .

IBAL:Channel_470 a s223:Actuator ;
    rdfs:label "Channel 470" ;
    s223:actuatedByProperty IBAL:ch2_t_sp .

IBAL:Channel_49 a s223:PressureSensor ;
    rdfs:label "Channel 49" ;
    s223:hasObservationLocation IBAL:AHU_3_Connection_3 ;
    s223:observes IBAL:oau_p_up .

IBAL:Channel_493 a s223:Sensor ;
    rdfs:label "Channel 493" ;
    s223:hasObservationLocation IBAL:Fan_5 ;
    s223:observes IBAL:oau_fan_power .

IBAL:Channel_495 a s223:Actuator ;
    rdfs:label "Channel 495" ;
    s223:actuatedByProperty IBAL:d10_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_8 .

IBAL:Channel_496 a s223:Actuator ;
    rdfs:label "Channel 496" ;
    s223:actuatedByProperty IBAL:d11_pos_fb ;
    s223:actuates IBAL:MotorizedDamper_6 .

IBAL:Channel_5 a s223:PressureSensor ;
    rdfs:label "Channel 5" ;
    s223:hasObservationLocation IBAL:Segment_9 ;
    s223:observes IBAL:ahu1_p_down .

IBAL:Channel_50 a s223:PressureSensor ;
    rdfs:label "Channel 50" ;
    s223:hasObservationLocation IBAL:Segment_44 ;
    s223:observes IBAL:oau_p_down .

IBAL:Channel_503 a s223:Actuator ;
    rdfs:label "Channel 503" ;
    s223:actuatedByProperty IBAL:vch2_pos_fb .

IBAL:Channel_51 a s223:HumiditySensor ;
    rdfs:label "Channel 51" ;
    s223:hasObservationLocation IBAL:Segment_44 ;
    s223:observes IBAL:oau_rh .

IBAL:Channel_517 a s223:Actuator ;
    rdfs:label "Channel 517" ;
    s223:actuatedByProperty IBAL:v18_pos_c .

IBAL:Channel_517DI a s223:Actuator ;
    rdfs:label "Channel 517DI" ;
    s223:actuatedByProperty IBAL:v18_pos_fb .

IBAL:Channel_518 a s223:Actuator ;
    rdfs:label "Channel 518" ;
    s223:actuatedByProperty IBAL:v19_pos_c .

IBAL:Channel_518DI a s223:Actuator ;
    rdfs:label "Channel 518DI" ;
    s223:actuatedByProperty IBAL:v19_pos_fb .

IBAL:Channel_519 a s223:Actuator ;
    rdfs:label "Channel 519" ;
    s223:actuatedByProperty IBAL:v20_pos_c .

IBAL:Channel_519DI a s223:Actuator ;
    rdfs:label "Channel 519DI" ;
    s223:actuatedByProperty IBAL:v20_pos_fb .

IBAL:Channel_52 a s223:Sensor ;
    rdfs:label "Channel 52" ;
    s223:hasObservationLocation IBAL:WaterChiller_1 ;
    s223:observes IBAL:ch1_power .

IBAL:Channel_520 a s223:Actuator ;
    rdfs:label "Channel 520" ;
    s223:actuatedByProperty IBAL:vsh_in .

IBAL:Channel_521 a s223:Actuator ;
    rdfs:label "Channel 521" ;
    s223:actuatedByProperty IBAL:vsh_out .

IBAL:Channel_53 a s223:Sensor ;
    rdfs:label "Channel 53" ;
    s223:hasObservationLocation IBAL:WaterChiller_2 ;
    s223:observes IBAL:ch2_power .

IBAL:Channel_54 a s223:Sensor ;
    rdfs:label "Channel 54" ;
    s223:hasObservationLocation IBAL:WaterPump_2 ;
    s223:observes IBAL:pump1_power .

IBAL:Channel_55 a s223:Sensor ;
    rdfs:label "Channel 55" ;
    s223:hasObservationLocation IBAL:WaterPump_3 ;
    s223:observes IBAL:pump2_power .

IBAL:Channel_56 a s223:Sensor ;
    rdfs:label "Channel 56" ;
    s223:hasObservationLocation IBAL:WaterPump_4 ;
    s223:observes IBAL:pump3_power .

IBAL:Channel_57 a s223:Sensor ;
    rdfs:label "Channel 57" ;
    s223:hasObservationLocation IBAL:WaterPump_5 ;
    s223:observes IBAL:pump4_power .

IBAL:Channel_58 a s223:Sensor ;
    rdfs:label "Channel 58" ;
    s223:hasObservationLocation IBAL:WaterPump_1 ;
    s223:observes IBAL:pump5_power .

IBAL:Channel_59 a s223:Sensor ;
    rdfs:label "Channel 59" ;
    s223:hasObservationLocation IBAL:VFD_2 ;
    s223:observes IBAL:ahu1_fan_power .

IBAL:Channel_6 a s223:HumiditySensor ;
    rdfs:label "Channel 6" ;
    s223:hasObservationLocation IBAL:Segment_9 ;
    s223:observes IBAL:ahu1_rh_down .

IBAL:Channel_60 a s223:Sensor ;
    rdfs:label "Channel 60" ;
    s223:hasObservationLocation IBAL:VFD_1 ;
    s223:observes IBAL:ahu2_fan_power .

IBAL:Channel_61 a s223:Sensor ;
    rdfs:label "Channel 61" ;
    s223:hasObservationLocation IBAL:HeatingCoil_4 ;
    s223:observes IBAL:ahu1_heat_power .

IBAL:Channel_62 a s223:Sensor ;
    rdfs:label "Channel 62" ;
    s223:hasObservationLocation IBAL:HeatingCoil_1 ;
    s223:observes IBAL:ahu2_heat_power .

IBAL:Channel_63 a s223:Sensor ;
    rdfs:label "Channel 63" ;
    s223:hasObservationLocation IBAL:HeatingCoil_2 ;
    s223:observes IBAL:vav1_heat_power .

IBAL:Channel_64 a s223:Sensor ;
    rdfs:label "Channel 64" ;
    s223:hasObservationLocation IBAL:HeatingCoil_3 ;
    s223:observes IBAL:vav2_heat_power .

IBAL:Channel_65 a s223:Sensor ;
    rdfs:label "Channel 65" ;
    s223:hasObservationLocation IBAL:HeatingCoil_5 ;
    s223:observes IBAL:vav3_heat_power .

IBAL:Channel_66 a s223:Sensor ;
    rdfs:label "Channel 66" ;
    s223:hasObservationLocation IBAL:HeatingCoil_6 ;
    s223:observes IBAL:vav4_heat_power .

IBAL:Channel_7 a s223:HumiditySensor ;
    rdfs:label "Channel 7" ;
    s223:hasObservationLocation IBAL:AHU_1_ICP ;
    s223:observes IBAL:ahu2_rh_up .

IBAL:Channel_72 a s223:Sensor ;
    rdfs:label "Channel 72" ;
    s223:hasObservationLocation IBAL:VFD_4 ;
    s223:observes IBAL:exf2_power .

IBAL:Channel_73 a s223:TemperatureSensor ;
    rdfs:label "Channel 73" ;
    s223:hasObservationLocation IBAL:HC_4_ICP ;
    s223:observes IBAL:ahu1_in_rtd .

IBAL:Channel_74 a s223:TemperatureSensor ;
    rdfs:label "Channel 74" ;
    s223:hasObservationLocation IBAL:AHU_2_Connection_2 ;
    s223:observes IBAL:ahu1_heat_rtd .

IBAL:Channel_75 a s223:TemperatureSensor ;
    rdfs:label "Channel 75" ;
    s223:hasObservationLocation IBAL:AHU_2_Connection_3 ;
    s223:observes IBAL:ahu1_cc_rtd .

IBAL:Channel_76 a s223:TemperatureSensor ;
    rdfs:label "Channel 76" ;
    s223:hasObservationLocation IBAL:Segment_9 ;
    s223:observes IBAL:ahu1_out_rtd .

IBAL:Channel_77 a s223:TemperatureSensor ;
    rdfs:label "Channel 77" ;
    s223:hasObservationLocation IBAL:AHU_1_ICP ;
    s223:observes IBAL:ahu2_in_rtd .

IBAL:Channel_78 a s223:TemperatureSensor ;
    rdfs:label "Channel 78" ;
    s223:hasObservationLocation IBAL:AHU_1_Connection_2 ;
    s223:observes IBAL:ahu2_heat_rtd .

IBAL:Channel_79 a s223:TemperatureSensor ;
    rdfs:label "Channel 79" ;
    s223:hasObservationLocation IBAL:AHU_1_Connection_3 ;
    s223:observes IBAL:ahu2_cc_rtd .

IBAL:Channel_8 a s223:PressureSensor ;
    rdfs:label "Channel 8" ;
    s223:hasObservationLocation IBAL:AHU_1_Connection_3 ;
    s223:observes IBAL:ahu2_p_up .

IBAL:Channel_80 a s223:TemperatureSensor ;
    rdfs:label "Channel 80" ;
    s223:hasObservationLocation IBAL:Segment_1 ;
    s223:observes IBAL:ahu2_out_rtd .

IBAL:Channel_83 a s223:TemperatureSensor ;
    rdfs:label "Channel 83" ;
    s223:hasObservationLocation IBAL:AHU_3_ICP ;
    s223:observes IBAL:oau_in_rtd .

IBAL:Channel_84 a s223:TemperatureSensor ;
    rdfs:label "Channel 84" ;
    s223:hasObservationLocation IBAL:AHU_3_Connection_2 ;
    s223:observes IBAL:oau_cc_rtd .

IBAL:Channel_85 a s223:TemperatureSensor ;
    rdfs:label "Channel 85" ;
    s223:hasObservationLocation IBAL:AHU_3_Connection_3 ;
    s223:observes IBAL:oau_hs_rtd .

IBAL:Channel_86 a s223:TemperatureSensor ;
    rdfs:label "Channel 86" ;
    s223:hasObservationLocation IBAL:Segment_44 ;
    s223:observes IBAL:oau_out_rtd .

IBAL:Channel_87 a s223:TemperatureSensor ;
    rdfs:label "Channel 87" ;
    s223:hasObservationLocation IBAL:VAV_1_Connection_2 ;
    s223:observes IBAL:vav1_out_rtd .

IBAL:Channel_88 a s223:TemperatureSensor ;
    rdfs:label "Channel 88" ;
    s223:hasObservationLocation IBAL:VAV_2_Connection_2 ;
    s223:observes IBAL:vav2_out_rtd .

IBAL:Channel_89 a s223:TemperatureSensor ;
    rdfs:label "Channel 89" ;
    s223:hasObservationLocation IBAL:VAV_3_Connection_2 ;
    s223:observes IBAL:vav3_out_rtd .

IBAL:Channel_9 a s223:PressureSensor ;
    rdfs:label "Channel 9" ;
    s223:hasObservationLocation IBAL:Segment_1 ;
    s223:observes IBAL:ahu2_p_down .

IBAL:Channel_90 a s223:TemperatureSensor ;
    rdfs:label "Channel 90" ;
    s223:hasObservationLocation IBAL:VAV_4_Connection_2 ;
    s223:observes IBAL:vav4_out_rtd .

IBAL:Chiller1_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "Chiller1 Controller" ;
    bacnet:hasObject IBAL:ch1_c_in_rtd,
        IBAL:ch1_f_c,
        IBAL:ch1_f_e,
        IBAL:ch1_on,
        IBAL:ch1_power,
        IBAL:ch1_t_sp,
        IBAL:v19_pos_c,
        IBAL:v7_pos_c,
        IBAL:v7_pos_fb .

IBAL:Chiller1_FnB a s223:Function ;
    rdfs:label "Chiller1 Fn b" ;
    s223:hasInput IBAL:ch1_f_c,
        IBAL:ch1_f_e,
        IBAL:ch1_power,
        IBAL:ch1_t_sp,
        IBAL:v7_pos_fb ;
    s223:hasOutput IBAL:v19_pos_c,
        IBAL:v7_pos_c .

IBAL:Chiller2_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "Chiller2 Controller" ;
    bacnet:hasObject IBAL:ch2_c_in_rtd,
        IBAL:ch2_f_c,
        IBAL:ch2_f_e,
        IBAL:ch2_on,
        IBAL:ch2_power,
        IBAL:ch2_t_sp,
        IBAL:v18_pos_c,
        IBAL:v6_pos_c,
        IBAL:v6_pos_fb .

IBAL:Chiller2_FnB a s223:Function ;
    rdfs:label "Chiller2 Fn b" ;
    s223:hasInput IBAL:ch2_c_in_rtd,
        IBAL:ch2_f_c,
        IBAL:ch2_f_e,
        IBAL:ch2_on,
        IBAL:ch2_power,
        IBAL:ch2_t_sp,
        IBAL:v6_pos_fb ;
    s223:hasOutput IBAL:v18_pos_c,
        IBAL:v6_pos_c .

IBAL:Enclosure_1 a s223:PhysicalSpace ;
    rdfs:label "Enclosure 1" ;
    s223:encloses IBAL:HVACSpace_1 .

IBAL:Enclosure_2 a s223:PhysicalSpace ;
    rdfs:label "Enclosure 2" ;
    s223:encloses IBAL:HVACSpace_2 .

IBAL:Enclosure_3 a s223:PhysicalSpace ;
    rdfs:label "Enclosure 3" ;
    s223:encloses IBAL:HVACSpace_3 .

IBAL:Enclosure_4 a s223:PhysicalSpace ;
    rdfs:label "Enclosure 4" ;
    s223:encloses IBAL:HVACSpace_4 .

IBAL:Flow_6 a s223:FlowSensor ;
    rdfs:label "Flow 6" ;
    s223:hasObservationLocation IBAL:VAV_2_Connection_2 ;
    s223:observes IBAL:HC-3-OutletFlow .

IBAL:Flow_7 a s223:FlowSensor ;
    rdfs:label "Flow 7" ;
    s223:hasObservationLocation IBAL:VAV_3_Connection_2 ;
    s223:observes IBAL:HC-5-OutletFlow .

IBAL:HC-1-InletTemp a s223:QuantifiableObservableProperty ;
    rdfs:label "HC 1 InletTemp" ;
    s223:hasValue 40.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:HVACZone_1 a s223:Zone ;
    rdfs:label "HVACZone 1" ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasDomainSpace IBAL:HVACSpace_1 .

IBAL:HVACZone_2 a s223:Zone ;
    rdfs:label "HVACZone 2" ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasDomainSpace IBAL:HVACSpace_2 .

IBAL:HVACZone_3 a s223:Zone ;
    rdfs:label "HVACZone 3" ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasDomainSpace IBAL:HVACSpace_3 .

IBAL:HVACZone_4 a s223:Zone ;
    rdfs:label "HVACZone 4" ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasDomainSpace IBAL:HVACSpace_4 .

IBAL:Hydronic a s223:System ;
    rdfs:label "Hydronic" ;
    s223:hasMember IBAL:CoolingCoil_1,
        IBAL:CoolingCoil_2,
        IBAL:PlateHeatExchanger_1,
        IBAL:PlateHeatExchanger_2,
        IBAL:ThermalStorage_1,
        IBAL:WaterChiller_1,
        IBAL:WaterChiller_2 .

IBAL:IBAL_Func a s223:Function ;
    rdfs:label "IBAL Func" ;
    s223:hasInput IBAL:ahu1_fan_power,
        IBAL:ahu2_fan_power,
        IBAL:ch1_power,
        IBAL:ch2_power,
        IBAL:pump1_power,
        IBAL:pump2_power,
        IBAL:pump3_power,
        IBAL:pump4_power,
        IBAL:vav1_heat_power,
        IBAL:vav2_heat_power,
        IBAL:vav3_heat_power,
        IBAL:vav4_heat_power .

IBAL:PlateHeatExchange_1_ConnectionTemperature a s223:QuantifiableObservableProperty ;
    rdfs:label "Plate heat exchange 1 Connection temperature" ;
    s223:hasValue 60.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ReturnAir-1-Flow a s223:QuantifiableObservableProperty ;
    rdfs:label "Return Air 1 Flow" ;
    s223:hasValue 500.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:Segment_76temp a s223:QuantifiableObservableProperty ;
    rdfs:label "Segment 76temp" ;
    s223:hasValue "75" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:Segment_88_Temp a s223:QuantifiableObservableProperty ;
    rdfs:label "Segment_88_Temp" ;
    s223:hasValue "62" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:StaticPressureReset a s223:Function ;
    rdfs:label "Static pressure reset" ;
    s223:hasInput IBAL:ahu1_fan_power,
        IBAL:ahu2_fan_power,
        IBAL:d15_pos_c,
        IBAL:d16_pos_c,
        IBAL:d17_pos_c,
        IBAL:d18_pos_c .

IBAL:Temp_7 rdfs:label "Channel 106" .

IBAL:VAV1_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "VAV1 Controller" ;
    bacnet:hasObject IBAL:d15_pos_c_AO,
        IBAL:d15_pos_fb_AI,
        IBAL:vav1_f_AI,
        IBAL:vav1_heat_c_AO,
        IBAL:vav1_out_rtd_AI,
        IBAL:vav1_t_in_AI,
        IBAL:zs1_out_rtd_AI ;
    bacnet:hasPort bacnet:P_47811 ;
    s223:executes IBAL:VAV1_FnB .

IBAL:VAV2_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "VAV2 Controller" ;
    bacnet:hasObject IBAL:d16_pos_c_AO,
        IBAL:d16_pos_fb_AI,
        IBAL:vav2_f_AI,
        IBAL:vav2_heat_c_AO,
        IBAL:vav2_out_rtd_AI,
        IBAL:vav2_t_in_AI,
        IBAL:zs2_out_rtd_AI ;
    bacnet:hasPort bacnet:P_47812 .

IBAL:VAV2_FnB a s223:Function ;
    rdfs:label "VAV2 Fn b" ;
    s223:hasInput IBAL:d16_pos_fb,
        IBAL:vav2_f,
        IBAL:vav2_out_rtd,
        IBAL:vav2_t_in,
        IBAL:zs2_out_rtd ;
    s223:hasOutput IBAL:d16_pos_c,
        IBAL:vav2_heat_c .

IBAL:VAV3_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "VAV3 Controller" ;
    bacnet:hasObject IBAL:d17_pos_c,
        IBAL:d17_pos_fb,
        IBAL:vav3_f,
        IBAL:vav3_heat_c,
        IBAL:vav3_out_rtd,
        IBAL:vav3_t_in ;
    bacnet:hasPort bacnet:P_47813 .

IBAL:VAV3_FnB a s223:Function ;
    rdfs:label "VAV3 Fn b" ;
    s223:hasInput IBAL:d17_pos_fb,
        IBAL:vav3_f,
        IBAL:vav3_out_rtd,
        IBAL:vav3_t_in,
        IBAL:zs3_out_rtd ;
    s223:hasOutput IBAL:d17_pos_c,
        IBAL:vav3_heat_c .

IBAL:VAV4_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "VAV4 Controller" ;
    bacnet:hasObject IBAL:d18_pos_c,
        IBAL:d18_pos_fb,
        IBAL:vav4_f,
        IBAL:vav4_heat_c,
        IBAL:vav4_out_rtd,
        IBAL:vav4_t_in ;
    bacnet:hasPort bacnet:P_47814 .

IBAL:VAV4_FnB a s223:Function ;
    rdfs:label "VAV4 Fn b" ;
    s223:hasInput IBAL:d18_pos_fb,
        IBAL:vav4_f,
        IBAL:vav4_out_rtd,
        IBAL:vav4_t_in,
        IBAL:zs4_out_rtd ;
    s223:hasOutput IBAL:d18_pos_c,
        IBAL:vav4_heat_c .

IBAL:Zone1_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "Zone1 Controller" ;
    bacnet:hasObject IBAL:zs1_out_rtd,
        IBAL:zs1_t_sp_f .

IBAL:Zone2_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "Zone2 Controller" ;
    bacnet:hasObject IBAL:zs2_out_rtd,
        IBAL:zs2_t_sp_f .

IBAL:Zone3_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "Zone3 Controller" ;
    bacnet:hasObject IBAL:zs3_out_rtd,
        IBAL:zs3_t_sp_f .

IBAL:Zone4_Controller a bacnet:Device,
        s223:Controller ;
    rdfs:label "Zone4 Controller" ;
    bacnet:hasObject IBAL:zs4_out_rtd,
        IBAL:zs4_t_sp_f .

IBAL:hx2_dp a s223:QuantifiableObservableProperty ;
    rdfs:label "hx2 dp" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:indoor_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "indoor rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc1_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc1 in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc1_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc1 out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc2_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc2 in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc2_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc2 out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc3_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc3 in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc3_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc3 out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc4_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc4 in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:tmc4_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "tmc4 out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:v14_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v14 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v14_pos_fb a s223:QuantifiableProperty ;
    rdfs:label "v14 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v15_pos_fb a s223:QuantifiableProperty ;
    rdfs:label "v15 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v16_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v16 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v16_pos_fb a s223:QuantifiableProperty ;
    rdfs:label "v16 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v17_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v17 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v17_pos_fb a s223:QuantifiableProperty ;
    rdfs:label "v17 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v2_pos_fb a s223:QuantifiableProperty ;
    rdfs:label "v2 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vch1_pos_fb a s223:QuantifiableProperty ;
    rdfs:label "vch1 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:AHU1_FnB a s223:Function ;
    rdfs:label "AHU1 Fn b" ;
    s223:hasInput IBAL:ahu2_out_rtd,
        IBAL:ahu2_p_down,
        IBAL:v13_pos_fb ;
    s223:hasOutput IBAL:ahu2_vfd,
        IBAL:v13_pos_c .

IBAL:HC-3-OutletFlow a s223:QuantifiableObservableProperty ;
    rdfs:label "HC 3 OutletFlow" ;
    s223:hasValue 500.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:HC-5-OutletFlow a s223:QuantifiableObservableProperty ;
    rdfs:label "HC 5 OutletFlow" ;
    s223:hasValue 20.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:VAV1_FnB a s223:Function ;
    rdfs:label "VAV1 Fn b" ;
    s223:hasInput IBAL:d15_pos_fb,
        IBAL:vav1_f,
        IBAL:vav1_out_rtd,
        IBAL:vav1_t_in,
        IBAL:zs1_out_rtd ;
    s223:hasOutput IBAL:d15_pos_c,
        IBAL:vav1_heat_c .

IBAL:ahu1_cc_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU1 CC Out RTD" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_cc_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 CC RTD" ;
    s223:hasValue 45.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_f_cc a s223:QuantifiableObservableProperty ;
    rdfs:label "Channel 197" ;
    s223:hasValue 40.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ahu1_f_ra a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 F RA" ;
    s223:hasValue 1000.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:ahu1_f_sa a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 F SA" ;
    s223:hasValue 600.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:ahu1_fan_power_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu1 fan power xref" ;
    bacnet:device-identifier "device,1115" ;
    bacnet:object-identifier "analog-value,1" ;
    bacnet:object-name "ahu1_fan_power" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu1_heat_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "AHU1 Heat C" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ahu1_heat_power a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU1 Heat Power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:ahu1_heat_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 Heat RTD" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 In RTD" ;
    s223:hasValue 45.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "ahu1 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ahu1_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu1 out rtd xref" ;
    bacnet:device-identifier "device,1115" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "ahu1_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu1_p_down_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu1 p down xref" ;
    bacnet:device-identifier "device,1115" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "ahu1_p_down" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu1_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU1 P Up" ;
    s223:hasValue 11296.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:ahu1_rh_down a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 RH Down" ;
    s223:hasValue 50.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:ahu1_rh_up a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 RH Up" ;
    s223:hasValue 60.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:ahu1_t_ra a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 T RA" ;
    s223:hasValue 65.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_t_sa a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 T SA" ;
    s223:hasValue 60.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_vfd_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu1 vfd xref" ;
    bacnet:device-identifier "device,1115" ;
    bacnet:object-identifier "analog-output,1" ;
    bacnet:object-name "ahu1_vfd" ;
    bacnet:present-value "30.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu2_cc_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 cc in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_cc_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 cc out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_cc_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 cc rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_f_cc a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 f cc" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ahu2_f_cc_mag a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 f cc mag" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ahu2_f_ra a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 f ra" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:ahu2_f_sa a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 f sa" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:ahu2_fan_power_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu2 fan power xref" ;
    bacnet:device-identifier "device,1116" ;
    bacnet:object-identifier "analog-value,1" ;
    bacnet:object-name "ahu2_fan_power" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu2_heat_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "ahu2 heat c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ahu2_heat_power a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 heat power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:ahu2_heat_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 heat rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "ahu2 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ahu2_out_rtd_AI a bacnet:AnalogInputObject ;
    rdfs:label "ahu2 out rtd AI" ;
    bacnet:description "AHU2 Supply Air Temperature" ;
    bacnet:object-name "ahu2_out_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:ahu2_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu2 out rtd xref" ;
    bacnet:device-identifier "device,1116" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "ahu2_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu2_p_down_AI a bacnet:AnalogInputObject ;
    rdfs:label "ahu2 p down AI" ;
    bacnet:description "Static Pressure Measurement Downstream Fan" ;
    bacnet:object-name "ahu2_p_down" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ahu2_p_down_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu2 p down xref" ;
    bacnet:device-identifier "device,1116" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "ahu2_p_down" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu2_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:ahu2_rh_down a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 rh down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:ahu2_rh_up a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 rh up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:ahu2_t_ra a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 t ra" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_t_sa a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu 2 t sa" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_vfd_AO a bacnet:AnalogOutputObject ;
    rdfs:label "ahu2 vfd AO" ;
    bacnet:description "AHU2 Fan Speed" ;
    bacnet:object-name "ahu1_vfd" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "30.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ahu2_vfd_xref a s223:BACnetExternalReference ;
    rdfs:label "ahu2 vfd xref" ;
    bacnet:device-identifier "device,1116" ;
    bacnet:object-identifier "analog-output,1" ;
    bacnet:object-name "ahu2_vfd" ;
    bacnet:present-value "30.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ch1_c_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 c in rtd" ;
    s223:hasExternalReference IBAL:ch1_c_in_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch1_c_in_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 c in rtd xref" ;
    bacnet:description "Chiller1 Condensing Water Inlet Temperature" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "ch1_c_in_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:ch1_c_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 c out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch1_e_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 e in rtd" ;
    s223:hasExternalReference IBAL:ch1_e_in_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch1_e_in_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 e in rtd xref" ;
    bacnet:object-identifier "analog-output,8" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ch1_e_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 e out rtd" ;
    s223:hasExternalReference IBAL:ch1_e_out_rtd_exref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch1_e_out_rtd_exref a s223:BACnetExternalReference ;
    rdfs:label "ch1 e out rtd exref" ;
    bacnet:object-identifier "analog-output,7" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ch1_f_c_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 f c xref" ;
    bacnet:description "Chiller1 Condensing Water Flow Rate" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "ch1_f_c" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch1_f_e_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 f e xref" ;
    bacnet:description "Chiller1 Evaporator Flow Rate" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "ch1_f_e" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch1_on_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 on xref" ;
    bacnet:description "Chiller1 On/Off Control Signal" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "binary-input,1" ;
    bacnet:object-name "ch1_on" ;
    bacnet:object-type "binary-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch1_power_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 power xref" ;
    bacnet:description "Chiller1 Power Measurement" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "analog-input,7" ;
    bacnet:object-name "ch1_power" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch1_t_reset a s223:QuantifiableActuatableProperty ;
    rdfs:label "ch1 t reset" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch1_t_sp_xref a s223:BACnetExternalReference ;
    rdfs:label "ch1 t sp xref" ;
    bacnet:description "Chiller1 Temperature Setpoint" ;
    bacnet:object-identifier "analog-input,7" ;
    bacnet:object-name "ch1_t_sp" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "50.0"^^xsd:float .

IBAL:ch2_c_in_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "ch2 c in rtd xref" ;
    bacnet:description "Chiller2 Condensing Water Inlet Temperature" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "ch2_c_in_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:ch2_c_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch2 c out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch2_e_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch2 e out rtd" ;
    s223:hasExternalReference IBAL:ch2_e_out_rtd_exref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch2_e_out_rtd_exref a s223:BACnetExternalReference ;
    rdfs:label "ch2 e out rtd exref" ;
    bacnet:object-identifier "analog-output,7" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:ch2_f_c_xref a s223:BACnetExternalReference ;
    rdfs:label "ch2 f c xref" ;
    bacnet:description "Chiller2 Condensing Water Flow Rate" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "ch2_f_c" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch2_f_e_xref a s223:BACnetExternalReference ;
    rdfs:label "ch2 f e xref" ;
    bacnet:description "Chiller2 Evaporator Flow Rate" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "ch2_f_e" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch2_on_xref a s223:BACnetExternalReference ;
    rdfs:label "ch2 on xref" ;
    bacnet:description "Chiller2 On/Off Control Signal" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "binary-input,1" ;
    bacnet:object-name "ch2_on" ;
    bacnet:object-type "binary-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch2_power_xref a s223:BACnetExternalReference ;
    rdfs:label "ch2 power xref" ;
    bacnet:description "Chiller1 Power Measurement" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "analog-input,7" ;
    bacnet:object-name "ch1_power" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:ch2_t_reset a s223:QuantifiableActuatableProperty ;
    rdfs:label "ch2 t reset" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ch2_t_sp_xref a s223:BACnetExternalReference ;
    rdfs:label "ch2 t sp xref" ;
    bacnet:description "Chiller2 Temperature Setpoint" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "analog-input,7" ;
    bacnet:object-name "ch2_t_sp" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "50.0"^^xsd:float .

IBAL:cl_f a s223:QuantifiableObservableProperty ;
    rdfs:label "cl f" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:cw_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "cw in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:d10_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d10 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/A> .

IBAL:d10_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d10 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d11_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d11 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/A> .

IBAL:d11_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d11 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d15_pos_c_AI a bacnet:AnalogOutputObject ;
    rdfs:label "d15 pos c AI" ;
    bacnet:description "VAV1 Damper Control Signal" ;
    bacnet:object-name "d15_pos_c" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d15_pos_c_AO a bacnet:AnalogOutputObject ;
    rdfs:label "d15 pos c AO" ;
    bacnet:description "VAV1 Damper Control Signal" ;
    bacnet:object-name "d15_pos_c" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d15_pos_c_bac a s223:BACnetExternalReference ;
    rdfs:label "d15 pos c bac" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "d15_pos_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:d15_pos_fb_AI a bacnet:AnalogInputObject ;
    rdfs:label "d15 pos fb AI" ;
    bacnet:description "VAV1 Damper Feedback Signal" ;
    bacnet:object-name "d15_pos_fb" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d15_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "d15 pos fb xref" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "d15_pos_fb" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:d16_pos_c_AI a bacnet:AnalogInputObject ;
    rdfs:label "d16 pos c AI" ;
    bacnet:description "VAV2 Damper Control Signal" ;
    bacnet:object-name "d16_pos_c" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d16_pos_c_AO a bacnet:AnalogOutputObject ;
    rdfs:label "d16 pos c AO" ;
    bacnet:description "VAV2 Damper Control Signal" ;
    bacnet:object-name "d16_pos_c" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d16_pos_c_bac a s223:BACnetExternalReference ;
    rdfs:label "d16 pos c bac" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "d16_pos_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:d16_pos_fb_AI a bacnet:AnalogInputObject ;
    rdfs:label "d16 pos fb AI" ;
    bacnet:description "VA2 Damper Feedback Signal" ;
    bacnet:object-name "d16_pos_fb" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d16_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "d16 pos fb xref" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "d16_pos_fb" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:d17_pos_c_bac a s223:BACnetExternalReference ;
    rdfs:label "d17 pos c xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "d17_pos_c" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d17_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "d17 pos fb xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "d17_pos_fb" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:d18_pos_c_bac a s223:BACnetExternalReference ;
    rdfs:label "d18 pos c xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "d18_pos_c" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:d18_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "d18 pos fb xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "d18_pos_fb" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:d2_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d2 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d2_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d2 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d3_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d3 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d3_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d3 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d4_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d4 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d4_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d4 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d5_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d5 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d5_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d5 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d6_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d6 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d6_pos_fb a s223:QuantifiableObservableProperty ;
    rdfs:label "d6 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d7_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d7 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d7_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d7 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d8_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d8 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:d8_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d8 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> .

IBAL:exf1_f a s223:QuantifiableObservableProperty ;
    rdfs:label "exf1 f" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:exf1_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "exf1 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:exf1_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "exf1 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:exf1_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "exf1 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:exf1_power a s223:QuantifiableObservableProperty ;
    rdfs:label "exf1 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:exf1_t_in a s223:QuantifiableObservableProperty ;
    rdfs:label "exf1 t in" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:exf1_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "exf1 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:exf2_f a s223:QuantifiableObservableProperty ;
    rdfs:label "exf2 f" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:exf2_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "exf2 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:exf2_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "exf2 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:exf2_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "exf2 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:exf2_power a s223:QuantifiableObservableProperty ;
    rdfs:label "exf2 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:exf2_t_in a s223:QuantifiableObservableProperty ;
    rdfs:label "exf2 t in" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:exf2_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "exf2 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:hw_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hw rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:hx1_f_hw a s223:QuantifiableObservableProperty ;
    rdfs:label "hx1 f hw" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:hx1_f_pg a s223:QuantifiableObservableProperty ;
    rdfs:label "hx1 f pg" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:hx1_hw_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hx1 hw rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:hx1_pg_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hx1_hw_rtd" ;
    s223:hasValue "70" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:hx2_cw_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hx2 cw rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:hx2_hw_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hx2 hw rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:hx3_cw_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hx3 cw rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:hx3_f_cw a s223:QuantifiableObservableProperty ;
    rdfs:label "hx3 f cw" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:hx3_f_pg a s223:QuantifiableObservableProperty ;
    rdfs:label "hx3 f pg" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:hx3_pg_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "hx1 pg rtd" ;
    s223:hasValue "72" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:oau_cc_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "oau cc rtd" ;
    s223:hasValue 45.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:oau_f_out a s223:QuantifiableObservableProperty ;
    rdfs:label "oau f out" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:oau_fan_power a s223:QuantifiableObservableProperty ;
    rdfs:label "oau fan power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:oau_heat_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "oau heat c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:oau_hs_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "oau hs rt" ;
    s223:hasValue 60.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:oau_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "oau in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:oau_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "oau out rtd" ;
    s223:hasValue 45.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:oau_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "oau p down" ;
    s223:hasValue 11270.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:oau_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "oau p up" ;
    s223:hasValue 11297.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PA> .

IBAL:oau_rh a s223:QuantifiableObservableProperty ;
    rdfs:label "oau rh" ;
    s223:hasValue "80" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:oau_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "oau vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pl_f a s223:QuantifiableObservableProperty ;
    rdfs:label "pl f" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:pl_ftemp a s223:QuantifiableObservableProperty ;
    rdfs:label "pl ftemp" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:pl_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "pl in rtd" ;
    s223:hasValue "68" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:pl_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "pl out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:pump1_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump1 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump1_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "pump1 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump1_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "pump1 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump1_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump1 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump2_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump2 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump2_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "pump2 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump2_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "pump2 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump2_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump2 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump3_dp a s223:QuantifiableObservableProperty ;
    rdfs:label "pump3 dp" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump3_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "pump3 out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:pump3_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "pump3 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump3_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "pump3 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump3_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump3 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump4_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump4 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump4_out_rtd a bacnet:AnalogInputObject,
        s223:QuantifiableObservableProperty ;
    rdfs:label "pump4 out rtd" ;
    bacnet:description "Temperature Entering the Chiller Condenser" ;
    bacnet:object-identifier "analog-input,6" ;
    bacnet:object-name "pump4_out_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:objectOf IBAL:WaterChiller_1 ;
    bacnet:present-value "70.0"^^xsd:float ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:pump4_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "pump4 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump4_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "pump4 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump4_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump4 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump5_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump5 on" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump5_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "pump5 p down" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump5_p_up a s223:QuantifiableObservableProperty ;
    rdfs:label "pump5 p up" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PSI> .

IBAL:pump5_power a s223:QuantifiableObservableProperty ;
    rdfs:label "pump5 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:pump5_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "pump5 vfd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:sl_f a s223:QuantifiableObservableProperty ;
    rdfs:label "sl f" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:sl_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "sl out rtd" ;
    s223:hasValue "64" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ts_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ts in rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ts_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ts out rtd" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:v10_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v10 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v10_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v10 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v11_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v11 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v11_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v11 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v12_pos_c_xref a s223:BACnetExternalReference ;
    rdfs:label "v12 pos c xref" ;
    bacnet:device-identifier "device,1115" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "v12_pos_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:v12_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "v12 pos fb xref" ;
    bacnet:device-identifier "device,1115" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "v12_pos_fb" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:v13_pos_c_AO a bacnet:AnalogOutputObject ;
    rdfs:label "v13 pos c AO" ;
    bacnet:description "AHU2 Cooling Coil Valve Control Signal" ;
    bacnet:object-name "v13_pos_c" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v13_pos_c_xref a s223:BACnetExternalReference ;
    rdfs:label "v13 pos c xref" ;
    bacnet:device-identifier "device,1116" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "v13_pos_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:v13_pos_fb_AI a bacnet:AnalogInputObject ;
    rdfs:label "v13 pos fb AI" ;
    bacnet:description "AHU2 Cooling Coil Feedback Signal" ;
    bacnet:object-name "v13_pos_fb" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v13_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "v13 pos fb xref" ;
    bacnet:device-identifier "device,1116" ;
    bacnet:object-identifier "analog-input,1" ;
    bacnet:object-name "v13_pos_fb" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:v18_pos_c_xref a s223:BACnetExternalReference ;
    rdfs:label "v18 pos c xref" ;
    bacnet:description "Chiller2 Evaporating Valve Control Signal" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "binary-output,1" ;
    bacnet:object-name "v18_pos_c" ;
    bacnet:object-type "binary-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v18_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v18 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v19_pos_c_xref a s223:BACnetExternalReference ;
    rdfs:label "v19 pos c xref" ;
    bacnet:description "Chiller1 Evaporating Valve Control Signal" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "binary-output,1" ;
    bacnet:object-name "v19_pos_c" ;
    bacnet:object-type "binary-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v19_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v19 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v1_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v1 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/A> .

IBAL:v1_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v1 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v20_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v20 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v20_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v20 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v2_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v2 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v3_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v3 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/A> .

IBAL:v3_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v3 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v4_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v4 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v4_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v4 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v5_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v5 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v5_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v5 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v6_pos_c_xref a s223:BACnetExternalReference ;
    rdfs:label "v6 pos c xref" ;
    bacnet:description "Chiller2 Condensing Water Valve Control Signal" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "analog-output,1" ;
    bacnet:object-name "v6_pos_fb" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v6_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "v6 pos fb xref" ;
    bacnet:description "Chiller2 Condensing Water Valve Feedback Signal" ;
    bacnet:device-identifier "device,1118" ;
    bacnet:object-identifier "analog-input,4" ;
    bacnet:object-name "v6_pos_fb" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v7_pos_c_xref a s223:BACnetExternalReference ;
    rdfs:label "v7 pos c xref" ;
    bacnet:description "Chiller1 Condensing Water Valve Control Signal" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "analog-output,1" ;
    bacnet:object-name "v7_pos_fb" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v7_pos_fb_xref a s223:BACnetExternalReference ;
    rdfs:label "v7 pos fb xref" ;
    bacnet:description "Chiller1 Condensing Water Valve Feedback Signal" ;
    bacnet:device-identifier "device,1117" ;
    bacnet:object-identifier "analog-input,4" ;
    bacnet:object-name "v7_pos_fb" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:v8_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v8 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v8_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v8 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v9_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v9 pos c" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v9_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v9 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav1_f_AI a bacnet:AnalogInputObject ;
    rdfs:label "vav1 f AI" ;
    bacnet:description "VAV1 Airflow Rate" ;
    bacnet:object-name "vav1_f" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:vav1_f_xref a s223:BACnetExternalReference ;
    rdfs:label "vav1 f xref" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-input,4" ;
    bacnet:object-name "vav1_f" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav1_heat_c_AO a bacnet:AnalogOutputObject ;
    rdfs:label "vav1 heat c AO" ;
    bacnet:description "VAV1 Heater Control Signal" ;
    bacnet:object-name "vav1_heat_c" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:vav1_heat_c_xref a s223:BACnetExternalReference ;
    rdfs:label "vav1 heat c xref" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-output,1" ;
    bacnet:object-name "vav1_heat_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav1_out_rtd_AI a bacnet:AnalogInputObject ;
    rdfs:label "vav1 out rtd AI" ;
    bacnet:description "VAV1 Discharge Temperature" ;
    bacnet:object-name "vav1_out_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:vav1_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "vav1 out rtd xref" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "vav1_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav1_t_in_AI a bacnet:AnalogInputObject ;
    rdfs:label "vav1 t in AI" ;
    bacnet:description "VAV1 Supply Air Temperature" ;
    bacnet:object-name "vav1_t_in" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:vav1_t_in_xref a s223:BACnetExternalReference ;
    rdfs:label "vav1 t in xref" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "vav1_t_in" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav2_f_AI a rdfs:Resource ;
    rdfs:label "vav2 f AI" .

IBAL:vav2_f_xref a s223:BACnetExternalReference ;
    rdfs:label "vav2 f xref" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-input,4" ;
    bacnet:object-name "vav2_f" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav2_heat_c_AI a s223:BACnetExternalReference ;
    rdfs:label "vav2 heat c AI" ;
    bacnet:description "VAV1 Heater Control Signal" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:vav2_heat_c_AO a bacnet:AnalogOutputObject ;
    rdfs:label "vav2 heat c AO" ;
    bacnet:description "VAV2 Heater Control Signal" ;
    bacnet:object-name "vav2_heat_c" ;
    bacnet:object-type "analog-output" ;
    bacnet:present-value "0.0"^^xsd:float .

IBAL:vav2_heat_c_xref a s223:BACnetExternalReference ;
    rdfs:label "vav2 heat c xref" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "vav2_heat_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav2_out_rtd_AI a bacnet:AnalogInputObject ;
    rdfs:label "vav2 out rtd AI" ;
    bacnet:description "VAV2 Discharge Temperature" ;
    bacnet:object-name "vav2_out_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:vav2_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "vav2 out rtd xref" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "vav2_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav2_t_in_AI a bacnet:AnalogInputObject ;
    rdfs:label "vav2 t in AI" ;
    bacnet:description "VAV1 Supply Air Temperature" ;
    bacnet:object-name "vav1_t_in" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:vav2_t_in_xref a s223:BACnetExternalReference ;
    rdfs:label "vav2 t in xref" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "vav2_t_in" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav3_f_xref a s223:BACnetExternalReference ;
    rdfs:label "vav3 f xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-input,4" ;
    bacnet:object-name "vav3_f" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav3_heat_c_xref a s223:BACnetExternalReference ;
    rdfs:label "vav3 heat c xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "vav3_heat_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav3_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "vav3 out rtd xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "vav3_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav3_t_in_xref a s223:BACnetExternalReference ;
    rdfs:label "vav3 t in xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "vav3_t_in" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav4_f_xref a s223:BACnetExternalReference ;
    rdfs:label "vav4 f xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-input,4" ;
    bacnet:object-name "vav4_f" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav4_heat_c_xref a s223:BACnetExternalReference ;
    rdfs:label "vav4 heat c xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-output,2" ;
    bacnet:object-name "vav4_heat_c" ;
    bacnet:present-value "0.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav4_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "vav4 out rtd xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-input,2" ;
    bacnet:object-name "vav4_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vav4_t_in_xref a s223:BACnetExternalReference ;
    rdfs:label "vav4 t in xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-input,3" ;
    bacnet:object-name "vav4_t_in" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:vch2_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "vch2 pos fb" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vsh_in a s223:QuantifiableActuatableProperty ;
    rdfs:label "vsh in" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vsh_out a s223:QuantifiableActuatableProperty ;
    rdfs:label "vsh out" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:zs1_heat_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs1 heat rtd" ;
    s223:hasValue 66.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs1_out_rtd_AI a bacnet:AnalogInputObject ;
    rdfs:label "zs1 out rtd AI" ;
    bacnet:description "Zone1 Temperature" ;
    bacnet:object-name "zs1_out_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:zs1_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "zs1 out rtd xref" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-input,5" ;
    bacnet:object-name "zs1_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:zs1_rh a s223:QuantifiableObservableProperty ;
    rdfs:label "zs1_rh" ;
    s223:hasValue 80.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:zs1_t_sp_f_xref a s223:BACnetExternalReference ;
    rdfs:label "zs1 t sp f xref" ;
    bacnet:description "Zone1 Temperature Setpoint" ;
    bacnet:device-identifier "device,1111" ;
    bacnet:object-identifier "analog-input,6" ;
    bacnet:object-name "zs1_t_sp_f" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "74.0"^^xsd:float .

IBAL:zs2_heat_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs2 heat rtd" ;
    s223:hasValue 70.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs2_out_rtd_AI a bacnet:AnalogInputObject ;
    rdfs:label "zs2 out rtd AI" ;
    bacnet:description "Zone2 Temperature" ;
    bacnet:object-name "zs2_out_rtd" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "70.0"^^xsd:float .

IBAL:zs2_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "zs2 out rtd xref" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-input,5" ;
    bacnet:object-name "zs2_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:zs2_rh a s223:QuantifiableObservableProperty ;
    rdfs:label "zs2 rh" ;
    s223:hasValue 50.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:zs2_t_sp_f_xref a s223:BACnetExternalReference ;
    rdfs:label "zs2 t sp f xref" ;
    bacnet:description "Zone2 Temperature Setpoint" ;
    bacnet:device-identifier "device,1112" ;
    bacnet:object-identifier "analog-input,6" ;
    bacnet:object-name "zs2_t_sp_f" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "74.0"^^xsd:float .

IBAL:zs3_heat_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs3 heat rtd" ;
    s223:hasValue 66.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs3_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "zs3 out rtd xref" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-input,5" ;
    bacnet:object-name "zs3_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:zs3_rh a s223:QuantifiableObservableProperty ;
    rdfs:label "zs3 rh" ;
    s223:hasValue 50.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:zs3_t_sp_f_xref a s223:BACnetExternalReference ;
    rdfs:label "zs3 t sp f xref" ;
    bacnet:description "Zone3 Temperature Setpoint" ;
    bacnet:device-identifier "device,1113" ;
    bacnet:object-identifier "analog-input,6" ;
    bacnet:object-name "zs3_t_sp_f" ;
    bacnet:object-type "analog-input" ;
    bacnet:present-value "74.0"^^xsd:float .

IBAL:zs4_heat_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs4 heat rtd" ;
    s223:hasValue 68.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs4_out_rtd_xref a s223:BACnetExternalReference ;
    rdfs:label "zs4 out rtd xref" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-input,5" ;
    bacnet:object-name "zs4_out_rtd" ;
    bacnet:present-value "70.0"^^xsd:float ;
    bacnet:property-identifier "present-value" .

IBAL:zs4_rh a s223:QuantifiableObservableProperty ;
    rdfs:label "zsh4 rh" ;
    s223:hasValue 30.0 ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> .

IBAL:zs4_t_sp_f_xref a s223:BACnetExternalReference ;
    rdfs:label "zs4 t sp f xref" ;
    bacnet:description "Zone4 Temperature Setpoint" ;
    bacnet:device-identifier "device,1114" ;
    bacnet:object-identifier "analog-input,6" ;
    bacnet:object-name "zs4_t_sp_f" ;
    bacnet:object-type "analog-input" ;
    bacnet:objectOf IBAL:VAV_4 ;
    bacnet:present-value "74.0"^^xsd:float .

IBAL:AHU_1_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 1 E OCP" ;
    s223:cnx IBAL:AHU_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_2_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 2 E OCP" ;
    s223:cnx IBAL:AHU_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_3_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 3 E OCP" ;
    s223:cnx IBAL:AHU_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:CC_1_Water_ICP a s223:InletConnectionPoint ;
    rdfs:label "CC 1 Water ICP" ;
    s223:cnx IBAL:CoolingCoil_1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:CoolingCoil_1 ;
    s223:mapsTo IBAL:AHU_1_G_ICP .

IBAL:CC_1_Water_OCP a s223:OutletConnectionPoint ;
    rdfs:label " CC 1 Water OCP" ;
    s223:cnx IBAL:CoolingCoil_1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:CoolingCoil_1 ;
    s223:mapsTo IBAL:AHU_1_G_OCP .

IBAL:CC_2_Water_ICP a s223:InletConnectionPoint ;
    rdfs:label "CC 2 Water ICP" ;
    s223:cnx IBAL:CoolingCoil_2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:CoolingCoil_2 ;
    s223:mapsTo IBAL:AHU_2_G_ICP .

IBAL:CC_2_Water_OCP a s223:OutletConnectionPoint ;
    rdfs:label " CC 2 Water OCP" ;
    s223:cnx IBAL:CoolingCoil_2 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:CoolingCoil_2 ;
    s223:mapsTo IBAL:AHU_2_G_OCP .

IBAL:CC_3_G_ICP a s223:InletConnectionPoint ;
    rdfs:label "CC 3 G ICP" ;
    s223:cnx IBAL:CoolingCoil_3 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:CoolingCoil_3 ;
    s223:mapsTo IBAL:AHU_3_G_ICP .

IBAL:CC_3_G_OCP a s223:OutletConnectionPoint ;
    rdfs:label "CC 3 G OCP" ;
    s223:cnx IBAL:CoolingCoil_3 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:CoolingCoil_3 ;
    s223:mapsTo IBAL:AHU_3_G_OCP .

IBAL:CC_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "CC 3 ICP" ;
    s223:cnx IBAL:CoolingCoil_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:CoolingCoil_3 ;
    s223:mapsTo IBAL:AHU_3_ICP .

IBAL:Damper_17_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 17 OCP" ;
    s223:cnx IBAL:MotorizedDamper_17 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_17 .

IBAL:Damper_19_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 19 ICP" ;
    s223:cnx IBAL:MotorizedDamper_19 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_19 .

IBAL:Damper_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 1 ICP" ;
    s223:cnx IBAL:MotorizedDamper_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_1 ;
    s223:mapsTo IBAL:VAV_1_ICP .

IBAL:Damper_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 2 ICP" ;
    s223:cnx IBAL:MotorizedDamper_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_2 ;
    s223:mapsTo IBAL:VAV_2_ICP .

IBAL:Damper_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 3 ICP" ;
    s223:cnx IBAL:MotorizedDamper_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_3 ;
    s223:mapsTo IBAL:VAV_3_ICP .

IBAL:Damper_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 4 ICP" ;
    s223:cnx IBAL:MotorizedDamper_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_4 ;
    s223:mapsTo IBAL:VAV_4_ICP .

IBAL:Fan_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Fan 1 OCP" ;
    s223:cnx IBAL:Fan_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_1 ;
    s223:mapsTo IBAL:AHU_1_OCP .

IBAL:Fan_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Fan 2 OCP" ;
    s223:cnx IBAL:Fan_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_2 ;
    s223:mapsTo IBAL:AHU_2_OCP .

IBAL:Fan_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Fan 5 OCP" ;
    s223:cnx IBAL:Fan_5 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_5 ;
    s223:mapsTo IBAL:AHU_3_OCP .

IBAL:HC_1_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 1 E ICP" ;
    s223:cnx IBAL:HeatingCoil_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_1 ;
    s223:mapsTo IBAL:AHU_1_E_ICP .

IBAL:HC_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 1 ICP" ;
    s223:cnx IBAL:HeatingCoil_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_1 ;
    s223:mapsTo IBAL:AHU_1_ICP .

IBAL:HC_2_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 2 E ICP" ;
    s223:cnx IBAL:HeatingCoil_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_2 ;
    s223:mapsTo IBAL:VAV_1_E_ICP .

IBAL:HC_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 2 OCP" ;
    s223:cnx IBAL:HeatingCoil_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_2 ;
    s223:mapsTo IBAL:VAV_1_OCP .

IBAL:HC_3_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 3 E ICP" ;
    s223:cnx IBAL:HeatingCoil_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_3 ;
    s223:mapsTo IBAL:VAV_2_E_ICP .

IBAL:HC_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 3 OCP" ;
    s223:cnx IBAL:HeatingCoil_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_3 ;
    s223:mapsTo IBAL:VAV_2_OCP .

IBAL:HC_4_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 4 E ICP" ;
    s223:cnx IBAL:HeatingCoil_4 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_4 ;
    s223:mapsTo IBAL:AHU_2_E_ICP .

IBAL:HC_5_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 5 E ICP" ;
    s223:cnx IBAL:HeatingCoil_5 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_5 ;
    s223:mapsTo IBAL:VAV_3_E_ICP .

IBAL:HC_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 5 OCP" ;
    s223:cnx IBAL:HeatingCoil_5 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_5 ;
    s223:mapsTo IBAL:VAV_3_OCP .

IBAL:HC_6_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 6 E ICP" ;
    s223:cnx IBAL:HeatingCoil_6 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_6 ;
    s223:mapsTo IBAL:VAV_4_E_ICP .

IBAL:HC_6_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 6 OCP" ;
    s223:cnx IBAL:HeatingCoil_6 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_6 ;
    s223:mapsTo IBAL:VAV_4_OCP .

IBAL:HC_7_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 7 E ICP" ;
    s223:cnx IBAL:HeatingCoil_7 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:HeatingCoil_7 ;
    s223:mapsTo IBAL:AHU_3_E_ICP .

IBAL:Jnc11-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc11-OCP" ;
    s223:cnx IBAL:Junction_11 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_11 .

IBAL:Jnc17-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc17-ICP1" ;
    s223:cnx IBAL:Junction_15 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_15 .

IBAL:Jnc2-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc2-OCP1" ;
    s223:cnx IBAL:Junction_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_2 .

IBAL:Jnc20-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc20-OCP2" ;
    s223:cnx IBAL:Junction_20 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_20 .

IBAL:Jnc29-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc29-OCP2" ;
    s223:cnx IBAL:Junction_29 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_29 .

IBAL:Jnc30-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc30-ICP2" ;
    s223:cnx IBAL:Junction_30 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_30 .

IBAL:Jnc33-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc33-ICP2" ;
    s223:cnx IBAL:Junction_33 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_33 .

IBAL:Jnc38-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc38-OCP2" ;
    s223:cnx IBAL:Junction_38 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_38 .

IBAL:Jnc40_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc40 ICP2" ;
    s223:cnx IBAL:Junction_40 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_40 .

IBAL:Jnc45_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc45 OCP1" ;
    s223:cnx IBAL:Junction_45 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_45 .

IBAL:Jnc45_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc45 OCP2" ;
    s223:cnx IBAL:Junction_45 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_45 .

IBAL:Jnc53_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc53 OCP" ;
    s223:cnx IBAL:Junction_53 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_53 .

IBAL:Jnc55_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc55 OCP2" ;
    s223:cnx IBAL:Junction_55 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_55 .

IBAL:Jnc56_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc56 ICP2" ;
    s223:cnx IBAL:Junction_56 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_56 .

IBAL:Jnc_39_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc 39 OCP2" ;
    s223:cnx IBAL:Junction_39 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_39 .

IBAL:VAV_1_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 1 E OCP" ;
    s223:cnx IBAL:VAV_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_1 .

IBAL:VAV_2_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 2 E OCP" ;
    s223:cnx IBAL:VAV_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_2 .

IBAL:VAV_3_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 3 E OCP" ;
    s223:cnx IBAL:VAV_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_3 .

IBAL:VAV_4_E_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 4 E OCP" ;
    s223:cnx IBAL:VAV_4 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_4 .

IBAL:VFD_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "VFD 1 ICP" ;
    s223:cnx IBAL:VFD_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_1 ;
    s223:mapsTo IBAL:AHU_1_E2_ICP .

IBAL:VFD_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "VFD 2 ICP" ;
    s223:cnx IBAL:VFD_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_2 ;
    s223:mapsTo IBAL:AHU_2_E2_ICP .

IBAL:VFD_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "VFD 3 ICP" ;
    s223:cnx IBAL:VFD_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_3 .

IBAL:VFD_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "VFD 4 ICP" ;
    s223:cnx IBAL:VFD_4 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_4 .

IBAL:VFD_5_ICP a s223:InletConnectionPoint ;
    rdfs:label "VFD 5 ICP" ;
    s223:cnx IBAL:VFD_5 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_5 ;
    s223:mapsTo IBAL:AHU_3_E2_ICP .

IBAL:Valve2_ICP a s223:InletConnectionPoint ;
    rdfs:label "Valve2 ICP" ;
    s223:cnx IBAL:Valve2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Valve2 .

IBAL:Valve2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve2 OCP" ;
    s223:cnx IBAL:Valve2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Valve2 .

IBAL:WaterPump_1_VFD_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 1 VFD ICP" ;
    s223:cnx IBAL:WaterPump_1_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_1_VFD ;
    s223:mapsTo IBAL:WaterPump_1_S_ICP .

IBAL:WaterPump_1_VFD_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 1 VFD OCP" ;
    s223:cnx IBAL:WaterPump_1_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_1_VFD ;
    s223:mapsTo IBAL:WaterPump_1_S_OCP .

IBAL:WaterPump_2_VFD_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 2 VFD ICP" ;
    s223:cnx IBAL:WaterPump_2_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_2_VFD ;
    s223:mapsTo IBAL:WaterPump_2_S_ICP .

IBAL:WaterPump_2_VFD_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 2 VFD OCP" ;
    s223:cnx IBAL:WaterPump_2_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_2_VFD ;
    s223:mapsTo IBAL:WaterPump_2_S_OCP .

IBAL:WaterPump_3_VFD_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 3 VFD ICP" ;
    s223:cnx IBAL:WaterPump_3_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_3_VFD ;
    s223:mapsTo IBAL:WaterPump_3_S_ICP .

IBAL:WaterPump_3_VFD_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 3 VFD OCP" ;
    s223:cnx IBAL:WaterPump_3_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_3_VFD ;
    s223:mapsTo IBAL:WaterPump_3_S_OCP .

IBAL:WaterPump_4_VFD_ICP a s223:InletConnectionPoint ;
    rdfs:label "WaterPump 4 VFD ICP" ;
    s223:cnx IBAL:WaterPump_4_VFD ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_4_VFD ;
    s223:mapsTo IBAL:WaterPump_4_S_ICP .

IBAL:WaterPump_4_VFD_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 4 VFD OCP" ;
    s223:cnx IBAL:WaterPump_4_VFD ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_4_VFD ;
    s223:mapsTo IBAL:WaterPump_4_S_OCP .

IBAL:WaterPump_5_VFD_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 5 VFD ICP" ;
    s223:cnx IBAL:WaterPump_5_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_5_VFD ;
    s223:mapsTo IBAL:WaterPump_5_S_ICP .

IBAL:WaterPump_5_VFD_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water Pump 5 VFD OCP" ;
    s223:cnx IBAL:WaterPump_5_VFD ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:WaterPump_5_VFD ;
    s223:mapsTo IBAL:WaterPump_5_S_OCP .

IBAL:ahu2_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 out rtd" ;
    s223:hasExternalReference IBAL:ahu2_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu2_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 p down" ;
    s223:hasExternalReference IBAL:ahu2_p_down_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/IN_H2O> .

IBAL:ahu2_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "ahu2 vfd" ;
    s223:hasExternalReference IBAL:ahu2_vfd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ch1_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "ch1 on" ;
    s223:hasExternalReference IBAL:ch1_on_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ch2_c_in_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "ch2 c in rtd" ;
    s223:hasExternalReference IBAL:ch2_c_in_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:d15_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d15 pos fb" ;
    s223:hasExternalReference IBAL:d15_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:d16_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d16 pos fb" ;
    s223:hasExternalReference IBAL:d16_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:pump1_power a s223:QuantifiableObservableProperty ;
    rdfs:label "pump1 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:pump2_power a s223:QuantifiableObservableProperty ;
    rdfs:label "pump2 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:pump3_power a s223:QuantifiableObservableProperty ;
    rdfs:label "pump3 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:pump4_power a s223:QuantifiableObservableProperty ;
    rdfs:label "pump4 power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:v13_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v13 pos c" ;
    s223:hasExternalReference IBAL:v13_pos_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v13_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v13 pos fb" ;
    s223:hasExternalReference IBAL:v13_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v7_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v7 pos c" ;
    s223:hasExternalReference IBAL:v7_pos_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav1_f a s223:QuantifiableObservableProperty ;
    rdfs:label "VAV1 F" ;
    s223:hasExternalReference IBAL:vav1_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:vav1_heat_c a bacnet:AnalogOutputObject,
        s223:QuantifiableActuatableProperty ;
    rdfs:label "vav1 heat c" ;
    s223:hasExternalReference IBAL:vav1_heat_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav1_heat_power a s223:QuantifiableObservableProperty ;
    rdfs:label "vav1 heat power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:vav1_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "vav1 out rtd" ;
    s223:hasAspect s223:Role-Discharge ;
    s223:hasExternalReference IBAL:vav1_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav1_t_in a s223:QuantifiableObservableProperty ;
    rdfs:label "vav1 t in" ;
    s223:hasExternalReference IBAL:vav1_t_in_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav2_f a s223:QuantifiableObservableProperty ;
    rdfs:label "vav2 f" ;
    s223:hasExternalReference IBAL:vav2_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:vav2_heat_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "vav2 heat c" ;
    s223:hasExternalReference IBAL:vav2_heat_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav2_heat_power a s223:QuantifiableObservableProperty ;
    rdfs:label "vav2 heat power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:vav2_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "vav2 out rtd" ;
    s223:hasExternalReference IBAL:vav2_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav2_t_in a s223:QuantifiableObservableProperty ;
    rdfs:label "vav2 t in" ;
    s223:hasExternalReference IBAL:vav2_t_in_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav3_heat_power a s223:QuantifiableObservableProperty ;
    rdfs:label "vav3 heat power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:vav4_heat_power a s223:QuantifiableObservableProperty ;
    rdfs:label "vav4 heat power" ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:zs1_t_sp_f a s223:QuantifiableProperty ;
    rdfs:label "zs1 t sp f" ;
    s223:hasExternalReference IBAL:zs1_t_sp_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs2_t_sp_f a s223:QuantifiableProperty ;
    rdfs:label "zs2 t sp f" ;
    s223:hasExternalReference IBAL:zs2_t_sp_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs3_t_sp_f a s223:QuantifiableProperty ;
    rdfs:label "zs3 t sp f" ;
    s223:hasExternalReference IBAL:zs3_t_sp_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs4_t_sp_f a s223:QuantifiableProperty ;
    rdfs:label "zs4 t sp f" ;
    s223:hasExternalReference IBAL:zs4_t_sp_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:AHU_1_E2_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 1 E2 ICP" ;
    s223:cnx IBAL:AHU_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_1_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 1 E ICP" ;
    s223:cnx IBAL:AHU_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_2_E2_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 2 E2 ICP" ;
    s223:cnx IBAL:AHU_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_2_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 2 E ICP" ;
    s223:cnx IBAL:AHU_2 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_3_E2_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 3 E2 ICP" ;
    s223:cnx IBAL:AHU_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:AHU_3_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 3 E ICP" ;
    s223:cnx IBAL:AHU_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:AHU_3_G_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 3 G ICP" ;
    s223:cnx IBAL:AHU_3 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:AHU_3_G_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 3 G OCP" ;
    s223:cnx IBAL:AHU_3 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:HEC1_LowerICP a s223:InletConnectionPoint ;
    rdfs:label "HEC1 Lower ICP" ;
    s223:cnx IBAL:ChillerHEC1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC1 ;
    s223:pairedConnectionPoint IBAL:HEC1_LowerOCP .

IBAL:HEC1_LowerOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEC1 Lower OCP" ;
    s223:cnx IBAL:ChillerHEC1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC1 ;
    s223:pairedConnectionPoint IBAL:HEC1_LowerICP .

IBAL:HEC1_UpperICP a s223:InletConnectionPoint ;
    rdfs:label "HEC1 Upper ICP" ;
    s223:cnx IBAL:ChillerHEC1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC1 ;
    s223:mapsTo IBAL:Chiller_1_Upper_ICP ;
    s223:pairedConnectionPoint IBAL:HEC1_UpperOCP .

IBAL:HEC1_UpperOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEC1 Upper OCP" ;
    s223:cnx IBAL:ChillerHEC1 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:ChillerHEC1 ;
    s223:mapsTo IBAL:Chiller_1_Upper_OCP ;
    s223:pairedConnectionPoint IBAL:HEC1_UpperICP .

IBAL:HEC2_LowerICP a s223:InletConnectionPoint ;
    rdfs:label "HEC2 Lower ICP" ;
    s223:cnx IBAL:ChillerHEC2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC2 ;
    s223:pairedConnectionPoint IBAL:HEC2_LowerOCP .

IBAL:HEC2_LowerOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEC2 Lower OCP" ;
    s223:cnx IBAL:ChillerHEC2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC2 ;
    s223:pairedConnectionPoint IBAL:HEC2_LowerICP .

IBAL:HEC2_UpperICP a s223:InletConnectionPoint ;
    rdfs:label "HEC2 Upper ICP" ;
    s223:cnx IBAL:ChillerHEC2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC2 ;
    s223:mapsTo IBAL:Chiller_2_Upper_ICP ;
    s223:pairedConnectionPoint IBAL:HEC2_UpperOCP .

IBAL:HEC2_UpperOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEC2 Upper OCP" ;
    s223:cnx IBAL:ChillerHEC2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEC2 ;
    s223:mapsTo IBAL:Chiller_2_Upper_OCP ;
    s223:pairedConnectionPoint IBAL:HEC2_UpperICP .

IBAL:HEE1_LowerICP a s223:InletConnectionPoint ;
    rdfs:label "HEE1 Lower ICP" ;
    s223:cnx IBAL:ChillerHEE1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE1 ;
    s223:mapsTo IBAL:Chiller_1_Lower_ICP ;
    s223:pairedConnectionPoint IBAL:HEE1_LowerOCP .

IBAL:HEE1_LowerOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEE1 Lower OCP" ;
    s223:cnx IBAL:ChillerHEE1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE1 ;
    s223:mapsTo IBAL:Chiller_1_Lower_OCP ;
    s223:pairedConnectionPoint IBAL:HEE1_LowerICP .

IBAL:HEE1_UpperICP a s223:InletConnectionPoint ;
    rdfs:label "HEE1 Upper ICP" ;
    s223:cnx IBAL:ChillerHEE1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE1 ;
    s223:pairedConnectionPoint IBAL:HEE1_UpperOCP .

IBAL:HEE1_UpperOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEE1 Upper OCP" ;
    s223:cnx IBAL:ChillerHEE1 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE1 ;
    s223:pairedConnectionPoint IBAL:HEE1_UpperICP .

IBAL:HEE2_LowerICP a s223:InletConnectionPoint ;
    rdfs:label "HEE2 Lower ICP" ;
    s223:cnx IBAL:ChillerHEE2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE2 ;
    s223:mapsTo IBAL:Chiller_2_Lower_ICP ;
    s223:pairedConnectionPoint IBAL:HEE2_LowerOCP .

IBAL:HEE2_LowerOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEE2 Lower OCP" ;
    s223:cnx IBAL:ChillerHEE2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE2 ;
    s223:mapsTo IBAL:Chiller_2_Lower_OCP ;
    s223:pairedConnectionPoint IBAL:HEE2_LowerICP .

IBAL:HEE2_UpperICP a s223:InletConnectionPoint ;
    rdfs:label "HEE2 Upper ICP" ;
    s223:cnx IBAL:ChillerHEE2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE2 ;
    s223:pairedConnectionPoint IBAL:HEE2_UpperOCP .

IBAL:HEE2_UpperOCP a s223:OutletConnectionPoint ;
    rdfs:label "HEE2 Upper OCP" ;
    s223:cnx IBAL:ChillerHEE2 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ChillerHEE2 ;
    s223:pairedConnectionPoint IBAL:HEE2_UpperICP .

IBAL:Jnc50_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc50 ICP1" ;
    s223:cnx IBAL:Junction_50 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_50 .

IBAL:Jnc54_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc54 ICP" ;
    s223:cnx IBAL:Junction_54 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_54 .

IBAL:VAV_1_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 1 E ICP" ;
    s223:cnx IBAL:VAV_1 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_1 .

IBAL:VAV_2_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 2 E ICP" ;
    s223:cnx IBAL:VAV_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_2 .

IBAL:VAV_3_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 3 E ICP" ;
    s223:cnx IBAL:VAV_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_3 .

IBAL:VAV_4_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 4 E ICP" ;
    s223:cnx IBAL:VAV_4 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VAV_4 .

IBAL:WaterPump_1_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 1 S ICP" ;
    s223:cnx IBAL:WaterPump_1 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_1 .

IBAL:WaterPump_1_S_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 1 S OCP" ;
    s223:cnx IBAL:WaterPump_1 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_1 .

IBAL:WaterPump_2_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 2 S ICP" ;
    s223:cnx IBAL:WaterPump_2 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_2 .

IBAL:WaterPump_2_S_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 2 S OCP" ;
    s223:cnx IBAL:WaterPump_2 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_2 .

IBAL:WaterPump_3_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 3 S ICP" ;
    s223:cnx IBAL:WaterPump_3 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_3 .

IBAL:WaterPump_3_S_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 3 S OCP" ;
    s223:cnx IBAL:WaterPump_3 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_3 .

IBAL:WaterPump_4_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 4 S ICP" ;
    s223:cnx IBAL:WaterPump_4 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_4 .

IBAL:WaterPump_4_S_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 4 S OCP" ;
    s223:cnx IBAL:WaterPump_4 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_4 .

IBAL:WaterPump_5_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 5 S ICP" ;
    s223:cnx IBAL:WaterPump_5 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_5 .

IBAL:WaterPump_5_S_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 5 S OCP" ;
    s223:cnx IBAL:WaterPump_5 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:WaterPump_5 .

IBAL:ahu1_fan_power a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU1 Fan Power" ;
    s223:hasExternalReference IBAL:ahu1_fan_power_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:ahu1_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 Out RTD" ;
    s223:hasExternalReference IBAL:ahu1_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ahu1_p_down a s223:QuantifiableObservableProperty ;
    rdfs:label "AHU 1 P Down" ;
    s223:hasExternalReference IBAL:ahu1_p_down_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/IN_H2O> .

IBAL:ahu2_fan_power a s223:QuantifiableObservableProperty ;
    rdfs:label "ahu2 fan power" ;
    s223:hasExternalReference IBAL:ahu2_fan_power_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:ch1_f_c a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 f c" ;
    s223:hasExternalReference IBAL:ch1_f_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ch1_f_e a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 f e" ;
    s223:hasExternalReference IBAL:ch1_f_e_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ch2_f_c a s223:QuantifiableObservableProperty ;
    rdfs:label "ch2 f c" ;
    s223:hasExternalReference IBAL:ch2_f_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ch2_f_e a s223:QuantifiableObservableProperty ;
    rdfs:label "ch2 f e" ;
    s223:hasExternalReference IBAL:ch2_f_e_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> .

IBAL:ch2_on a s223:QuantifiableActuatableProperty ;
    rdfs:label "ch2 on" ;
    s223:hasExternalReference IBAL:ch2_on_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:d15_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d15 pos c" ;
    s223:hasExternalReference IBAL:d15_pos_c_bac ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:d16_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d16 pos c" ;
    s223:hasExternalReference IBAL:d16_pos_c_bac ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/A> .

IBAL:d17_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d17 pos fb" ;
    s223:hasExternalReference IBAL:d17_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:d18_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "d18 pos fb" ;
    s223:hasExternalReference IBAL:d18_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v12_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v12 pos c" ;
    s223:hasExternalReference IBAL:v12_pos_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v12_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v12 pos fb" ;
    s223:hasExternalReference IBAL:v12_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v18_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v18 pos c" ;
    s223:hasExternalReference IBAL:v18_pos_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v19_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v19 pos c" ;
    s223:hasExternalReference IBAL:v19_pos_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v6_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "v6 pos c" ;
    s223:hasExternalReference IBAL:v6_pos_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:v6_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v6 pos fb" ;
    s223:hasExternalReference IBAL:v6_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav3_f a s223:QuantifiableObservableProperty ;
    rdfs:label "vav3 f" ;
    s223:hasExternalReference IBAL:vav3_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:vav3_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "vav3 out rtd" ;
    s223:hasExternalReference IBAL:vav3_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav3_t_in a s223:QuantifiableObservableProperty ;
    rdfs:label "vav3 t in" ;
    s223:hasExternalReference IBAL:vav3_t_in_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav4_f a s223:QuantifiableObservableProperty ;
    rdfs:label "vav4 f" ;
    s223:hasExternalReference IBAL:vav4_f_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> .

IBAL:vav4_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "vav4 out rtd" ;
    s223:hasExternalReference IBAL:vav4_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:vav4_t_in a s223:QuantifiableObservableProperty ;
    rdfs:label "vav4 t in" ;
    s223:hasExternalReference IBAL:vav4_t_in_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs1_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs1_out_rtd" ;
    s223:hasExternalReference IBAL:zs1_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs2_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs2 out rtd" ;
    s223:hasExternalReference IBAL:zs2_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs3_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs3 out rtd" ;
    s223:hasExternalReference IBAL:zs3_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:zs4_out_rtd a s223:QuantifiableObservableProperty ;
    rdfs:label "zs4_out_rtd" ;
    s223:hasExternalReference IBAL:zs4_out_rtd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:CC_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "CC 1 ICP" ;
    s223:cnx IBAL:AHU_1_Connection_2,
        IBAL:CoolingCoil_1 ;
    s223:connectsThrough IBAL:AHU_1_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:CoolingCoil_1 .

IBAL:CC_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label " CC 1 OCP" ;
    s223:cnx IBAL:AHU_1_Connection_4,
        IBAL:CoolingCoil_1 ;
    s223:connectsThrough IBAL:AHU_1_Connection_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:CoolingCoil_1 .

IBAL:CC_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "CC 2 ICP" ;
    s223:cnx IBAL:AHU_2_Connection_2,
        IBAL:CoolingCoil_2 ;
    s223:connectsThrough IBAL:AHU_2_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:CoolingCoil_2 .

IBAL:CC_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label " CC 2 OCP" ;
    s223:cnx IBAL:AHU_2_Connection_4,
        IBAL:CoolingCoil_2 ;
    s223:connectsThrough IBAL:AHU_2_Connection_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:CoolingCoil_2 .

IBAL:CC_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label " CC 3 OCP" ;
    s223:cnx IBAL:AHU_3_Connection_2,
        IBAL:CoolingCoil_3 ;
    s223:connectsThrough IBAL:AHU_3_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:CoolingCoil_3 .

IBAL:Damper_10_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 10 ICP" ;
    s223:cnx IBAL:MotorizedDamper_10,
        IBAL:Segment_26 ;
    s223:connectsThrough IBAL:Segment_26 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_10 .

IBAL:Damper_10_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 10 OCP" ;
    s223:cnx IBAL:MotorizedDamper_10,
        IBAL:Segment_29 ;
    s223:connectsThrough IBAL:Segment_29 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_10 .

IBAL:Damper_11_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 11 ICP" ;
    s223:cnx IBAL:MotorizedDamper_11,
        IBAL:Segment_39 ;
    s223:connectsThrough IBAL:Segment_39 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_11 .

IBAL:Damper_11_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 11 OCP" ;
    s223:cnx IBAL:MotorizedDamper_11,
        IBAL:Segment_35 ;
    s223:connectsThrough IBAL:Segment_35 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_11 .

IBAL:Damper_12_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 12 ICP" ;
    s223:cnx IBAL:MotorizedDamper_12,
        IBAL:Segment_20 ;
    s223:connectsThrough IBAL:Segment_20 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_12 .

IBAL:Damper_12_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 12 OCP" ;
    s223:cnx IBAL:MotorizedDamper_12,
        IBAL:Segment_37 ;
    s223:connectsThrough IBAL:Segment_37 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_12 .

IBAL:Damper_13_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 13 ICP" ;
    s223:cnx IBAL:MotorizedDamper_13,
        IBAL:Segment_38 ;
    s223:connectsThrough IBAL:Segment_38 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_13 .

IBAL:Damper_13_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 13 OCP" ;
    s223:cnx IBAL:MotorizedDamper_13,
        IBAL:Segment_41 ;
    s223:connectsThrough IBAL:Segment_41 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_13 .

IBAL:Damper_14_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 14 ICP" ;
    s223:cnx IBAL:MotorizedDamper_14,
        IBAL:Segment_23 ;
    s223:connectsThrough IBAL:Segment_23 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_14 .

IBAL:Damper_14_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 14 OCP" ;
    s223:cnx IBAL:MotorizedDamper_14,
        IBAL:Segment_40 ;
    s223:connectsThrough IBAL:Segment_40 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_14 .

IBAL:Damper_15_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 15 ICP" ;
    s223:cnx IBAL:MotorizedDamper_15,
        IBAL:Segment_45 ;
    s223:connectsThrough IBAL:Segment_45 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_15 .

IBAL:Damper_15_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 15 OCP" ;
    s223:cnx IBAL:MotorizedDamper_15,
        IBAL:Segment_43 ;
    s223:connectsThrough IBAL:Segment_43 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_15 .

IBAL:Damper_16_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 16 ICP" ;
    s223:cnx IBAL:MotorizedDamper_16,
        IBAL:Segment_46 ;
    s223:connectsThrough IBAL:Segment_46 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_16 .

IBAL:Damper_16_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 16 OCP" ;
    s223:cnx IBAL:MotorizedDamper_16,
        IBAL:Segment_47 ;
    s223:connectsThrough IBAL:Segment_47 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_16 .

IBAL:Damper_17_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 17 ICP" ;
    s223:cnx IBAL:MotorizedDamper_17,
        IBAL:Segment_48 ;
    s223:connectsThrough IBAL:Segment_48 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_17 .

IBAL:Damper_18_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 18 ICP" ;
    s223:cnx IBAL:MotorizedDamper_18,
        IBAL:Segment_49 ;
    s223:connectsThrough IBAL:Segment_49 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_18 .

IBAL:Damper_18_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 18 OCP" ;
    s223:cnx IBAL:MotorizedDamper_18,
        IBAL:Segment_50 ;
    s223:connectsThrough IBAL:Segment_50 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_18 .

IBAL:Damper_19_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 19 OCP" ;
    s223:cnx IBAL:MotorizedDamper_19,
        IBAL:Segment_51 ;
    s223:connectsThrough IBAL:Segment_51 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_19 .

IBAL:Damper_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 1 OCP" ;
    s223:cnx IBAL:MotorizedDamper_1,
        IBAL:VAV_1_Connection_1 ;
    s223:connectsThrough IBAL:VAV_1_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_1 .

IBAL:Damper_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 2 OCP" ;
    s223:cnx IBAL:MotorizedDamper_2,
        IBAL:VAV_2_Connection_1 ;
    s223:connectsThrough IBAL:VAV_2_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_2 .

IBAL:Damper_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 3 OCP" ;
    s223:cnx IBAL:MotorizedDamper_3,
        IBAL:VAV_3_Connection_1 ;
    s223:connectsThrough IBAL:VAV_3_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_3 .

IBAL:Damper_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 4 OCP" ;
    s223:cnx IBAL:MotorizedDamper_4,
        IBAL:VAV_4_Connection_1 ;
    s223:connectsThrough IBAL:VAV_4_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_4 .

IBAL:Damper_5_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 5 ICP" ;
    s223:cnx IBAL:MotorizedDamper_5,
        IBAL:Segment_5 ;
    s223:connectsThrough IBAL:Segment_5 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_5 .

IBAL:Damper_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 5 OCP" ;
    s223:cnx IBAL:MotorizedDamper_5,
        IBAL:Segment_6 ;
    s223:connectsThrough IBAL:Segment_6 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_5 .

IBAL:Damper_6_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 6 ICP" ;
    s223:cnx IBAL:MotorizedDamper_6,
        IBAL:Segment_21 ;
    s223:connectsThrough IBAL:Segment_21 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_6 .

IBAL:Damper_7_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 7 ICP" ;
    s223:cnx IBAL:Exhaust_Fan_1_Connection_2,
        IBAL:MotorizedDamper_7 ;
    s223:connectsThrough IBAL:Exhaust_Fan_1_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_7 .

IBAL:Damper_7_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 7 OCP" ;
    s223:cnx IBAL:MotorizedDamper_7,
        IBAL:Segment_32 ;
    s223:connectsThrough IBAL:Segment_32 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_7 .

IBAL:Damper_8_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 8 ICP" ;
    s223:cnx IBAL:MotorizedDamper_8,
        IBAL:Segment_24 ;
    s223:connectsThrough IBAL:Segment_24 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_8 .

IBAL:Damper_8_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 8 OCP" ;
    s223:cnx IBAL:MotorizedDamper_8,
        IBAL:Segment_28 ;
    s223:connectsThrough IBAL:Segment_28 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_8 .

IBAL:Damper_9_ICP a s223:InletConnectionPoint ;
    rdfs:label "Damper 9 ICP" ;
    s223:cnx IBAL:Exhaust_Fan_2_Connection_2,
        IBAL:MotorizedDamper_9 ;
    s223:connectsThrough IBAL:Exhaust_Fan_2_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_9 .

IBAL:Damper_9_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 9 OCP" ;
    s223:cnx IBAL:MotorizedDamper_9,
        IBAL:Segment_33 ;
    s223:connectsThrough IBAL:Segment_33 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_9 .

IBAL:Fan_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 1 ICP" ;
    s223:cnx IBAL:AHU_1_Connection_3,
        IBAL:Fan_1 ;
    s223:connectsThrough IBAL:AHU_1_Connection_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_1 .

IBAL:Fan_1_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 1 S ICP" ;
    s223:cnx IBAL:Fan_1,
        IBAL:Fan_1_VFD_1 ;
    s223:connectsThrough IBAL:Fan_1_VFD_1 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:Fan_1 .

IBAL:Fan_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 2 ICP" ;
    s223:cnx IBAL:AHU_2_Connection_3,
        IBAL:Fan_2 ;
    s223:connectsThrough IBAL:AHU_2_Connection_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_2 .

IBAL:Fan_2_S_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 2 S ICP" ;
    s223:cnx IBAL:Fan_2,
        IBAL:Fan_2_VFD_2 ;
    s223:connectsThrough IBAL:Fan_2_VFD_2 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:Fan_2 .

IBAL:Fan_3_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 3 E ICP" ;
    s223:cnx IBAL:Fan_3,
        IBAL:Fan_3_VFD_3 ;
    s223:connectsThrough IBAL:Fan_3_VFD_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:Fan_3 .

IBAL:Fan_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Fan 3 OCP" ;
    s223:cnx IBAL:Exhaust_Fan_1_Connection_2,
        IBAL:Fan_3 ;
    s223:connectsThrough IBAL:Exhaust_Fan_1_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_3 .

IBAL:Fan_4_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 4 E ICP" ;
    s223:cnx IBAL:Fan_4,
        IBAL:Fan_4_VFD_4 ;
    s223:connectsThrough IBAL:Fan_4_VFD_4 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:Fan_4 .

IBAL:Fan_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 4 ICP" ;
    s223:cnx IBAL:Fan_4,
        IBAL:Segment_30 ;
    s223:connectsThrough IBAL:Segment_30 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_4 .

IBAL:Fan_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Fan 4 OCP" ;
    s223:cnx IBAL:Exhaust_Fan_2_Connection_2,
        IBAL:Fan_4 ;
    s223:connectsThrough IBAL:Exhaust_Fan_2_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_4 .

IBAL:Fan_5_E_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 5 E ICP" ;
    s223:cnx IBAL:Fan_5,
        IBAL:Fan_5_VFD_5 ;
    s223:connectsThrough IBAL:Fan_5_VFD_5 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:Fan_5 .

IBAL:Fan_5_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 5 ICP" ;
    s223:cnx IBAL:AHU_3_Connection_3,
        IBAL:Fan_5 ;
    s223:connectsThrough IBAL:AHU_3_Connection_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_5 .

IBAL:Filter_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Filter 1 ICP" ;
    s223:cnx IBAL:AHU_1_Connection_4,
        IBAL:Filter_1 ;
    s223:connectsThrough IBAL:AHU_1_Connection_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Filter_1 .

IBAL:Filter_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Filter 1 OCP" ;
    s223:cnx IBAL:AHU_1_Connection_3,
        IBAL:Filter_1 ;
    s223:connectsThrough IBAL:AHU_1_Connection_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Filter_1 .

IBAL:Filter_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "Filter 2 ICP" ;
    s223:cnx IBAL:AHU_2_Connection_4,
        IBAL:Filter_2 ;
    s223:connectsThrough IBAL:AHU_2_Connection_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Filter_2 .

IBAL:Filter_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Filter 2 OCP" ;
    s223:cnx IBAL:AHU_2_Connection_3,
        IBAL:Filter_2 ;
    s223:connectsThrough IBAL:AHU_2_Connection_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Filter_2 .

IBAL:HC_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 1 OCP" ;
    s223:cnx IBAL:AHU_1_Connection_2,
        IBAL:HeatingCoil_1 ;
    s223:connectsThrough IBAL:AHU_1_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_1 .

IBAL:HC_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 2 ICP" ;
    s223:cnx IBAL:HeatingCoil_2,
        IBAL:VAV_1_Connection_1 ;
    s223:connectsThrough IBAL:VAV_1_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_2 .

IBAL:HC_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 3 ICP" ;
    s223:cnx IBAL:HeatingCoil_3,
        IBAL:VAV_2_Connection_1 ;
    s223:connectsThrough IBAL:VAV_2_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_3 .

IBAL:HC_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 4 ICP" ;
    s223:cnx IBAL:HeatingCoil_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_4 ;
    s223:mapsTo IBAL:AHU_2_ICP .

IBAL:HC_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 4 OCP" ;
    s223:cnx IBAL:AHU_2_Connection_2,
        IBAL:HeatingCoil_4 ;
    s223:connectsThrough IBAL:AHU_2_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_4 .

IBAL:HC_5_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 5 ICP" ;
    s223:cnx IBAL:HeatingCoil_5,
        IBAL:VAV_3_Connection_1 ;
    s223:connectsThrough IBAL:VAV_3_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_5 .

IBAL:HC_6_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 6 ICP" ;
    s223:cnx IBAL:HeatingCoil_6,
        IBAL:VAV_4_Connection_1 ;
    s223:connectsThrough IBAL:VAV_4_Connection_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_6 .

IBAL:HC_7_ICP a s223:InletConnectionPoint ;
    rdfs:label "HC 7 ICP" ;
    s223:cnx IBAL:AHU_3_Connection_2,
        IBAL:HeatingCoil_7 ;
    s223:connectsThrough IBAL:AHU_3_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_7 .

IBAL:HC_7_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HC 7OCP" ;
    s223:cnx IBAL:AHU_3_Connection_3,
        IBAL:HeatingCoil_7 ;
    s223:connectsThrough IBAL:AHU_3_Connection_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HeatingCoil_7 .

IBAL:HVAC_Space_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HVAC Space1 OCP" ;
    s223:cnx IBAL:HVACSpace_1,
        IBAL:Segment_12 ;
    s223:connectsThrough IBAL:Segment_12 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_1 .

IBAL:HVAC_Space_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HVAC Space2 OCP" ;
    s223:cnx IBAL:HVACSpace_2,
        IBAL:Segment_14 ;
    s223:connectsThrough IBAL:Segment_14 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_2 .

IBAL:HVAC_Space_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HVAC Space 3 OCP" ;
    s223:cnx IBAL:HVACSpace_3,
        IBAL:Segment_16 ;
    s223:connectsThrough IBAL:Segment_16 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_3 .

IBAL:HVAC_Space_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "HVAC Space 4 OCP" ;
    s223:cnx IBAL:HVACSpace_4,
        IBAL:Segment_18 ;
    s223:connectsThrough IBAL:Segment_18 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_4 .

IBAL:Jnc1-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc1-ICP" ;
    s223:cnx IBAL:Junction_1,
        IBAL:Segment_1 ;
    s223:connectsThrough IBAL:Segment_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_1 .

IBAL:Jnc1-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc1-OCP1" ;
    s223:cnx IBAL:Junction_1,
        IBAL:Segment_3 ;
    s223:connectsThrough IBAL:Segment_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_1 .

IBAL:Jnc1-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc1-OCP2" ;
    s223:cnx IBAL:Junction_1,
        IBAL:Segment_2 ;
    s223:connectsThrough IBAL:Segment_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_1 .

IBAL:Jnc10-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc10-ICP1" ;
    s223:cnx IBAL:Junction_10,
        IBAL:Segment_28 ;
    s223:connectsThrough IBAL:Segment_28 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_10 .

IBAL:Jnc10-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc10-ICP2" ;
    s223:cnx IBAL:Junction_10,
        IBAL:Segment_29 ;
    s223:connectsThrough IBAL:Segment_29 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_10 .

IBAL:Jnc10-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc10-OCP" ;
    s223:cnx IBAL:Junction_10,
        IBAL:Segment_30 ;
    s223:connectsThrough IBAL:Segment_30 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_10 .

IBAL:Jnc11-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc11-ICP1" ;
    s223:cnx IBAL:Junction_11,
        IBAL:Segment_33 ;
    s223:connectsThrough IBAL:Segment_33 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_11 .

IBAL:Jnc11-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc11-ICP2" ;
    s223:cnx IBAL:Junction_11,
        IBAL:Segment_32 ;
    s223:connectsThrough IBAL:Segment_32 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_11 .

IBAL:Jnc12-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc12-ICP" ;
    s223:cnx IBAL:Junction_12,
        IBAL:Segment_43 ;
    s223:connectsThrough IBAL:Segment_43 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_12 .

IBAL:Jnc12-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc12-OCP1" ;
    s223:cnx IBAL:Junction_12,
        IBAL:Segment_38 ;
    s223:connectsThrough IBAL:Segment_38 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_12 .

IBAL:Jnc12-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc12-OCP2" ;
    s223:cnx IBAL:Junction_12,
        IBAL:Segment_39 ;
    s223:connectsThrough IBAL:Segment_39 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_12 .

IBAL:Jnc13-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc13-ICP1" ;
    s223:cnx IBAL:Junction_13,
        IBAL:Segment_35 ;
    s223:connectsThrough IBAL:Segment_35 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_13 .

IBAL:Jnc13-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc13-ICP2" ;
    s223:cnx IBAL:Junction_13,
        IBAL:Segment_37 ;
    s223:connectsThrough IBAL:Segment_37 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_13 .

IBAL:Jnc13-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc13-OCP" ;
    s223:cnx IBAL:Junction_13,
        IBAL:Segment_36 ;
    s223:connectsThrough IBAL:Segment_36 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_13 .

IBAL:Jnc14-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc14-ICP1" ;
    s223:cnx IBAL:Junction_14,
        IBAL:Segment_41 ;
    s223:connectsThrough IBAL:Segment_41 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_14 .

IBAL:Jnc14-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc14-ICP2" ;
    s223:cnx IBAL:Junction_14,
        IBAL:Segment_40 ;
    s223:connectsThrough IBAL:Segment_40 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_14 .

IBAL:Jnc14-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc14-OCP" ;
    s223:cnx IBAL:Junction_14,
        IBAL:Segment_42 ;
    s223:connectsThrough IBAL:Segment_42 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_14 .

IBAL:Jnc15-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc15-ICP" ;
    s223:cnx IBAL:Junction_15,
        IBAL:Segment_44 ;
    s223:connectsThrough IBAL:Segment_44 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_15 .

IBAL:Jnc15-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc15-OCP1" ;
    s223:cnx IBAL:Junction_15,
        IBAL:Segment_45 ;
    s223:connectsThrough IBAL:Segment_45 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_15 .

IBAL:Jnc15-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc15-OCP2" ;
    s223:cnx IBAL:Junction_15,
        IBAL:Segment_46 ;
    s223:connectsThrough IBAL:Segment_46 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_15 .

IBAL:Jnc16-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc16-ICP" ;
    s223:cnx IBAL:Junction_16,
        IBAL:Segment_47 ;
    s223:connectsThrough IBAL:Segment_47 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_16 .

IBAL:Jnc16-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc16-OCP1" ;
    s223:cnx IBAL:Junction_16,
        IBAL:Segment_48 ;
    s223:connectsThrough IBAL:Segment_48 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_16 .

IBAL:Jnc16-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc16-OCP2" ;
    s223:cnx IBAL:Junction_16,
        IBAL:Segment_49 ;
    s223:connectsThrough IBAL:Segment_49 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_16 .

IBAL:Jnc17-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc17-ICP" ;
    s223:cnx IBAL:Junction_17,
        IBAL:Segment_51 ;
    s223:connectsThrough IBAL:Segment_51 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_17 .

IBAL:Jnc17-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc17-ICP2" ;
    s223:cnx IBAL:Junction_17,
        IBAL:Segment_50 ;
    s223:connectsThrough IBAL:Segment_50 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_17 .

IBAL:Jnc17-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc17-OCP" ;
    s223:cnx IBAL:Junction_17,
        IBAL:Segment_52 ;
    s223:connectsThrough IBAL:Segment_52 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_17 .

IBAL:Jnc18-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc18-ICP" ;
    s223:cnx IBAL:Junction_18,
        IBAL:Segment_101 ;
    s223:connectsThrough IBAL:Segment_101 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_18 .

IBAL:Jnc18-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc18-OCP" ;
    s223:cnx IBAL:Junction_18,
        IBAL:Segment_56 ;
    s223:connectsThrough IBAL:Segment_56 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_18 .

IBAL:Jnc18-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc18-OCP2" ;
    s223:cnx IBAL:Junction_18,
        IBAL:Segment_57 ;
    s223:connectsThrough IBAL:Segment_57 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_18 .

IBAL:Jnc19-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc19-ICP" ;
    s223:cnx IBAL:Junction_19,
        IBAL:Segment_102 ;
    s223:connectsThrough IBAL:Segment_102 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_19 .

IBAL:Jnc19-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc19-OCP" ;
    s223:cnx IBAL:Junction_19,
        IBAL:Segment_13 ;
    s223:connectsThrough IBAL:Segment_13 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_19 .

IBAL:Jnc19-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc19-OCP2" ;
    s223:cnx IBAL:Junction_19,
        IBAL:Segment_103 ;
    s223:connectsThrough IBAL:Segment_103 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_19 .

IBAL:Jnc2-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc2-ICP" ;
    s223:cnx IBAL:Junction_2,
        IBAL:Segment_3 ;
    s223:connectsThrough IBAL:Segment_3 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_2 .

IBAL:Jnc2-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc2-OCP" ;
    s223:cnx IBAL:Junction_2,
        IBAL:Segment_5 ;
    s223:connectsThrough IBAL:Segment_5 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_2 .

IBAL:Jnc2-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc2-OCP2" ;
    s223:cnx IBAL:Junction_2,
        IBAL:Segment_4 ;
    s223:connectsThrough IBAL:Segment_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_2 .

IBAL:Jnc20-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc20-ICP" ;
    s223:cnx IBAL:Junction_20,
        IBAL:Segment_60 ;
    s223:connectsThrough IBAL:Segment_60 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_20 .

IBAL:Jnc20-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc20-OCP" ;
    s223:cnx IBAL:Junction_20,
        IBAL:Segment_61 ;
    s223:connectsThrough IBAL:Segment_61 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_20 .

IBAL:Jnc21-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc21-ICP1" ;
    s223:cnx IBAL:Junction_21,
        IBAL:Segment_61 ;
    s223:connectsThrough IBAL:Segment_61 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_21 .

IBAL:Jnc21-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc21-ICP2" ;
    s223:cnx IBAL:Junction_21,
        IBAL:Segment_59 ;
    s223:connectsThrough IBAL:Segment_59 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_21 .

IBAL:Jnc21-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc21-OCP" ;
    s223:cnx IBAL:Junction_21,
        IBAL:Segment_62 ;
    s223:connectsThrough IBAL:Segment_62 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_21 .

IBAL:Jnc22-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc22-ICP" ;
    s223:cnx IBAL:Junction_22,
        IBAL:Segment_98 ;
    s223:connectsThrough IBAL:Segment_98 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_22 .

IBAL:Jnc22-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc22-OCP1" ;
    s223:cnx IBAL:Junction_22,
        IBAL:Segment_63 ;
    s223:connectsThrough IBAL:Segment_63 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_22 .

IBAL:Jnc22-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc22-OCP2" ;
    s223:cnx IBAL:Junction_22,
        IBAL:Segment_64 ;
    s223:connectsThrough IBAL:Segment_64 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_22 .

IBAL:Jnc23-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc23-ICP" ;
    s223:cnx IBAL:Junction_23,
        IBAL:Segment_62 ;
    s223:connectsThrough IBAL:Segment_62 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_23 .

IBAL:Jnc23-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc23-ICP2" ;
    s223:cnx IBAL:Junction_23,
        IBAL:Segment_107 ;
    s223:connectsThrough IBAL:Segment_107 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_23 .

IBAL:Jnc23-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc23-OCP" ;
    s223:cnx IBAL:Junction_23,
        IBAL:Segment_67 ;
    s223:connectsThrough IBAL:Segment_67 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_23 .

IBAL:Jnc24-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc24-ICP" ;
    s223:cnx IBAL:Junction_24,
        IBAL:Segment_67 ;
    s223:connectsThrough IBAL:Segment_67 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_24 .

IBAL:Jnc24-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc24-OCP1" ;
    s223:cnx IBAL:Junction_24,
        IBAL:Segment_68 ;
    s223:connectsThrough IBAL:Segment_68 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_24 .

IBAL:Jnc24-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc24-OCP2" ;
    s223:cnx IBAL:Junction_24,
        IBAL:Segment_95 ;
    s223:connectsThrough IBAL:Segment_95 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_24 .

IBAL:Jnc25-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc25-ICP" ;
    s223:cnx IBAL:Junction_25,
        IBAL:Segment_69 ;
    s223:connectsThrough IBAL:Segment_69 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_25 .

IBAL:Jnc25-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc25-OCP1" ;
    s223:cnx IBAL:Junction_25,
        IBAL:Segment_70 ;
    s223:connectsThrough IBAL:Segment_70 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_25 .

IBAL:Jnc25-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc25-OCP2" ;
    s223:cnx IBAL:Junction_25,
        IBAL:Segment_71 ;
    s223:connectsThrough IBAL:Segment_71 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_25 .

IBAL:Jnc26-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc26-ICP1" ;
    s223:cnx IBAL:Junction_26,
        IBAL:Segment_71 ;
    s223:connectsThrough IBAL:Segment_71 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_26 .

IBAL:Jnc26-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc26-ICP2" ;
    s223:cnx IBAL:Junction_26,
        IBAL:Segment_75 ;
    s223:connectsThrough IBAL:Segment_75 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_26 .

IBAL:Jnc26-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc26-OCP" ;
    s223:cnx IBAL:Junction_26,
        IBAL:Segment_76 ;
    s223:connectsThrough IBAL:Segment_76 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_26 .

IBAL:Jnc27-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc27-ICP" ;
    s223:cnx IBAL:Junction_27,
        IBAL:Segment_73 ;
    s223:connectsThrough IBAL:Segment_73 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_27 .

IBAL:Jnc27-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc27-OCP1" ;
    s223:cnx IBAL:Junction_27,
        IBAL:Segment_74 ;
    s223:connectsThrough IBAL:Segment_74 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_27 .

IBAL:Jnc27-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc27-OCP2" ;
    s223:cnx IBAL:Junction_27,
        IBAL:Segment_86 ;
    s223:connectsThrough IBAL:Segment_86 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_27 .

IBAL:Jnc28-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc28-ICP" ;
    s223:cnx IBAL:Junction_28,
        IBAL:Segment_76 ;
    s223:connectsThrough IBAL:Segment_76 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_28 .

IBAL:Jnc28-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc28-OCP1" ;
    s223:cnx IBAL:Junction_28,
        IBAL:Segment_77 ;
    s223:connectsThrough IBAL:Segment_77 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_28 .

IBAL:Jnc28-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc28-OCP2" ;
    s223:cnx IBAL:Junction_28,
        IBAL:Segment_78 ;
    s223:connectsThrough IBAL:Segment_78 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_28 .

IBAL:Jnc29-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc29-ICP" ;
    s223:cnx IBAL:Junction_29,
        IBAL:Segment_77 ;
    s223:connectsThrough IBAL:Segment_77 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_29 .

IBAL:Jnc29-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc29-OCP" ;
    s223:cnx IBAL:Junction_29,
        IBAL:Segment_79 ;
    s223:connectsThrough IBAL:Segment_79 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_29 .

IBAL:Jnc3-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc3-ICP1" ;
    s223:cnx IBAL:Junction_3,
        IBAL:Segment_6 ;
    s223:connectsThrough IBAL:Segment_6 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_3 .

IBAL:Jnc3-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc3-ICP2" ;
    s223:cnx IBAL:Junction_3,
        IBAL:Segment_8 ;
    s223:connectsThrough IBAL:Segment_8 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_3 .

IBAL:Jnc3-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc3-OCP" ;
    s223:cnx IBAL:Junction_3,
        IBAL:Segment_7 ;
    s223:connectsThrough IBAL:Segment_7 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_3 .

IBAL:Jnc30-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc30-ICP" ;
    s223:cnx IBAL:Junction_30,
        IBAL:Segment_82 ;
    s223:connectsThrough IBAL:Segment_82 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_30 .

IBAL:Jnc30-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc30-OCP" ;
    s223:cnx IBAL:Junction_30,
        IBAL:Segment_84 ;
    s223:connectsThrough IBAL:Segment_84 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_30 .

IBAL:Jnc31-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc31-ICP1" ;
    s223:cnx IBAL:Junction_31,
        IBAL:Segment_84 ;
    s223:connectsThrough IBAL:Segment_84 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_31 .

IBAL:Jnc31-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc31-ICP2" ;
    s223:cnx IBAL:Junction_31,
        IBAL:Segment_83 ;
    s223:connectsThrough IBAL:Segment_83 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_31 .

IBAL:Jnc31-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc31-OCP" ;
    s223:cnx IBAL:Junction_31,
        IBAL:Segment_85 ;
    s223:connectsThrough IBAL:Segment_85 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_31 .

IBAL:Jnc32-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc32-ICP1" ;
    s223:cnx IBAL:Junction_32,
        IBAL:Segment_87 ;
    s223:connectsThrough IBAL:Segment_87 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_32 .

IBAL:Jnc32-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc32-ICP2" ;
    s223:cnx IBAL:Junction_32,
        IBAL:Segment_85 ;
    s223:connectsThrough IBAL:Segment_85 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_32 .

IBAL:Jnc32-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc32-OCP" ;
    s223:cnx IBAL:Junction_32,
        IBAL:Segment_88 ;
    s223:connectsThrough IBAL:Segment_88 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_32 .

IBAL:Jnc33-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc33-ICP1" ;
    s223:cnx IBAL:Junction_33,
        IBAL:Segment_88 ;
    s223:connectsThrough IBAL:Segment_88 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_33 .

IBAL:Jnc33-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc33-OCP" ;
    s223:cnx IBAL:Junction_33,
        IBAL:Segment_89 ;
    s223:connectsThrough IBAL:Segment_89 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_33 .

IBAL:Jnc33-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc33-OCP2" ;
    s223:cnx IBAL:Junction_33,
        IBAL:Segment_90 ;
    s223:connectsThrough IBAL:Segment_90 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_33 .

IBAL:Jnc34-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc34-ICP" ;
    s223:cnx IBAL:Junction_34,
        IBAL:Segment_92 ;
    s223:connectsThrough IBAL:Segment_92 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_34 .

IBAL:Jnc34-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc34-OCP1" ;
    s223:cnx IBAL:Junction_34,
        IBAL:Segment_93 ;
    s223:connectsThrough IBAL:Segment_93 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_34 .

IBAL:Jnc34-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc34-OCP2" ;
    s223:cnx IBAL:Junction_34,
        IBAL:Segment_94 ;
    s223:connectsThrough IBAL:Segment_94 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_34 .

IBAL:Jnc35-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc35-ICP1" ;
    s223:cnx IBAL:Junction_35,
        IBAL:Segment_95 ;
    s223:connectsThrough IBAL:Segment_95 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_35 .

IBAL:Jnc35-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc35-ICP2" ;
    s223:cnx IBAL:Junction_35,
        IBAL:Segment_93 ;
    s223:connectsThrough IBAL:Segment_93 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_35 .

IBAL:Jnc35-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc35-OCP" ;
    s223:cnx IBAL:Junction_35,
        IBAL:Segment_96 ;
    s223:connectsThrough IBAL:Segment_96 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_35 .

IBAL:Jnc36-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc36-ICP" ;
    s223:cnx IBAL:Junction_36,
        IBAL:Segment_97 ;
    s223:connectsThrough IBAL:Segment_97 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_36 .

IBAL:Jnc36-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc36-OCP1" ;
    s223:cnx IBAL:Junction_36,
        IBAL:Segment_99 ;
    s223:connectsThrough IBAL:Segment_99 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_36 .

IBAL:Jnc36-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc36-OCP2" ;
    s223:cnx IBAL:Junction_36,
        IBAL:Segment_98 ;
    s223:connectsThrough IBAL:Segment_98 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_36 .

IBAL:Jnc37-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc37-ICP" ;
    s223:cnx IBAL:Junction_37,
        IBAL:Segment_99 ;
    s223:connectsThrough IBAL:Segment_99 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_37 .

IBAL:Jnc37-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc37-OCP1" ;
    s223:cnx IBAL:Junction_37,
        IBAL:Segment_100 ;
    s223:connectsThrough IBAL:Segment_100 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_37 .

IBAL:Jnc37-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc37-OCP2" ;
    s223:cnx IBAL:Junction_37,
        IBAL:Segment_102 ;
    s223:connectsThrough IBAL:Segment_102 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_37 .

IBAL:Jnc38-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc38-ICP" ;
    s223:cnx IBAL:Junction_38,
        IBAL:Segment_100 ;
    s223:connectsThrough IBAL:Segment_100 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_38 .

IBAL:Jnc38-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc38-OCP" ;
    s223:cnx IBAL:Junction_38,
        IBAL:Segment_101 ;
    s223:connectsThrough IBAL:Segment_101 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:Junction_38 .

IBAL:Jnc4-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc4-ICP" ;
    s223:cnx IBAL:Junction_4,
        IBAL:Segment_9 ;
    s223:connectsThrough IBAL:Segment_9 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_4 .

IBAL:Jnc4-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc4-OCP1" ;
    s223:cnx IBAL:Junction_4,
        IBAL:Segment_8 ;
    s223:connectsThrough IBAL:Segment_8 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_4 .

IBAL:Jnc4-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc4-OCP2" ;
    s223:cnx IBAL:Junction_4,
        IBAL:Segment_10 ;
    s223:connectsThrough IBAL:Segment_10 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_4 .

IBAL:Jnc40_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc40 ICP1" ;
    s223:cnx IBAL:Junction_40,
        IBAL:Segment_110 ;
    s223:connectsThrough IBAL:Segment_110 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_40 .

IBAL:Jnc40_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc40 OCP" ;
    s223:cnx IBAL:Junction_40,
        IBAL:Segment_111 ;
    s223:connectsThrough IBAL:Segment_111 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_40 .

IBAL:Jnc41_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc41 ICP1" ;
    s223:cnx IBAL:Junction_41,
        IBAL:Segment_111 ;
    s223:connectsThrough IBAL:Segment_111 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_41 .

IBAL:Jnc41_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc41 ICP2" ;
    s223:cnx IBAL:Junction_41,
        IBAL:Segment_132 ;
    s223:connectsThrough IBAL:Segment_132 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_41 .

IBAL:Jnc41_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc41 OCP" ;
    s223:cnx IBAL:Junction_41,
        IBAL:Segment_112 ;
    s223:connectsThrough IBAL:Segment_112 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_41 .

IBAL:Jnc42_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc42 ICP1" ;
    s223:cnx IBAL:Junction_42,
        IBAL:Segment_112 ;
    s223:connectsThrough IBAL:Segment_112 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_42 .

IBAL:Jnc42_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc42 ICP2" ;
    s223:cnx IBAL:Junction_42,
        IBAL:Segment_131 ;
    s223:connectsThrough IBAL:Segment_131 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_42 .

IBAL:Jnc42_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc42 OCP" ;
    s223:cnx IBAL:Junction_42,
        IBAL:Segment_113 ;
    s223:connectsThrough IBAL:Segment_113 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_42 .

IBAL:Jnc43_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc43 ICP1" ;
    s223:cnx IBAL:Junction_43,
        IBAL:Segment_113 ;
    s223:connectsThrough IBAL:Segment_113 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_43 .

IBAL:Jnc43_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc43 ICP2" ;
    s223:cnx IBAL:Junction_43,
        IBAL:Segment_137 ;
    s223:connectsThrough IBAL:Segment_137 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_43 .

IBAL:Jnc43_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc43 OCP" ;
    s223:cnx IBAL:Junction_43,
        IBAL:Segment_114 ;
    s223:connectsThrough IBAL:Segment_114 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_43 .

IBAL:Jnc44_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc44 ICP" ;
    s223:cnx IBAL:Junction_44,
        IBAL:Segment_114 ;
    s223:connectsThrough IBAL:Segment_114 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_44 .

IBAL:Jnc44_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc44 OCP1" ;
    s223:cnx IBAL:Junction_44,
        IBAL:Segment_115 ;
    s223:connectsThrough IBAL:Segment_115 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_44 .

IBAL:Jnc44_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc44 OCP2" ;
    s223:cnx IBAL:Junction_44,
        IBAL:Segment_125 ;
    s223:connectsThrough IBAL:Segment_125 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_44 .

IBAL:Jnc45_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc45 ICP" ;
    s223:cnx IBAL:Junction_45,
        IBAL:Segment_116 ;
    s223:connectsThrough IBAL:Segment_116 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_45 .

IBAL:Jnc46_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc46 ICP" ;
    s223:cnx IBAL:Junction_46,
        IBAL:Segment_119 ;
    s223:connectsThrough IBAL:Segment_119 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_46 .

IBAL:Jnc46_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc46 OCP1" ;
    s223:cnx IBAL:Junction_46,
        IBAL:Segment_118 ;
    s223:connectsThrough IBAL:Segment_118 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_46 .

IBAL:Jnc46_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc46 OCP2" ;
    s223:cnx IBAL:Junction_46,
        IBAL:Segment_129 ;
    s223:connectsThrough IBAL:Segment_129 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_46 .

IBAL:Jnc47_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc47 ICP" ;
    s223:cnx IBAL:Junction_47,
        IBAL:Segment_120 ;
    s223:connectsThrough IBAL:Segment_120 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_47 .

IBAL:Jnc47_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc47 OCP1" ;
    s223:cnx IBAL:Junction_47,
        IBAL:Segment_119 ;
    s223:connectsThrough IBAL:Segment_119 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_47 .

IBAL:Jnc47_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc47 OCP2" ;
    s223:cnx IBAL:Junction_47,
        IBAL:Segment_127 ;
    s223:connectsThrough IBAL:Segment_127 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_47 .

IBAL:Jnc48_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc48 ICP" ;
    s223:cnx IBAL:Junction_48,
        IBAL:Segment_121 ;
    s223:connectsThrough IBAL:Segment_121 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_48 .

IBAL:Jnc48_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc48 OCP1" ;
    s223:cnx IBAL:Junction_48,
        IBAL:Segment_120 ;
    s223:connectsThrough IBAL:Segment_120 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_48 .

IBAL:Jnc48_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc48 OCP2" ;
    s223:cnx IBAL:Junction_48,
        IBAL:Segment_133 ;
    s223:connectsThrough IBAL:Segment_133 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_48 .

IBAL:Jnc49_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc49 ICP1" ;
    s223:cnx IBAL:Junction_49,
        IBAL:Segment_123 ;
    s223:connectsThrough IBAL:Segment_123 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_49 .

IBAL:Jnc49_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc49 ICP2" ;
    s223:cnx IBAL:Junction_49,
        IBAL:Segment_125 ;
    s223:connectsThrough IBAL:Segment_125 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_49 .

IBAL:Jnc49_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc49 OCP" ;
    s223:cnx IBAL:Junction_49,
        IBAL:Segment_122 ;
    s223:connectsThrough IBAL:Segment_122 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_49 .

IBAL:Jnc5-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc5-ICP1" ;
    s223:cnx IBAL:Junction_5,
        IBAL:Segment_12 ;
    s223:connectsThrough IBAL:Segment_12 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_5 .

IBAL:Jnc5-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc5-ICP2" ;
    s223:cnx IBAL:Junction_5,
        IBAL:Segment_14 ;
    s223:connectsThrough IBAL:Segment_14 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_5 .

IBAL:Jnc5-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc5-OCP" ;
    s223:cnx IBAL:Junction_5,
        IBAL:Segment_19 ;
    s223:connectsThrough IBAL:Segment_19 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_5 .

IBAL:Jnc50_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc50 OCP1" ;
    s223:cnx IBAL:Junction_50,
        IBAL:Segment_123 ;
    s223:connectsThrough IBAL:Segment_123 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_50 .

IBAL:Jnc50_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc50 OCP2" ;
    s223:cnx IBAL:Junction_50,
        IBAL:Segment_126 ;
    s223:connectsThrough IBAL:Segment_126 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_50 .

IBAL:Jnc51_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc51 ICP" ;
    s223:cnx IBAL:Junction_51,
        IBAL:Segment_133 ;
    s223:connectsThrough IBAL:Segment_133 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:Junction_51 .

IBAL:Jnc51_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc51 OCP1" ;
    s223:cnx IBAL:Junction_51,
        IBAL:Segment_134 ;
    s223:connectsThrough IBAL:Segment_134 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_51 .

IBAL:Jnc51_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc51 OCP2" ;
    s223:cnx IBAL:Junction_51,
        IBAL:Segment_138 ;
    s223:connectsThrough IBAL:Segment_138 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_51 .

IBAL:Jnc52_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc52 ICP" ;
    s223:cnx IBAL:Junction_52,
        IBAL:Segment_142 ;
    s223:connectsThrough IBAL:Segment_142 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_52 .

IBAL:Jnc52_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc52 OCP1" ;
    s223:cnx IBAL:Junction_52,
        IBAL:Segment_143 ;
    s223:connectsThrough IBAL:Segment_143 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_52 .

IBAL:Jnc52_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc52 OCP2" ;
    s223:cnx IBAL:Junction_52,
        IBAL:Segment_144 ;
    s223:connectsThrough IBAL:Segment_144 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_52 .

IBAL:Jnc53_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc53 ICP1" ;
    s223:cnx IBAL:Junction_53,
        IBAL:Segment_141 ;
    s223:connectsThrough IBAL:Segment_141 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_53 .

IBAL:Jnc53_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc53 ICP2" ;
    s223:cnx IBAL:Junction_53,
        IBAL:Segment_150 ;
    s223:connectsThrough IBAL:Segment_150 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_53 .

IBAL:Jnc54_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc54 OCP1" ;
    s223:cnx IBAL:Junction_54,
        IBAL:Segment_142 ;
    s223:connectsThrough IBAL:Segment_142 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_54 .

IBAL:Jnc54_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc54 OCP2" ;
    s223:cnx IBAL:Junction_54,
        IBAL:Segment_148 ;
    s223:connectsThrough IBAL:Segment_148 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_54 .

IBAL:Jnc55_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc55 ICP" ;
    s223:cnx IBAL:Junction_55,
        IBAL:Segment_148 ;
    s223:connectsThrough IBAL:Segment_148 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_55 .

IBAL:Jnc55_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc55 OCP1" ;
    s223:cnx IBAL:Junction_55,
        IBAL:Segment_153 ;
    s223:connectsThrough IBAL:Segment_153 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_55 .

IBAL:Jnc56_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc56 ICP1" ;
    s223:cnx IBAL:Junction_56,
        IBAL:Segment_152 ;
    s223:connectsThrough IBAL:Segment_152 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_56 .

IBAL:Jnc56_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc56 OCP" ;
    s223:cnx IBAL:Junction_56,
        IBAL:Segment_150 ;
    s223:connectsThrough IBAL:Segment_150 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_56 .

IBAL:Jnc57_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc57 ICP" ;
    s223:cnx IBAL:Junction_57,
        IBAL:Segment_153 ;
    s223:connectsThrough IBAL:Segment_153 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_57 .

IBAL:Jnc57_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc57 OCP1" ;
    s223:cnx IBAL:Junction_57,
        IBAL:Segment_154 ;
    s223:connectsThrough IBAL:Segment_154 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_57 .

IBAL:Jnc57_OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc57 OCP2" ;
    s223:cnx IBAL:Junction_57,
        IBAL:Segment_155 ;
    s223:connectsThrough IBAL:Segment_155 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Junction_57 .

IBAL:Jnc6-ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Jnc6-ICP1" ;
    s223:cnx IBAL:Junction_6,
        IBAL:Segment_16 ;
    s223:connectsThrough IBAL:Segment_16 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_6 .

IBAL:Jnc6-ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Jnc6-ICP2" ;
    s223:cnx IBAL:Junction_6,
        IBAL:Segment_18 ;
    s223:connectsThrough IBAL:Segment_18 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_6 .

IBAL:Jnc6-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc6-OCP" ;
    s223:cnx IBAL:Junction_6,
        IBAL:Segment_22 ;
    s223:connectsThrough IBAL:Segment_22 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_6 .

IBAL:Jnc7-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc7-ICP" ;
    s223:cnx IBAL:Junction_7,
        IBAL:Segment_19 ;
    s223:connectsThrough IBAL:Segment_19 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_7 .

IBAL:Jnc7-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc7-OCP1" ;
    s223:cnx IBAL:Junction_7,
        IBAL:Segment_20 ;
    s223:connectsThrough IBAL:Segment_20 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_7 .

IBAL:Jnc7-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc7-OCP2" ;
    s223:cnx IBAL:Junction_7,
        IBAL:Segment_21 ;
    s223:connectsThrough IBAL:Segment_21 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_7 .

IBAL:Jnc8-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc8-ICP" ;
    s223:cnx IBAL:Junction_8,
        IBAL:Segment_22 ;
    s223:connectsThrough IBAL:Segment_22 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_8 .

IBAL:Jnc8-OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc8-OCP1" ;
    s223:cnx IBAL:Junction_8,
        IBAL:Segment_23 ;
    s223:connectsThrough IBAL:Segment_23 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_8 .

IBAL:Jnc8-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc8-OCP2" ;
    s223:cnx IBAL:Junction_8,
        IBAL:Segment_24 ;
    s223:connectsThrough IBAL:Segment_24 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_8 .

IBAL:Jnc9-ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc9-ICP" ;
    s223:cnx IBAL:Junction_9,
        IBAL:Segment_25 ;
    s223:connectsThrough IBAL:Segment_25 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_9 .

IBAL:Jnc9-OCP a s223:OutletConnectionPoint ;
    rdfs:label "Jnc9-OCP" ;
    s223:cnx IBAL:Junction_9,
        IBAL:Segment_26 ;
    s223:connectsThrough IBAL:Segment_26 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_9 .

IBAL:Jnc9-OCP2 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc9-OCP2" ;
    s223:cnx IBAL:Junction_9,
        IBAL:Segment_27 ;
    s223:connectsThrough IBAL:Segment_27 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Junction_9 .

IBAL:Jnc_39_ICP a s223:InletConnectionPoint ;
    rdfs:label "Jnc 39 ICP" ;
    s223:cnx IBAL:Junction_39,
        IBAL:Segment_118 ;
    s223:connectsThrough IBAL:Segment_118 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_39 .

IBAL:Jnc_39_OCP1 a s223:OutletConnectionPoint ;
    rdfs:label "Jnc 39 OCP1" ;
    s223:cnx IBAL:Junction_39,
        IBAL:Segment_108 ;
    s223:connectsThrough IBAL:Segment_108 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Junction_39 .

IBAL:ManualTwoWayValve_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 1 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_1,
        IBAL:Segment_57 ;
    s223:connectsThrough IBAL:Segment_57 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_1 .

IBAL:ManualTwoWayValve_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 1 OCP" ;
    s223:cnx IBAL:CC_2_Bypass_Connection,
        IBAL:ManualTwoWayValve_1 ;
    s223:connectsThrough IBAL:CC_2_Bypass_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_1 .

IBAL:ManualTwoWayValve_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 2 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_2,
        IBAL:Segment_13 ;
    s223:connectsThrough IBAL:Segment_13 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_2 .

IBAL:ManualTwoWayValve_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 2 OCP" ;
    s223:cnx IBAL:CC_1_Bypass_Connection,
        IBAL:ManualTwoWayValve_2 ;
    s223:connectsThrough IBAL:CC_1_Bypass_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_2 .

IBAL:ManualTwoWayValve_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 3 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_3,
        IBAL:Segment_64 ;
    s223:connectsThrough IBAL:Segment_64 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_3 .

IBAL:ManualTwoWayValve_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 3 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_3,
        IBAL:PlateHeatExchange_1_Bypass_Connection ;
    s223:connectsThrough IBAL:PlateHeatExchange_1_Bypass_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_3 .

IBAL:ManualTwoWayValve_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 4 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_4,
        IBAL:Segment_74 ;
    s223:connectsThrough IBAL:Segment_74 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_4 .

IBAL:ManualTwoWayValve_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 4 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_4,
        IBAL:Segment_75 ;
    s223:connectsThrough IBAL:Segment_75 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_4 .

IBAL:ManualTwoWayValve_5_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 5 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_5,
        IBAL:Segment_86 ;
    s223:connectsThrough IBAL:Segment_86 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_5 .

IBAL:ManualTwoWayValve_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 5 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_5,
        IBAL:Segment_87 ;
    s223:connectsThrough IBAL:Segment_87 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_5 .

IBAL:ManualTwoWayValve_6_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 6 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_6,
        IBAL:Segment_138 ;
    s223:connectsThrough IBAL:Segment_138 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_6 .

IBAL:ManualTwoWayValve_6_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 6 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_6,
        IBAL:Segment_139 ;
    s223:connectsThrough IBAL:Segment_139 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_6 .

IBAL:ManualTwoWayValve_7_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 7 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_7,
        IBAL:Segment_136 ;
    s223:connectsThrough IBAL:Segment_136 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_7 .

IBAL:ManualTwoWayValve_7_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 7 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_7,
        IBAL:Segment_137 ;
    s223:connectsThrough IBAL:Segment_137 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_7 .

IBAL:ManualTwoWayValve_8_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 8 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_8,
        IBAL:Segment_144 ;
    s223:connectsThrough IBAL:Segment_144 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_8 .

IBAL:ManualTwoWayValve_8_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 8 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_8,
        IBAL:Segment_145 ;
    s223:connectsThrough IBAL:Segment_145 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_8 .

IBAL:ManualTwoWayValve_9_ICP a s223:InletConnectionPoint ;
    rdfs:label "Manual two way valve 9 ICP" ;
    s223:cnx IBAL:ManualTwoWayValve_9,
        IBAL:Segment_155 ;
    s223:connectsThrough IBAL:Segment_155 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_9 .

IBAL:ManualTwoWayValve_9_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Manual two way valve 9 OCP" ;
    s223:cnx IBAL:ManualTwoWayValve_9,
        IBAL:Segment_156 ;
    s223:connectsThrough IBAL:Segment_156 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:ManualTwoWayValve_9 .

IBAL:MotorizedThreeWayValve_1_ICP_1 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 1 ICP 1" ;
    s223:cnx IBAL:MotorizedThreeWayValve_1,
        IBAL:Segment_105 ;
    s223:connectsThrough IBAL:Segment_105 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_1 .

IBAL:MotorizedThreeWayValve_1_ICP_2 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 1 ICP 2" ;
    s223:cnx IBAL:CC_1_Bypass_Connection,
        IBAL:MotorizedThreeWayValve_1 ;
    s223:connectsThrough IBAL:CC_1_Bypass_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_1 .

IBAL:MotorizedThreeWayValve_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Motorized three way valve 1 OCP" ;
    s223:cnx IBAL:MotorizedThreeWayValve_1,
        IBAL:Segment_59 ;
    s223:connectsThrough IBAL:Segment_59 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_1 .

IBAL:MotorizedThreeWayValve_2_ICP_1 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 2 ICP 1" ;
    s223:cnx IBAL:MotorizedThreeWayValve_2,
        IBAL:Segment_106 ;
    s223:connectsThrough IBAL:Segment_106 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_2 .

IBAL:MotorizedThreeWayValve_2_ICP_2 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 2 ICP 2" ;
    s223:cnx IBAL:CC_2_Bypass_Connection,
        IBAL:MotorizedThreeWayValve_2 ;
    s223:connectsThrough IBAL:CC_2_Bypass_Connection ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_2 .

IBAL:MotorizedThreeWayValve_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Motorized three way valve 2 OCP" ;
    s223:cnx IBAL:MotorizedThreeWayValve_2,
        IBAL:Segment_60 ;
    s223:connectsThrough IBAL:Segment_60 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_2 .

IBAL:MotorizedThreeWayValve_3_ICP_1 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 3 ICP 1" ;
    s223:cnx IBAL:MotorizedThreeWayValve_3,
        IBAL:PlateHeatExchange_1_Connection ;
    s223:connectsThrough IBAL:PlateHeatExchange_1_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_3 .

IBAL:MotorizedThreeWayValve_3_ICP_2 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 3 ICP 2" ;
    s223:cnx IBAL:MotorizedThreeWayValve_3,
        IBAL:PlateHeatExchange_1_Bypass_Connection ;
    s223:connectsThrough IBAL:PlateHeatExchange_1_Bypass_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_3 .

IBAL:MotorizedThreeWayValve_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Motorized three way valve 3 OCP" ;
    s223:cnx IBAL:MotorizedThreeWayValve_3,
        IBAL:Segment_107 ;
    s223:connectsThrough IBAL:Segment_107 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_3 .

IBAL:MotorizedThreeWayValve_4_ICP_1 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 4 ICP 1" ;
    s223:cnx IBAL:MotorizedThreeWayValve_4,
        IBAL:Segment_68 ;
    s223:connectsThrough IBAL:Segment_68 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_4 .

IBAL:MotorizedThreeWayValve_4_ICP_2 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 4 ICP 2" ;
    s223:cnx IBAL:MotorizedThreeWayValve_4,
        IBAL:Segment_94 ;
    s223:connectsThrough IBAL:Segment_94 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_4 .

IBAL:MotorizedThreeWayValve_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Motorized three way valve 4 OCP" ;
    s223:cnx IBAL:MotorizedThreeWayValve_4,
        IBAL:Segment_69 ;
    s223:connectsThrough IBAL:Segment_69 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_4 .

IBAL:MotorizedThreeWayValve_5_ICP_1 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 5 ICP 1" ;
    s223:cnx IBAL:MotorizedThreeWayValve_5,
        IBAL:Segment_104 ;
    s223:connectsThrough IBAL:Segment_104 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_5 .

IBAL:MotorizedThreeWayValve_5_ICP_2 a s223:InletConnectionPoint ;
    rdfs:label "Motorized three way valve 5 ICP 2" ;
    s223:cnx IBAL:MotorizedThreeWayValve_5,
        IBAL:Segment_90 ;
    s223:connectsThrough IBAL:Segment_90 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_5 .

IBAL:MotorizedThreeWayValve_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Motorized three way valve 5 OCP" ;
    s223:cnx IBAL:MotorizedThreeWayValve_5,
        IBAL:Segment_92 ;
    s223:connectsThrough IBAL:Segment_92 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_5 .

IBAL:ThermalStorage_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Thermal Storage 1 ICP" ;
    s223:cnx IBAL:Segment_89,
        IBAL:ThermalStorage_1 ;
    s223:connectsThrough IBAL:Segment_89 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:ThermalStorage_1 .

IBAL:ThermalStorage_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Thermal Storage 1 OCP" ;
    s223:cnx IBAL:Segment_104,
        IBAL:ThermalStorage_1 ;
    s223:connectsThrough IBAL:Segment_104 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:ThermalStorage_1 .

IBAL:VFD_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VFD 1 OCP" ;
    s223:cnx IBAL:Fan_1_VFD_1,
        IBAL:VFD_1 ;
    s223:connectsThrough IBAL:Fan_1_VFD_1 ;
    s223:hasMedium s223:Electricity-Signal ;
    s223:isConnectionPointOf IBAL:VFD_1 .

IBAL:VFD_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VFD 2 OCP" ;
    s223:cnx IBAL:Fan_2_VFD_2,
        IBAL:VFD_2 ;
    s223:connectsThrough IBAL:Fan_2_VFD_2 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_2 .

IBAL:VFD_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VFD 3 OCP" ;
    s223:cnx IBAL:Fan_3_VFD_3,
        IBAL:VFD_3 ;
    s223:connectsThrough IBAL:Fan_3_VFD_3 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_3 .

IBAL:VFD_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VFD 4 OCP" ;
    s223:cnx IBAL:Fan_4_VFD_4,
        IBAL:VFD_4 ;
    s223:connectsThrough IBAL:Fan_4_VFD_4 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_4 .

IBAL:VFD_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VFD 5 OCP" ;
    s223:cnx IBAL:Fan_5_VFD_5,
        IBAL:VFD_5 ;
    s223:connectsThrough IBAL:Fan_5_VFD_5 ;
    s223:hasMedium s223:Constituent-Electricity ;
    s223:isConnectionPointOf IBAL:VFD_5 .

IBAL:Valve11_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Valve11 ICP1" ;
    s223:cnx IBAL:Segment_151,
        IBAL:Valve11 ;
    s223:connectsThrough IBAL:Segment_151 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Valve11 .

IBAL:Valve11_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Valve11 ICP2" ;
    s223:cnx IBAL:Segment_156,
        IBAL:Valve11 ;
    s223:connectsThrough IBAL:Segment_156 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Valve11 .

IBAL:Valve1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Valve1 ICP" ;
    s223:cnx IBAL:Segment_109,
        IBAL:Valve1 ;
    s223:connectsThrough IBAL:Segment_109 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve1 .

IBAL:Valve1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve1 OCP" ;
    s223:cnx IBAL:Segment_110,
        IBAL:Valve1 ;
    s223:connectsThrough IBAL:Segment_110 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve1 .

IBAL:Valve3_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Valve3 ICP1" ;
    s223:cnx IBAL:Segment_115,
        IBAL:Valve3 ;
    s223:connectsThrough IBAL:Segment_115 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve3 .

IBAL:Valve3_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Valve3 ICP2" ;
    s223:cnx IBAL:Segment_126,
        IBAL:Valve3 ;
    s223:connectsThrough IBAL:Segment_126 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve3 .

IBAL:Valve3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve3 OCP" ;
    s223:cnx IBAL:Segment_116,
        IBAL:Valve3 ;
    s223:connectsThrough IBAL:Segment_116 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve3 .

IBAL:Valve4_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Valve4 ICP1" ;
    s223:cnx IBAL:Segment_140,
        IBAL:Valve4 ;
    s223:connectsThrough IBAL:Segment_140 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Valve4 .

IBAL:Valve4_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Valve4 ICP2" ;
    s223:cnx IBAL:Segment_145,
        IBAL:Valve4 ;
    s223:connectsThrough IBAL:Segment_145 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Valve4 .

IBAL:Valve4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve4 OCP" ;
    s223:cnx IBAL:Segment_141,
        IBAL:Valve4 ;
    s223:connectsThrough IBAL:Segment_141 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Valve4 .

IBAL:Valve5_ICP1 a s223:InletConnectionPoint ;
    rdfs:label "Valve5 ICP1" ;
    s223:cnx IBAL:Segment_135,
        IBAL:Valve5 ;
    s223:connectsThrough IBAL:Segment_135 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve5 .

IBAL:Valve5_ICP2 a s223:InletConnectionPoint ;
    rdfs:label "Valve5 ICP2" ;
    s223:cnx IBAL:Segment_139,
        IBAL:Valve5 ;
    s223:connectsThrough IBAL:Segment_139 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve5 .

IBAL:Valve5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve5 OCP" ;
    s223:cnx IBAL:Segment_136,
        IBAL:Valve5 ;
    s223:connectsThrough IBAL:Segment_136 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve5 .

IBAL:Valve6_ICP a s223:InletConnectionPoint ;
    rdfs:label "Valve6 ICP" ;
    s223:cnx IBAL:Segment_128,
        IBAL:Valve6 ;
    s223:connectsThrough IBAL:Segment_128 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve6 .

IBAL:Valve6_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve6 OCP" ;
    s223:cnx IBAL:Segment_131,
        IBAL:Valve6 ;
    s223:connectsThrough IBAL:Segment_131 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve6 .

IBAL:Valve7_ICP a s223:InletConnectionPoint ;
    rdfs:label "Valve7 ICP" ;
    s223:cnx IBAL:Segment_130,
        IBAL:Valve7 ;
    s223:connectsThrough IBAL:Segment_130 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve7 .

IBAL:Valve7_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Valve7 OCP" ;
    s223:cnx IBAL:Segment_132,
        IBAL:Valve7 ;
    s223:connectsThrough IBAL:Segment_132 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:Valve7 .

IBAL:Vavle11_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Vavle11 OCP" ;
    s223:cnx IBAL:Segment_152,
        IBAL:Valve11 ;
    s223:connectsThrough IBAL:Segment_152 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:Valve11 .

IBAL:WaterPump_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 1 ICP" ;
    s223:cnx IBAL:HeatExchange_Connection,
        IBAL:WaterPump_1 ;
    s223:connectsThrough IBAL:HeatExchange_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_1 .

IBAL:WaterPump_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 1 OCP" ;
    s223:cnx IBAL:Segment_73,
        IBAL:WaterPump_1 ;
    s223:connectsThrough IBAL:Segment_73 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_1 .

IBAL:WaterPump_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 2 ICP" ;
    s223:cnx IBAL:Chiller_1_Lower_Connection,
        IBAL:WaterPump_2 ;
    s223:connectsThrough IBAL:Chiller_1_Lower_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_2 .

IBAL:WaterPump_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 2 OCP" ;
    s223:cnx IBAL:Segment_83,
        IBAL:WaterPump_2 ;
    s223:connectsThrough IBAL:Segment_83 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_2 .

IBAL:WaterPump_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 3 ICP" ;
    s223:cnx IBAL:Chiller_2_Lower_Connection,
        IBAL:WaterPump_3 ;
    s223:connectsThrough IBAL:Chiller_2_Lower_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_3 .

IBAL:WaterPump_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 3 OCP" ;
    s223:cnx IBAL:Segment_82,
        IBAL:WaterPump_3 ;
    s223:connectsThrough IBAL:Segment_82 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_3 .

IBAL:WaterPump_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 4 ICP" ;
    s223:cnx IBAL:Segment_96,
        IBAL:WaterPump_4 ;
    s223:connectsThrough IBAL:Segment_96 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_4 .

IBAL:WaterPump_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 4 OCP" ;
    s223:cnx IBAL:Segment_97,
        IBAL:WaterPump_4 ;
    s223:connectsThrough IBAL:Segment_97 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterPump_4 .

IBAL:WaterPump_5_ICP a s223:InletConnectionPoint ;
    rdfs:label "Water pump 5 ICP" ;
    s223:cnx IBAL:Segment_122,
        IBAL:WaterPump_5 ;
    s223:connectsThrough IBAL:Segment_122 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:WaterPump_5 .

IBAL:WaterPump_5_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Water pump 5 OCP" ;
    s223:cnx IBAL:Segment_121,
        IBAL:WaterPump_5 ;
    s223:connectsThrough IBAL:Segment_121 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:WaterPump_5 .

IBAL:ahu1_vfd a s223:QuantifiableActuatableProperty ;
    rdfs:label "ahu1 vfd" ;
    s223:hasExternalReference IBAL:ahu1_vfd_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:ch1_power a s223:QuantifiableObservableProperty ;
    rdfs:label "ch1 power" ;
    s223:hasExternalReference IBAL:ch1_power_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:ch1_t_sp a s223:QuantifiableActuatableProperty ;
    rdfs:label "ch1 t sp" ;
    s223:hasExternalReference IBAL:ch1_t_sp_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:ch2_power a s223:QuantifiableObservableProperty ;
    rdfs:label "ch2 power" ;
    s223:hasExternalReference IBAL:ch2_power_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/W> .

IBAL:ch2_t_sp a s223:QuantifiableActuatableProperty ;
    rdfs:label "ch2 t sp" ;
    s223:hasExternalReference IBAL:ch2_t_sp_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> .

IBAL:v7_pos_fb a s223:QuantifiableActuatableProperty ;
    rdfs:label "v7 pos fb" ;
    s223:hasExternalReference IBAL:v7_pos_fb_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav3_heat_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "vav3 heat c" ;
    s223:hasExternalReference IBAL:vav3_heat_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:vav4_heat_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "vav4 heat c" ;
    s223:hasExternalReference IBAL:vav4_heat_c_xref ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:AHU_1_G_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 1 G ICP" ;
    s223:cnx IBAL:AHU_1,
        IBAL:Segment_103 ;
    s223:connectsThrough IBAL:Segment_103 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_1_G_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 1 G OCP" ;
    s223:cnx IBAL:AHU_1,
        IBAL:Segment_105 ;
    s223:connectsThrough IBAL:Segment_105 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 1 OCP" ;
    s223:cnx IBAL:AHU_1,
        IBAL:Segment_1 ;
    s223:connectsThrough IBAL:Segment_1 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_2_G_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 2 G ICP" ;
    s223:cnx IBAL:AHU_2,
        IBAL:Segment_56 ;
    s223:connectsThrough IBAL:Segment_56 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_2_G_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 2 G OCP" ;
    s223:cnx IBAL:AHU_2,
        IBAL:Segment_106 ;
    s223:connectsThrough IBAL:Segment_106 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 2 ICP" ;
    s223:cnx IBAL:AHU_2,
        IBAL:Segment_42 ;
    s223:connectsThrough IBAL:Segment_42 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 2 OCP" ;
    s223:cnx IBAL:AHU_2,
        IBAL:Segment_9 ;
    s223:connectsThrough IBAL:Segment_9 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:AHU_2 .

IBAL:AHU_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "AHU 3 OCP" ;
    s223:cnx IBAL:AHU_3,
        IBAL:Segment_44 ;
    s223:connectsThrough IBAL:Segment_44 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:Chiller_1_Lower_ICP a s223:InletConnectionPoint ;
    rdfs:label "Chiller 1 Lower ICP" ;
    s223:cnx IBAL:Segment_78,
        IBAL:WaterChiller_1 ;
    s223:connectsThrough IBAL:Segment_78 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterChiller_1 .

IBAL:Chiller_1_Lower_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Chiller 1 Lower OCP" ;
    s223:cnx IBAL:Chiller_1_Lower_Connection,
        IBAL:WaterChiller_1 ;
    s223:connectsThrough IBAL:Chiller_1_Lower_Connection ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:WaterChiller_1 .

IBAL:Chiller_1_Upper_ICP a s223:InletConnectionPoint ;
    rdfs:label "Chiller 1 Upper ICP" ;
    s223:cnx IBAL:Segment_129,
        IBAL:WaterChiller_1 ;
    s223:connectsThrough IBAL:Segment_129 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterChiller_1 .

IBAL:Chiller_1_Upper_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Chiller 1 Upper OCP" ;
    s223:cnx IBAL:Segment_130,
        IBAL:WaterChiller_1 ;
    s223:connectsThrough IBAL:Segment_130 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:WaterChiller_1 .

IBAL:Chiller_2_Lower_ICP a s223:InletConnectionPoint ;
    rdfs:label "Chiller 2 Lower ICP" ;
    s223:cnx IBAL:Segment_79,
        IBAL:WaterChiller_2 ;
    s223:connectsThrough IBAL:Segment_79 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterChiller_2 .

IBAL:Chiller_2_Lower_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Chiller 2 Lower OCP" ;
    s223:cnx IBAL:Chiller_2_Lower_Connection,
        IBAL:WaterChiller_2 ;
    s223:connectsThrough IBAL:Chiller_2_Lower_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterChiller_2 .

IBAL:Chiller_2_Upper_ICP a s223:InletConnectionPoint ;
    rdfs:label "Chiller 2 Upper ICP" ;
    s223:cnx IBAL:Segment_127,
        IBAL:WaterChiller_2 ;
    s223:connectsThrough IBAL:Segment_127 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:WaterChiller_2 .

IBAL:Chiller_2_Upper_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Chiller 2 Upper OCP" ;
    s223:cnx IBAL:Segment_128,
        IBAL:WaterChiller_2 ;
    s223:connectsThrough IBAL:Segment_128 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:WaterChiller_2 .

IBAL:Damper_6_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Damper 6 OCP" ;
    s223:cnx IBAL:Fan_3_ICP,
        IBAL:MotorizedDamper_6,
        IBAL:Segment_25 ;
    s223:connectsThrough IBAL:Segment_25 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:MotorizedDamper_6 .

IBAL:Fan_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "Fan 3 ICP" ;
    s223:cnx IBAL:Damper_6_OCP,
        IBAL:Fan_3,
        IBAL:Segment_27 ;
    s223:connectsThrough IBAL:Segment_27 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:Fan_3 .

IBAL:HVAC_Space_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "HVAC Space 1 ICP" ;
    s223:cnx IBAL:HVACSpace_1,
        IBAL:VAV_1_Connection_2 ;
    s223:connectsThrough IBAL:VAV_1_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_1 .

IBAL:HVAC_Space_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "HVAC Space 2 ICP" ;
    s223:cnx IBAL:HVACSpace_2,
        IBAL:VAV_2_Connection_2 ;
    s223:connectsThrough IBAL:VAV_2_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_2 .

IBAL:HVAC_Space_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "HVAC Space 3 ICP" ;
    s223:cnx IBAL:HVACSpace_3,
        IBAL:VAV_3_Connection_2 ;
    s223:connectsThrough IBAL:VAV_3_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_3 .

IBAL:HVAC_Space_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "HVAC Space 4 ICP" ;
    s223:cnx IBAL:HVACSpace_4,
        IBAL:VAV_4_Connection_2 ;
    s223:connectsThrough IBAL:VAV_4_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:HVACSpace_4 .

IBAL:PlateHeatExchange_1_Lower_ICP a s223:InletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 1 Lower ICP" ;
    s223:cnx IBAL:PlateHeatExchanger_1,
        IBAL:Segment_63 ;
    s223:connectsThrough IBAL:Segment_63 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_1 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_1_Lower_OCP .

IBAL:PlateHeatExchange_1_Lower_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 1 Lower OCP" ;
    s223:cnx IBAL:PlateHeatExchange_1_Connection,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectsThrough IBAL:PlateHeatExchange_1_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_1 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_1_Lower_ICP .

IBAL:PlateHeatExchange_1_Upper_ICP a s223:InletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 1 Upper ICP" ;
    s223:cnx IBAL:PlateHeatExchanger_1,
        IBAL:Segment_154 ;
    s223:connectsThrough IBAL:Segment_154 ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_1 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_1_Upper_OCP .

IBAL:PlateHeatExchange_1_Upper_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 1 Upper OCP" ;
    s223:cnx IBAL:PlateHeatExchanger_1,
        IBAL:Segment_151 ;
    s223:connectsThrough IBAL:Segment_151 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_1 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_1_Upper_ICP .

IBAL:PlateHeatExchange_2_Lower_ICP a s223:InletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 2 Lower ICP" ;
    s223:cnx IBAL:PlateHeatExchanger_2,
        IBAL:Segment_70 ;
    s223:connectsThrough IBAL:Segment_70 ;
    s223:hasMedium s223:Water-GlycolSolution ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_2 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_2_Lower_OCP .

IBAL:PlateHeatExchange_2_Lower_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 2 Lower OCP" ;
    s223:cnx IBAL:HeatExchange_Connection,
        IBAL:PlateHeatExchanger_2 ;
    s223:connectsThrough IBAL:HeatExchange_Connection ;
    s223:hasMedium s223:Fluid-Water ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_2 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_2_Lower_ICP .

IBAL:PlateHeatExchange_2_Upper_ICP a s223:InletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 2 Upper ICP" ;
    s223:cnx IBAL:PlateHeatExchanger_2,
        IBAL:Segment_108 ;
    s223:connectsThrough IBAL:Segment_108 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_2 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_2_Upper_OCP .

IBAL:PlateHeatExchange_2_Upper_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Plate Heat Exchange 2 Upper OCP" ;
    s223:cnx IBAL:PlateHeatExchanger_2,
        IBAL:Segment_109 ;
    s223:connectsThrough IBAL:Segment_109 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_2 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_2_Upper_ICP .

IBAL:PlateHeatExchange_3_Lower_ICP a s223:InletConnectionPoint ;
    rdfs:label "Plate heat exchange 3 Lower ICP" ;
    s223:cnx IBAL:PlateHeatExchanger_3,
        IBAL:Segment_134 ;
    s223:connectsThrough IBAL:Segment_134 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_3 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_3_Lower_OCP .

IBAL:PlateHeatExchange_3_Lower_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Plate heat exchange 3 Lower OCP" ;
    s223:cnx IBAL:PlateHeatExchanger_3,
        IBAL:Segment_135 ;
    s223:connectsThrough IBAL:Segment_135 ;
    s223:hasMedium s223:Water-ChilledWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_3 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_3_Lower_ICP .

IBAL:PlateHeatExchange_3_Upper_ICP a s223:InletConnectionPoint ;
    rdfs:label "Plate heat exchange 3 Upper ICP" ;
    s223:cnx IBAL:PlateHeatExchanger_3,
        IBAL:Segment_143 ;
    s223:connectsThrough IBAL:Segment_143 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_3 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_3_Upper_OCP .

IBAL:PlateHeatExchange_3_Upper_OCP a s223:OutletConnectionPoint ;
    rdfs:label "Plate heat exchange 3 Upper OCP" ;
    s223:cnx IBAL:PlateHeatExchanger_3,
        IBAL:Segment_140 ;
    s223:connectsThrough IBAL:Segment_140 ;
    s223:hasMedium s223:Water-HotWater ;
    s223:isConnectionPointOf IBAL:PlateHeatExchanger_3 ;
    s223:pairedConnectionPoint IBAL:PlateHeatExchange_3_Upper_ICP .

IBAL:VAV_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 1 ICP" ;
    s223:cnx IBAL:Segment_2,
        IBAL:VAV_1 ;
    s223:connectsThrough IBAL:Segment_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_1 .

IBAL:VAV_1_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 1 OCP" ;
    s223:cnx IBAL:VAV_1,
        IBAL:VAV_1_Connection_2 ;
    s223:connectsThrough IBAL:VAV_1_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_1 .

IBAL:VAV_2_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 2 ICP" ;
    s223:cnx IBAL:Segment_4,
        IBAL:VAV_2 ;
    s223:connectsThrough IBAL:Segment_4 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_2 .

IBAL:VAV_2_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 2 OCP" ;
    s223:cnx IBAL:VAV_2,
        IBAL:VAV_2_Connection_2 ;
    s223:connectsThrough IBAL:VAV_2_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_2 .

IBAL:VAV_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 3 ICP" ;
    s223:cnx IBAL:Segment_7,
        IBAL:VAV_3 ;
    s223:connectsThrough IBAL:Segment_7 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_3 .

IBAL:VAV_3_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 3 OCP" ;
    s223:cnx IBAL:VAV_3,
        IBAL:VAV_3_Connection_2 ;
    s223:connectsThrough IBAL:VAV_3_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_3 .

IBAL:VAV_4_ICP a s223:InletConnectionPoint ;
    rdfs:label "VAV 4 ICP" ;
    s223:cnx IBAL:Segment_10,
        IBAL:VAV_4 ;
    s223:connectsThrough IBAL:Segment_10 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_4 .

IBAL:VAV_4_OCP a s223:OutletConnectionPoint ;
    rdfs:label "VAV 4 OCP" ;
    s223:cnx IBAL:VAV_4,
        IBAL:VAV_4_Connection_2 ;
    s223:connectsThrough IBAL:VAV_4_Connection_2 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:VAV_4 .

IBAL:Valve2 a s223:Valve ;
    rdfs:label "Valve2" ;
    s223:cnx IBAL:Valve2_ICP,
        IBAL:Valve2_OCP ;
    s223:hasConnectionPoint IBAL:Valve2_ICP,
        IBAL:Valve2_OCP .

IBAL:d17_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d17 pos c" ;
    s223:hasExternalReference IBAL:d17_pos_c_bac ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:AHU_1_Connection_4 a s223:Connection ;
    rdfs:label "AHU 1 Connection 4" ;
    s223:cnx IBAL:CC_1_OCP,
        IBAL:Filter_1_ICP ;
    s223:connectsAt IBAL:CC_1_OCP,
        IBAL:Filter_1_ICP ;
    s223:connectsFrom IBAL:CoolingCoil_1 ;
    s223:connectsTo IBAL:Filter_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_2_Connection_4 a s223:Connection ;
    rdfs:label "AHU 2 Connection 4" ;
    s223:cnx IBAL:CC_2_OCP,
        IBAL:Filter_2_ICP ;
    s223:connectsAt IBAL:CC_2_OCP,
        IBAL:Filter_2_ICP ;
    s223:connectsFrom IBAL:CoolingCoil_2 ;
    s223:connectsTo IBAL:Filter_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_3_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 3 ICP" ;
    s223:cnx IBAL:AHU_3,
        IBAL:Segment_52 ;
    s223:connectsThrough IBAL:Segment_52 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:AHU_3 .

IBAL:CC_1_Bypass_Connection a s223:Connection ;
    rdfs:label "CC 1 Bypass Connection" ;
    s223:cnx IBAL:ManualTwoWayValve_2_OCP,
        IBAL:MotorizedThreeWayValve_1_ICP_2 ;
    s223:connectsAt IBAL:ManualTwoWayValve_2_OCP,
        IBAL:MotorizedThreeWayValve_1_ICP_2 ;
    s223:connectsFrom IBAL:ManualTwoWayValve_2 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_1 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:CC_2_Bypass_Connection a s223:Connection ;
    rdfs:label "CC 2 Bypass Connection" ;
    s223:cnx IBAL:ManualTwoWayValve_1_OCP,
        IBAL:MotorizedThreeWayValve_2_ICP_2 ;
    s223:connectsAt IBAL:ManualTwoWayValve_1_OCP,
        IBAL:MotorizedThreeWayValve_2_ICP_2 ;
    s223:connectsFrom IBAL:ManualTwoWayValve_1 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Fan_1_VFD_1 a s223:Connection ;
    rdfs:label "Fan 1 to VFD 1" ;
    s223:cnx IBAL:Fan_1_S_ICP,
        IBAL:VFD_1_OCP ;
    s223:connectsAt IBAL:Fan_1_S_ICP,
        IBAL:VFD_1_OCP ;
    s223:connectsFrom IBAL:VFD_1 ;
    s223:connectsTo IBAL:Fan_1 ;
    s223:hasMedium s223:Electricity-Signal .

IBAL:Fan_2_VFD_2 a s223:Connection ;
    rdfs:label "Fan 2 VFD 2" ;
    s223:cnx IBAL:Fan_2_S_ICP,
        IBAL:VFD_2_OCP ;
    s223:connectsAt IBAL:Fan_2_S_ICP,
        IBAL:VFD_2_OCP ;
    s223:connectsFrom IBAL:VFD_2 ;
    s223:connectsTo IBAL:Fan_2 ;
    s223:hasMedium s223:Constituent-Electricity .

IBAL:Fan_3_VFD_3 a s223:Connection ;
    rdfs:label "Fan 3 VFD 3" ;
    s223:cnx IBAL:Fan_3_E_ICP,
        IBAL:VFD_3_OCP ;
    s223:connectsAt IBAL:Fan_3_E_ICP,
        IBAL:VFD_3_OCP ;
    s223:connectsFrom IBAL:VFD_3 ;
    s223:connectsTo IBAL:Fan_3 ;
    s223:hasMedium s223:Constituent-Electricity .

IBAL:Fan_4_VFD_4 a s223:Connection ;
    rdfs:label "Fan 4 VFD 4" ;
    s223:cnx IBAL:Fan_4_E_ICP,
        IBAL:VFD_4_OCP ;
    s223:connectsAt IBAL:Fan_4_E_ICP,
        IBAL:VFD_4_OCP ;
    s223:connectsFrom IBAL:VFD_4 ;
    s223:connectsTo IBAL:Fan_4 ;
    s223:hasMedium s223:Constituent-Electricity .

IBAL:Fan_5_VFD_5 a s223:Connection ;
    rdfs:label "Fan 5 VFD 5" ;
    s223:cnx IBAL:Fan_5_E_ICP,
        IBAL:VFD_5_OCP ;
    s223:connectsAt IBAL:Fan_5_E_ICP,
        IBAL:VFD_5_OCP ;
    s223:connectsFrom IBAL:VFD_5 ;
    s223:connectsTo IBAL:Fan_5 ;
    s223:hasMedium s223:Constituent-Electricity .

IBAL:PlateHeatExchange_1_Bypass_Connection a s223:Pipe ;
    rdfs:label "Plate Heat Exchange 1 Bypass Connection" ;
    s223:cnx IBAL:ManualTwoWayValve_3_OCP,
        IBAL:MotorizedThreeWayValve_3_ICP_2 ;
    s223:connectsAt IBAL:ManualTwoWayValve_3_OCP,
        IBAL:MotorizedThreeWayValve_3_ICP_2 ;
    s223:connectsFrom IBAL:ManualTwoWayValve_3 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_3 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_100 a s223:Connection ;
    rdfs:label "Segment 100" ;
    s223:cnx IBAL:Jnc37-OCP1,
        IBAL:Jnc38-ICP ;
    s223:connectsAt IBAL:Jnc37-OCP1,
        IBAL:Jnc38-ICP ;
    s223:connectsFrom IBAL:Junction_37 ;
    s223:connectsTo IBAL:Junction_38 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_101 a s223:Connection ;
    rdfs:label "Segment 101" ;
    s223:cnx IBAL:Jnc18-ICP,
        IBAL:Jnc38-OCP ;
    s223:connectsAt IBAL:Jnc18-ICP,
        IBAL:Jnc38-OCP ;
    s223:connectsFrom IBAL:Junction_38 ;
    s223:connectsTo IBAL:Junction_18 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_102 a s223:Connection ;
    rdfs:label "Segment 102" ;
    s223:cnx IBAL:Jnc19-ICP,
        IBAL:Jnc37-OCP2 ;
    s223:connectsAt IBAL:Jnc19-ICP,
        IBAL:Jnc37-OCP2 ;
    s223:connectsFrom IBAL:Junction_37 ;
    s223:connectsTo IBAL:Junction_19 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_103 a s223:Connection ;
    rdfs:label "Segment 103" ;
    s223:cnx IBAL:AHU_1_G_ICP,
        IBAL:Jnc19-OCP2 ;
    s223:connectsAt IBAL:AHU_1_G_ICP,
        IBAL:Jnc19-OCP2 ;
    s223:connectsFrom IBAL:Junction_19 ;
    s223:connectsTo IBAL:AHU_1 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_107 a s223:Connection ;
    rdfs:label "Segment 107" ;
    s223:cnx IBAL:Jnc23-ICP2,
        IBAL:MotorizedThreeWayValve_3_OCP ;
    s223:connectsAt IBAL:Jnc23-ICP2,
        IBAL:MotorizedThreeWayValve_3_OCP ;
    s223:connectsFrom IBAL:MotorizedThreeWayValve_3 ;
    s223:connectsTo IBAL:Junction_23 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_108 a s223:Connection ;
    rdfs:label "Segment 108" ;
    s223:cnx IBAL:Jnc_39_OCP1,
        IBAL:PlateHeatExchange_2_Upper_ICP ;
    s223:connectsAt IBAL:Jnc_39_OCP1,
        IBAL:PlateHeatExchange_2_Upper_ICP ;
    s223:connectsFrom IBAL:Junction_39 ;
    s223:connectsTo IBAL:PlateHeatExchanger_2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_111 a s223:Connection ;
    rdfs:label "Segment 111" ;
    s223:cnx IBAL:Jnc40_OCP,
        IBAL:Jnc41_ICP1 ;
    s223:connectsAt IBAL:Jnc40_OCP,
        IBAL:Jnc41_ICP1 ;
    s223:connectsFrom IBAL:Junction_40 ;
    s223:connectsTo IBAL:Junction_41 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_112 a s223:Connection ;
    rdfs:label "Segment 112" ;
    s223:cnx IBAL:Jnc41_OCP,
        IBAL:Jnc42_ICP1 ;
    s223:connectsAt IBAL:Jnc41_OCP,
        IBAL:Jnc42_ICP1 ;
    s223:connectsFrom IBAL:Junction_41 ;
    s223:connectsTo IBAL:Junction_42 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_113 a s223:Connection ;
    rdfs:label "Segment 113" ;
    s223:cnx IBAL:Jnc42_OCP,
        IBAL:Jnc43_ICP1 ;
    s223:connectsAt IBAL:Jnc42_OCP,
        IBAL:Jnc43_ICP1 ;
    s223:connectsFrom IBAL:Junction_42 ;
    s223:connectsTo IBAL:Junction_43 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_114 a s223:Connection ;
    rdfs:label "Segment 114" ;
    s223:cnx IBAL:Jnc43_OCP,
        IBAL:Jnc44_ICP ;
    s223:connectsAt IBAL:Jnc43_OCP,
        IBAL:Jnc44_ICP ;
    s223:connectsFrom IBAL:Junction_43 ;
    s223:connectsTo IBAL:Junction_44 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_115 a s223:Connection ;
    rdfs:label "Segment 115" ;
    s223:cnx IBAL:Jnc44_OCP1,
        IBAL:Valve3_ICP1 ;
    s223:connectsAt IBAL:Jnc44_OCP1,
        IBAL:Valve3_ICP1 ;
    s223:connectsFrom IBAL:Junction_44 ;
    s223:connectsTo IBAL:Valve3 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_116 a s223:Connection ;
    rdfs:label "Segment 116" ;
    s223:cnx IBAL:Jnc45_ICP,
        IBAL:Valve3_OCP ;
    s223:connectsAt IBAL:Jnc45_ICP,
        IBAL:Valve3_OCP ;
    s223:connectsFrom IBAL:Valve3 ;
    s223:connectsTo IBAL:Junction_45 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_118 a s223:Connection ;
    rdfs:label "Segment 118" ;
    s223:cnx IBAL:Jnc46_OCP1,
        IBAL:Jnc_39_ICP ;
    s223:connectsAt IBAL:Jnc46_OCP1,
        IBAL:Jnc_39_ICP ;
    s223:connectsFrom IBAL:Junction_46 ;
    s223:connectsTo IBAL:Junction_39 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_119 a s223:Connection ;
    rdfs:label "Segment 119" ;
    s223:cnx IBAL:Jnc46_ICP,
        IBAL:Jnc47_OCP1 ;
    s223:connectsAt IBAL:Jnc46_ICP,
        IBAL:Jnc47_OCP1 ;
    s223:connectsFrom IBAL:Junction_47 ;
    s223:connectsTo IBAL:Junction_46 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_120 a s223:Connection ;
    rdfs:label "Segment 120" ;
    s223:cnx IBAL:Jnc47_ICP,
        IBAL:Jnc48_OCP1 ;
    s223:connectsAt IBAL:Jnc47_ICP,
        IBAL:Jnc48_OCP1 ;
    s223:connectsFrom IBAL:Junction_48 ;
    s223:connectsTo IBAL:Junction_47 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_123 a s223:Connection ;
    rdfs:label "Segment 123" ;
    s223:cnx IBAL:Jnc49_ICP1,
        IBAL:Jnc50_OCP1 ;
    s223:connectsAt IBAL:Jnc49_ICP1,
        IBAL:Jnc50_OCP1 ;
    s223:connectsFrom IBAL:Junction_50 ;
    s223:connectsTo IBAL:Junction_49 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_125 a s223:Connection ;
    rdfs:label "Segment 125" ;
    s223:cnx IBAL:Jnc44_OCP2,
        IBAL:Jnc49_ICP2 ;
    s223:connectsAt IBAL:Jnc44_OCP2,
        IBAL:Jnc49_ICP2 ;
    s223:connectsFrom IBAL:Junction_44 ;
    s223:connectsTo IBAL:Junction_49 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_126 a s223:Connection ;
    rdfs:label "Segment 126" ;
    s223:cnx IBAL:Jnc50_OCP2,
        IBAL:Valve3_ICP2 ;
    s223:connectsAt IBAL:Jnc50_OCP2,
        IBAL:Valve3_ICP2 ;
    s223:connectsFrom IBAL:Junction_50 ;
    s223:connectsTo IBAL:Valve3 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_127 a s223:Connection ;
    rdfs:label "Segment 127" ;
    s223:cnx IBAL:Chiller_2_Upper_ICP,
        IBAL:Jnc47_OCP2 ;
    s223:connectsAt IBAL:Chiller_2_Upper_ICP,
        IBAL:Jnc47_OCP2 ;
    s223:connectsFrom IBAL:Junction_47 ;
    s223:connectsTo IBAL:WaterChiller_2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_129 a s223:Connection ;
    rdfs:label "Segment 129" ;
    s223:cnx IBAL:Chiller_1_Upper_ICP,
        IBAL:Jnc46_OCP2 ;
    s223:connectsAt IBAL:Chiller_1_Upper_ICP,
        IBAL:Jnc46_OCP2 ;
    s223:connectsFrom IBAL:Junction_46 ;
    s223:connectsTo IBAL:WaterChiller_1 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_13 a s223:Connection ;
    rdfs:label "Segment 13" ;
    s223:cnx IBAL:Jnc19-OCP,
        IBAL:ManualTwoWayValve_2_ICP ;
    s223:connectsAt IBAL:Jnc19-OCP,
        IBAL:ManualTwoWayValve_2_ICP ;
    s223:connectsFrom IBAL:Junction_19 ;
    s223:connectsTo IBAL:ManualTwoWayValve_2 ;
    s223:hasMedium s223:Fluid-Water .

IBAL:Segment_133 a s223:Connection ;
    rdfs:label "Segment 133" ;
    s223:cnx IBAL:Jnc48_OCP2,
        IBAL:Jnc51_ICP ;
    s223:connectsAt IBAL:Jnc48_OCP2,
        IBAL:Jnc51_ICP ;
    s223:connectsFrom IBAL:Junction_48 ;
    s223:connectsTo IBAL:Junction_51 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_134 a s223:Connection ;
    rdfs:label "Segment 134" ;
    s223:cnx IBAL:Jnc51_OCP1,
        IBAL:PlateHeatExchange_3_Lower_ICP ;
    s223:connectsAt IBAL:Jnc51_OCP1,
        IBAL:PlateHeatExchange_3_Lower_ICP ;
    s223:connectsFrom IBAL:Junction_51 ;
    s223:connectsTo IBAL:PlateHeatExchanger_3 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_136 a s223:Connection ;
    rdfs:label "Segment 136" ;
    s223:cnx IBAL:ManualTwoWayValve_7_ICP,
        IBAL:Valve5_OCP ;
    s223:connectsAt IBAL:ManualTwoWayValve_7_ICP,
        IBAL:Valve5_OCP ;
    s223:connectsFrom IBAL:Valve5 ;
    s223:connectsTo IBAL:ManualTwoWayValve_7 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_137 a s223:Connection ;
    rdfs:label "Segment 137" ;
    s223:cnx IBAL:Jnc43_ICP2,
        IBAL:ManualTwoWayValve_7_OCP ;
    s223:connectsAt IBAL:Jnc43_ICP2,
        IBAL:ManualTwoWayValve_7_OCP ;
    s223:connectsFrom IBAL:ManualTwoWayValve_7 ;
    s223:connectsTo IBAL:Junction_43 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_138 a s223:Connection ;
    rdfs:label "Segment 138" ;
    s223:cnx IBAL:Jnc51_OCP2,
        IBAL:ManualTwoWayValve_6_ICP ;
    s223:connectsAt IBAL:Jnc51_OCP2,
        IBAL:ManualTwoWayValve_6_ICP ;
    s223:connectsFrom IBAL:Junction_51 ;
    s223:connectsTo IBAL:ManualTwoWayValve_6 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_139 a s223:Connection ;
    rdfs:label "Segment 139" ;
    s223:cnx IBAL:ManualTwoWayValve_6_OCP,
        IBAL:Valve5_ICP2 ;
    s223:connectsAt IBAL:ManualTwoWayValve_6_OCP,
        IBAL:Valve5_ICP2 ;
    s223:connectsFrom IBAL:ManualTwoWayValve_6 ;
    s223:connectsTo IBAL:Valve5 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_141 a s223:Connection ;
    rdfs:label "Segment 141" ;
    s223:cnx IBAL:Jnc53_ICP1,
        IBAL:Valve4_OCP ;
    s223:connectsAt IBAL:Jnc53_ICP1,
        IBAL:Valve4_OCP ;
    s223:connectsFrom IBAL:Valve4 ;
    s223:connectsTo IBAL:Junction_53 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_142 a s223:Connection ;
    rdfs:label "Segment 142" ;
    s223:cnx IBAL:Jnc52_ICP,
        IBAL:Jnc54_OCP1 ;
    s223:connectsAt IBAL:Jnc52_ICP,
        IBAL:Jnc54_OCP1 ;
    s223:connectsFrom IBAL:Junction_54 ;
    s223:connectsTo IBAL:Junction_52 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_143 a s223:Connection ;
    rdfs:label "Segment 143" ;
    s223:cnx IBAL:Jnc52_OCP1,
        IBAL:PlateHeatExchange_3_Upper_ICP ;
    s223:connectsAt IBAL:Jnc52_OCP1,
        IBAL:PlateHeatExchange_3_Upper_ICP ;
    s223:connectsFrom IBAL:Junction_52 ;
    s223:connectsTo IBAL:PlateHeatExchanger_3 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_144 a s223:Connection ;
    rdfs:label "Segment 144" ;
    s223:cnx IBAL:Jnc52_OCP2,
        IBAL:ManualTwoWayValve_8_ICP ;
    s223:connectsAt IBAL:Jnc52_OCP2,
        IBAL:ManualTwoWayValve_8_ICP ;
    s223:connectsFrom IBAL:Junction_52 ;
    s223:connectsTo IBAL:ManualTwoWayValve_8 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_145 a s223:Connection ;
    rdfs:label "Segment 145" ;
    s223:cnx IBAL:ManualTwoWayValve_8_OCP,
        IBAL:Valve4_ICP2 ;
    s223:connectsAt IBAL:ManualTwoWayValve_8_OCP,
        IBAL:Valve4_ICP2 ;
    s223:connectsFrom IBAL:ManualTwoWayValve_8 ;
    s223:connectsTo IBAL:Valve4 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_148 a s223:Connection ;
    rdfs:label "Segment 148" ;
    s223:cnx IBAL:Jnc54_OCP2,
        IBAL:Jnc55_ICP ;
    s223:connectsAt IBAL:Jnc54_OCP2,
        IBAL:Jnc55_ICP ;
    s223:connectsFrom IBAL:Junction_54 ;
    s223:connectsTo IBAL:Junction_55 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_150 a s223:Connection ;
    rdfs:label "Segment 150" ;
    s223:cnx IBAL:Jnc53_ICP2,
        IBAL:Jnc56_OCP ;
    s223:connectsAt IBAL:Jnc53_ICP2,
        IBAL:Jnc56_OCP ;
    s223:connectsFrom IBAL:Junction_56 ;
    s223:connectsTo IBAL:Junction_53 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_152 a s223:Connection ;
    rdfs:label "Segment 152" ;
    s223:cnx IBAL:Jnc56_ICP1,
        IBAL:Vavle11_OCP ;
    s223:connectsAt IBAL:Jnc56_ICP1,
        IBAL:Vavle11_OCP ;
    s223:connectsFrom IBAL:Valve11 ;
    s223:connectsTo IBAL:Junction_56 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_153 a s223:Connection ;
    rdfs:label "Segment 153" ;
    s223:cnx IBAL:Jnc55_OCP1,
        IBAL:Jnc57_ICP ;
    s223:connectsAt IBAL:Jnc55_OCP1,
        IBAL:Jnc57_ICP ;
    s223:connectsFrom IBAL:Junction_55 ;
    s223:connectsTo IBAL:Junction_57 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_154 a s223:Connection ;
    rdfs:label "Segment 154" ;
    s223:cnx IBAL:Jnc57_OCP1,
        IBAL:PlateHeatExchange_1_Upper_ICP ;
    s223:connectsAt IBAL:Jnc57_OCP1,
        IBAL:PlateHeatExchange_1_Upper_ICP ;
    s223:connectsFrom IBAL:Junction_57 ;
    s223:connectsTo IBAL:PlateHeatExchanger_1 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_155 a s223:Connection ;
    rdfs:label "Segment 155" ;
    s223:cnx IBAL:Jnc57_OCP2,
        IBAL:ManualTwoWayValve_9_ICP ;
    s223:connectsAt IBAL:Jnc57_OCP2,
        IBAL:ManualTwoWayValve_9_ICP ;
    s223:connectsFrom IBAL:Junction_57 ;
    s223:connectsTo IBAL:ManualTwoWayValve_9 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_156 a s223:Connection ;
    rdfs:label "Segment 156" ;
    s223:cnx IBAL:ManualTwoWayValve_9_OCP,
        IBAL:Valve11_ICP2 ;
    s223:connectsAt IBAL:ManualTwoWayValve_9_OCP,
        IBAL:Valve11_ICP2 ;
    s223:connectsFrom IBAL:ManualTwoWayValve_9 ;
    s223:connectsTo IBAL:Valve11 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_19 a s223:Connection ;
    rdfs:label "Segment 19" ;
    s223:cnx IBAL:Jnc5-OCP,
        IBAL:Jnc7-ICP ;
    s223:connectsAt IBAL:Jnc5-OCP,
        IBAL:Jnc7-ICP ;
    s223:connectsFrom IBAL:Junction_5 ;
    s223:connectsTo IBAL:Junction_7 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_21 a s223:Connection ;
    rdfs:label "Segment 21" ;
    s223:cnx IBAL:Damper_6_ICP,
        IBAL:Jnc7-OCP2 ;
    s223:connectsAt IBAL:Damper_6_ICP,
        IBAL:Jnc7-OCP2 ;
    s223:connectsFrom IBAL:Junction_7 ;
    s223:connectsTo IBAL:MotorizedDamper_6 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_22 a s223:Connection ;
    rdfs:label "Segment 22" ;
    s223:cnx IBAL:Jnc6-OCP,
        IBAL:Jnc8-ICP ;
    s223:connectsAt IBAL:Jnc6-OCP,
        IBAL:Jnc8-ICP ;
    s223:connectsFrom IBAL:Junction_6 ;
    s223:connectsTo IBAL:Junction_8 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_24 a s223:Connection ;
    rdfs:label "Segment 24" ;
    s223:cnx IBAL:Damper_8_ICP,
        IBAL:Jnc8-OCP2 ;
    s223:connectsAt IBAL:Damper_8_ICP,
        IBAL:Jnc8-OCP2 ;
    s223:connectsFrom IBAL:Junction_8 ;
    s223:connectsTo IBAL:MotorizedDamper_8 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_25 a s223:Connection ;
    rdfs:label "Segment 25" ;
    s223:cnx IBAL:Damper_6_OCP,
        IBAL:Jnc9-ICP ;
    s223:connectsAt IBAL:Damper_6_OCP,
        IBAL:Jnc9-ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_6 ;
    s223:connectsTo IBAL:Junction_9 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_26 a s223:Connection ;
    rdfs:label "Segment 26" ;
    s223:cnx IBAL:Damper_10_ICP,
        IBAL:Jnc9-OCP ;
    s223:connectsAt IBAL:Damper_10_ICP,
        IBAL:Jnc9-OCP ;
    s223:connectsFrom IBAL:Junction_9 ;
    s223:connectsTo IBAL:MotorizedDamper_10 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_28 a s223:Connection ;
    rdfs:label "Segment 28" ;
    s223:cnx IBAL:Damper_8_OCP,
        IBAL:Jnc10-ICP1 ;
    s223:connectsAt IBAL:Damper_8_OCP,
        IBAL:Jnc10-ICP1 ;
    s223:connectsFrom IBAL:MotorizedDamper_8 ;
    s223:connectsTo IBAL:Junction_10 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_29 a s223:Connection ;
    rdfs:label "Segment 29" ;
    s223:cnx IBAL:Damper_10_OCP,
        IBAL:Jnc10-ICP2 ;
    s223:connectsAt IBAL:Damper_10_OCP,
        IBAL:Jnc10-ICP2 ;
    s223:connectsFrom IBAL:MotorizedDamper_10 ;
    s223:connectsTo IBAL:Junction_10 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_3 a s223:Connection ;
    rdfs:label "Segment 3" ;
    s223:cnx IBAL:Jnc1-OCP1,
        IBAL:Jnc2-ICP ;
    s223:connectsAt IBAL:Jnc1-OCP1,
        IBAL:Jnc2-ICP ;
    s223:connectsFrom IBAL:Junction_1 ;
    s223:connectsTo IBAL:Junction_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_32 a s223:Connection ;
    rdfs:label "Segment 32" ;
    s223:cnx IBAL:Damper_7_OCP,
        IBAL:Jnc11-ICP2 ;
    s223:connectsAt IBAL:Damper_7_OCP,
        IBAL:Jnc11-ICP2 ;
    s223:connectsFrom IBAL:MotorizedDamper_7 ;
    s223:connectsTo IBAL:Junction_11 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_33 a s223:Connection ;
    rdfs:label "Segment 33" ;
    s223:cnx IBAL:Damper_9_OCP,
        IBAL:Jnc11-ICP1 ;
    s223:connectsAt IBAL:Damper_9_OCP,
        IBAL:Jnc11-ICP1 ;
    s223:connectsFrom IBAL:MotorizedDamper_9 ;
    s223:connectsTo IBAL:Junction_11 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_35 a s223:Connection ;
    rdfs:label "Segment 35" ;
    s223:cnx IBAL:Damper_11_OCP,
        IBAL:Jnc13-ICP1 ;
    s223:connectsAt IBAL:Damper_11_OCP,
        IBAL:Jnc13-ICP1 ;
    s223:connectsFrom IBAL:MotorizedDamper_11 ;
    s223:connectsTo IBAL:Junction_13 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_36 a s223:Connection ;
    rdfs:label "Segment 36" ;
    s223:cnx IBAL:AHU_1_ICP,
        IBAL:Jnc13-OCP ;
    s223:connectsAt IBAL:AHU_1_ICP,
        IBAL:Jnc13-OCP ;
    s223:connectsFrom IBAL:Junction_13 ;
    s223:connectsTo IBAL:AHU_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_37 a s223:Connection ;
    rdfs:label "Segment 37" ;
    s223:cnx IBAL:Damper_12_OCP,
        IBAL:Jnc13-ICP2 ;
    s223:connectsAt IBAL:Damper_12_OCP,
        IBAL:Jnc13-ICP2 ;
    s223:connectsFrom IBAL:MotorizedDamper_12 ;
    s223:connectsTo IBAL:Junction_13 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_40 a s223:Connection ;
    rdfs:label "Segment 40" ;
    s223:cnx IBAL:Damper_14_OCP,
        IBAL:Jnc14-ICP2 ;
    s223:connectsAt IBAL:Damper_14_OCP,
        IBAL:Jnc14-ICP2 ;
    s223:connectsFrom IBAL:MotorizedDamper_14 ;
    s223:connectsTo IBAL:Junction_14 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_41 a s223:Connection ;
    rdfs:label "Segment 41" ;
    s223:cnx IBAL:Damper_13_OCP,
        IBAL:Jnc14-ICP1 ;
    s223:connectsAt IBAL:Damper_13_OCP,
        IBAL:Jnc14-ICP1 ;
    s223:connectsFrom IBAL:MotorizedDamper_13 ;
    s223:connectsTo IBAL:Junction_14 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_42 a s223:Connection ;
    rdfs:label "Segment 42" ;
    s223:cnx IBAL:AHU_2_ICP,
        IBAL:Jnc14-OCP ;
    s223:connectsAt IBAL:AHU_2_ICP,
        IBAL:Jnc14-OCP ;
    s223:connectsFrom IBAL:Junction_14 ;
    s223:connectsTo IBAL:AHU_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_43 a s223:Connection ;
    rdfs:label "Segment 43" ;
    s223:cnx IBAL:Damper_15_OCP,
        IBAL:Jnc12-ICP ;
    s223:connectsAt IBAL:Damper_15_OCP,
        IBAL:Jnc12-ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_15 ;
    s223:connectsTo IBAL:Junction_12 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_45 a s223:Connection ;
    rdfs:label "Segment 45" ;
    s223:cnx IBAL:Damper_15_ICP,
        IBAL:Jnc15-OCP1 ;
    s223:connectsAt IBAL:Damper_15_ICP,
        IBAL:Jnc15-OCP1 ;
    s223:connectsFrom IBAL:Junction_15 ;
    s223:connectsTo IBAL:MotorizedDamper_15 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_46 a s223:Connection ;
    rdfs:label "Segment 46" ;
    s223:cnx IBAL:Damper_16_ICP,
        IBAL:Jnc15-OCP2 ;
    s223:connectsAt IBAL:Damper_16_ICP,
        IBAL:Jnc15-OCP2 ;
    s223:connectsFrom IBAL:Junction_15 ;
    s223:connectsTo IBAL:MotorizedDamper_16 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_47 a s223:Connection ;
    rdfs:label "Segment 47" ;
    s223:cnx IBAL:Damper_16_OCP,
        IBAL:Jnc16-ICP ;
    s223:connectsAt IBAL:Damper_16_OCP,
        IBAL:Jnc16-ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_16 ;
    s223:connectsTo IBAL:Junction_16 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_48 a s223:Connection ;
    rdfs:label "Segment 48" ;
    s223:cnx IBAL:Damper_17_ICP,
        IBAL:Jnc16-OCP1 ;
    s223:connectsAt IBAL:Damper_17_ICP,
        IBAL:Jnc16-OCP1 ;
    s223:connectsFrom IBAL:Junction_16 ;
    s223:connectsTo IBAL:MotorizedDamper_17 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_49 a s223:Connection ;
    rdfs:label "Segment 49" ;
    s223:cnx IBAL:Damper_18_ICP,
        IBAL:Jnc16-OCP2 ;
    s223:connectsAt IBAL:Damper_18_ICP,
        IBAL:Jnc16-OCP2 ;
    s223:connectsFrom IBAL:Junction_16 ;
    s223:connectsTo IBAL:MotorizedDamper_18 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_5 a s223:Connection ;
    rdfs:label "Segment 5" ;
    s223:cnx IBAL:Damper_5_ICP,
        IBAL:Jnc2-OCP ;
    s223:connectsAt IBAL:Damper_5_ICP,
        IBAL:Jnc2-OCP ;
    s223:connectsFrom IBAL:Junction_2 ;
    s223:connectsTo IBAL:MotorizedDamper_5 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_50 a s223:Connection ;
    rdfs:label "Segment 50" ;
    s223:cnx IBAL:Damper_18_OCP,
        IBAL:Jnc17-ICP2 ;
    s223:connectsAt IBAL:Damper_18_OCP,
        IBAL:Jnc17-ICP2 ;
    s223:connectsFrom IBAL:MotorizedDamper_18 ;
    s223:connectsTo IBAL:Junction_17 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_51 a s223:Connection ;
    rdfs:label "Segment 51" ;
    s223:cnx IBAL:Damper_19_OCP,
        IBAL:Jnc17-ICP ;
    s223:connectsAt IBAL:Damper_19_OCP,
        IBAL:Jnc17-ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_19 ;
    s223:connectsTo IBAL:Junction_17 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_52 a s223:Connection ;
    rdfs:label "Segment 52" ;
    s223:cnx IBAL:AHU_3_ICP,
        IBAL:Jnc17-OCP ;
    s223:connectsAt IBAL:AHU_3_ICP,
        IBAL:Jnc17-OCP ;
    s223:connectsFrom IBAL:Junction_17 ;
    s223:connectsTo IBAL:AHU_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_57 a s223:Connection ;
    rdfs:label "Segment 57" ;
    s223:cnx IBAL:Jnc18-OCP2,
        IBAL:ManualTwoWayValve_1_ICP ;
    s223:connectsAt IBAL:Jnc18-OCP2,
        IBAL:ManualTwoWayValve_1_ICP ;
    s223:connectsFrom IBAL:Junction_18 ;
    s223:connectsTo IBAL:ManualTwoWayValve_1 ;
    s223:hasMedium s223:Fluid-Water .

IBAL:Segment_59 a s223:Connection ;
    rdfs:label "Segment 59" ;
    s223:cnx IBAL:Jnc21-ICP2,
        IBAL:MotorizedThreeWayValve_1_OCP ;
    s223:connectsAt IBAL:Jnc21-ICP2,
        IBAL:MotorizedThreeWayValve_1_OCP ;
    s223:connectsFrom IBAL:MotorizedThreeWayValve_1 ;
    s223:connectsTo IBAL:Junction_21 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_6 a s223:Connection ;
    rdfs:label "Segment 6" ;
    s223:cnx IBAL:Damper_5_OCP,
        IBAL:Jnc3-ICP1 ;
    s223:connectsAt IBAL:Damper_5_OCP,
        IBAL:Jnc3-ICP1 ;
    s223:connectsFrom IBAL:MotorizedDamper_5 ;
    s223:connectsTo IBAL:Junction_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_60 a s223:Connection ;
    rdfs:label "Segment 60" ;
    s223:cnx IBAL:Jnc20-ICP,
        IBAL:MotorizedThreeWayValve_2_OCP ;
    s223:connectsAt IBAL:Jnc20-ICP,
        IBAL:MotorizedThreeWayValve_2_OCP ;
    s223:connectsFrom IBAL:MotorizedThreeWayValve_2 ;
    s223:connectsTo IBAL:Junction_20 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_61 a s223:Connection ;
    rdfs:label "Segment 61" ;
    s223:cnx IBAL:Jnc20-OCP,
        IBAL:Jnc21-ICP1 ;
    s223:connectsAt IBAL:Jnc20-OCP,
        IBAL:Jnc21-ICP1 ;
    s223:connectsFrom IBAL:Junction_20 ;
    s223:connectsTo IBAL:Junction_21 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_62 a s223:Connection ;
    rdfs:label "Segment 62" ;
    s223:cnx IBAL:Jnc21-OCP,
        IBAL:Jnc23-ICP ;
    s223:connectsAt IBAL:Jnc21-OCP,
        IBAL:Jnc23-ICP ;
    s223:connectsFrom IBAL:Junction_21 ;
    s223:connectsTo IBAL:Junction_23 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_63 a s223:Connection ;
    rdfs:label "Segment 63" ;
    s223:cnx IBAL:Jnc22-OCP1,
        IBAL:PlateHeatExchange_1_Lower_ICP ;
    s223:connectsAt IBAL:Jnc22-OCP1,
        IBAL:PlateHeatExchange_1_Lower_ICP ;
    s223:connectsFrom IBAL:Junction_22 ;
    s223:connectsTo IBAL:PlateHeatExchanger_1 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_64 a s223:Connection ;
    rdfs:label "Segment 64" ;
    s223:cnx IBAL:Jnc22-OCP2,
        IBAL:ManualTwoWayValve_3_ICP ;
    s223:connectsAt IBAL:Jnc22-OCP2,
        IBAL:ManualTwoWayValve_3_ICP ;
    s223:connectsFrom IBAL:Junction_22 ;
    s223:connectsTo IBAL:ManualTwoWayValve_3 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_68 a s223:Connection ;
    rdfs:label "Segment 68" ;
    s223:cnx IBAL:Jnc24-OCP1,
        IBAL:MotorizedThreeWayValve_4_ICP_1 ;
    s223:connectsAt IBAL:Jnc24-OCP1,
        IBAL:MotorizedThreeWayValve_4_ICP_1 ;
    s223:connectsFrom IBAL:Junction_24 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_4 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_71 a s223:Connection ;
    rdfs:label "Segment 71" ;
    s223:cnx IBAL:Jnc25-OCP2,
        IBAL:Jnc26-ICP1 ;
    s223:connectsAt IBAL:Jnc25-OCP2,
        IBAL:Jnc26-ICP1 ;
    s223:connectsFrom IBAL:Junction_25 ;
    s223:connectsTo IBAL:Junction_26 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_74 a s223:Connection ;
    rdfs:label "Segment 74" ;
    s223:cnx IBAL:Jnc27-OCP1,
        IBAL:ManualTwoWayValve_4_ICP ;
    s223:connectsAt IBAL:Jnc27-OCP1,
        IBAL:ManualTwoWayValve_4_ICP ;
    s223:connectsFrom IBAL:Junction_27 ;
    s223:connectsTo IBAL:ManualTwoWayValve_4 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_75 a s223:Connection ;
    rdfs:label "Segment 75" ;
    s223:cnx IBAL:Jnc26-ICP2,
        IBAL:ManualTwoWayValve_4_OCP ;
    s223:connectsAt IBAL:Jnc26-ICP2,
        IBAL:ManualTwoWayValve_4_OCP ;
    s223:connectsFrom IBAL:ManualTwoWayValve_4 ;
    s223:connectsTo IBAL:Junction_26 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_77 a s223:Connection ;
    rdfs:label "Segment 77" ;
    s223:cnx IBAL:Jnc28-OCP1,
        IBAL:Jnc29-ICP ;
    s223:connectsAt IBAL:Jnc28-OCP1,
        IBAL:Jnc29-ICP ;
    s223:connectsFrom IBAL:Junction_28 ;
    s223:connectsTo IBAL:Junction_29 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_78 a s223:Connection ;
    rdfs:label "Segment 78" ;
    s223:cnx IBAL:Chiller_1_Lower_ICP,
        IBAL:Jnc28-OCP2 ;
    s223:connectsAt IBAL:Chiller_1_Lower_ICP,
        IBAL:Jnc28-OCP2 ;
    s223:connectsFrom IBAL:Junction_28 ;
    s223:connectsTo IBAL:WaterChiller_1 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_79 a s223:Connection ;
    rdfs:label "Segment 79" ;
    s223:cnx IBAL:Chiller_2_Lower_ICP,
        IBAL:Jnc29-OCP ;
    s223:connectsAt IBAL:Chiller_2_Lower_ICP,
        IBAL:Jnc29-OCP ;
    s223:connectsFrom IBAL:Junction_29 ;
    s223:connectsTo IBAL:WaterChiller_2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_8 a s223:Connection ;
    rdfs:label "Segment 8" ;
    s223:cnx IBAL:Jnc3-ICP2,
        IBAL:Jnc4-OCP1 ;
    s223:connectsAt IBAL:Jnc3-ICP2,
        IBAL:Jnc4-OCP1 ;
    s223:connectsFrom IBAL:Junction_4 ;
    s223:connectsTo IBAL:Junction_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_84 a s223:Connection ;
    rdfs:label "Segment 84" ;
    s223:cnx IBAL:Jnc30-OCP,
        IBAL:Jnc31-ICP1 ;
    s223:connectsAt IBAL:Jnc30-OCP,
        IBAL:Jnc31-ICP1 ;
    s223:connectsFrom IBAL:Junction_30 ;
    s223:connectsTo IBAL:Junction_31 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_85 a s223:Connection ;
    rdfs:label "Segment 85" ;
    s223:cnx IBAL:Jnc31-OCP,
        IBAL:Jnc32-ICP2 ;
    s223:connectsAt IBAL:Jnc31-OCP,
        IBAL:Jnc32-ICP2 ;
    s223:connectsFrom IBAL:Junction_31 ;
    s223:connectsTo IBAL:Junction_32 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_86 a s223:Connection ;
    rdfs:label "Segment 86" ;
    s223:cnx IBAL:Jnc27-OCP2,
        IBAL:ManualTwoWayValve_5_ICP ;
    s223:connectsAt IBAL:Jnc27-OCP2,
        IBAL:ManualTwoWayValve_5_ICP ;
    s223:connectsFrom IBAL:Junction_27 ;
    s223:connectsTo IBAL:ManualTwoWayValve_5 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_87 a s223:Connection ;
    rdfs:label "Segment 87" ;
    s223:cnx IBAL:Jnc32-ICP1,
        IBAL:ManualTwoWayValve_5_OCP ;
    s223:connectsAt IBAL:Jnc32-ICP1,
        IBAL:ManualTwoWayValve_5_OCP ;
    s223:connectsFrom IBAL:ManualTwoWayValve_5 ;
    s223:connectsTo IBAL:Junction_32 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_89 a s223:Connection ;
    rdfs:label "Segment 89" ;
    s223:cnx IBAL:Jnc33-OCP,
        IBAL:ThermalStorage_1_ICP ;
    s223:connectsAt IBAL:Jnc33-OCP,
        IBAL:ThermalStorage_1_ICP ;
    s223:connectsFrom IBAL:Junction_33 ;
    s223:connectsTo IBAL:ThermalStorage_1 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_90 a s223:Connection ;
    rdfs:label "Segment 90" ;
    s223:cnx IBAL:Jnc33-OCP2,
        IBAL:MotorizedThreeWayValve_5_ICP_2 ;
    s223:connectsAt IBAL:Jnc33-OCP2,
        IBAL:MotorizedThreeWayValve_5_ICP_2 ;
    s223:connectsFrom IBAL:Junction_33 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_5 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_93 a s223:Connection ;
    rdfs:label "Segment 93" ;
    s223:cnx IBAL:Jnc34-OCP1,
        IBAL:Jnc35-ICP2 ;
    s223:connectsAt IBAL:Jnc34-OCP1,
        IBAL:Jnc35-ICP2 ;
    s223:connectsFrom IBAL:Junction_34 ;
    s223:connectsTo IBAL:Junction_35 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_94 a s223:Connection ;
    rdfs:label "Segment 94" ;
    s223:cnx IBAL:Jnc34-OCP2,
        IBAL:MotorizedThreeWayValve_4_ICP_2 ;
    s223:connectsAt IBAL:Jnc34-OCP2,
        IBAL:MotorizedThreeWayValve_4_ICP_2 ;
    s223:connectsFrom IBAL:Junction_34 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_4 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_95 a s223:Connection ;
    rdfs:label "Segment 95" ;
    s223:cnx IBAL:Jnc24-OCP2,
        IBAL:Jnc35-ICP1 ;
    s223:connectsAt IBAL:Jnc24-OCP2,
        IBAL:Jnc35-ICP1 ;
    s223:connectsFrom IBAL:Junction_24 ;
    s223:connectsTo IBAL:Junction_35 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_98 a s223:Connection ;
    rdfs:label "Segment 98" ;
    s223:cnx IBAL:Jnc22-ICP,
        IBAL:Jnc36-OCP2 ;
    s223:connectsAt IBAL:Jnc22-ICP,
        IBAL:Jnc36-OCP2 ;
    s223:connectsFrom IBAL:Junction_36 ;
    s223:connectsTo IBAL:Junction_22 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_99 a s223:Connection ;
    rdfs:label "Segment 99" ;
    s223:cnx IBAL:Jnc36-OCP1,
        IBAL:Jnc37-ICP ;
    s223:connectsAt IBAL:Jnc36-OCP1,
        IBAL:Jnc37-ICP ;
    s223:connectsFrom IBAL:Junction_36 ;
    s223:connectsTo IBAL:Junction_37 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:VAV_1_Connection_1 a s223:Connection ;
    rdfs:label "VAV 1 Connection 1" ;
    s223:cnx IBAL:Damper_1_OCP,
        IBAL:HC_2_ICP ;
    s223:connectsAt IBAL:Damper_1_OCP,
        IBAL:HC_2_ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_1 ;
    s223:connectsTo IBAL:HeatingCoil_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VAV_2_Connection_1 a s223:Connection ;
    rdfs:label "VAV 2 Connection 1" ;
    s223:cnx IBAL:Damper_2_OCP,
        IBAL:HC_3_ICP ;
    s223:connectsAt IBAL:Damper_2_OCP,
        IBAL:HC_3_ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_2 ;
    s223:connectsTo IBAL:HeatingCoil_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VAV_3_Connection_1 a s223:Connection ;
    rdfs:label "VAV 3 Connection 1" ;
    s223:cnx IBAL:Damper_3_OCP,
        IBAL:HC_5_ICP ;
    s223:connectsAt IBAL:Damper_3_OCP,
        IBAL:HC_5_ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_3 ;
    s223:connectsTo IBAL:HeatingCoil_5 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VAV_4_Connection_1 a s223:Connection ;
    rdfs:label "VAV 4 Connection 1" ;
    s223:cnx IBAL:Damper_4_OCP,
        IBAL:HC_6_ICP ;
    s223:connectsAt IBAL:Damper_4_OCP,
        IBAL:HC_6_ICP ;
    s223:connectsFrom IBAL:MotorizedDamper_4 ;
    s223:connectsTo IBAL:HeatingCoil_6 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:WaterPump_1_VFD a s223:VariableFrequencyDrive ;
    rdfs:label "Water pump 1 VFD" ;
    s223:cnx IBAL:WaterPump_1_VFD_ICP,
        IBAL:WaterPump_1_VFD_OCP ;
    s223:hasConnectionPoint IBAL:WaterPump_1_VFD_ICP,
        IBAL:WaterPump_1_VFD_OCP .

IBAL:WaterPump_2_VFD a s223:VariableFrequencyDrive ;
    rdfs:label "Water pump 2 VFD" ;
    s223:cnx IBAL:WaterPump_2_VFD_ICP,
        IBAL:WaterPump_2_VFD_OCP ;
    s223:hasConnectionPoint IBAL:WaterPump_2_VFD_ICP,
        IBAL:WaterPump_2_VFD_OCP .

IBAL:WaterPump_3_VFD a s223:VariableFrequencyDrive ;
    rdfs:label "Water pump 3 VFD" ;
    s223:cnx IBAL:WaterPump_3_VFD_ICP,
        IBAL:WaterPump_3_VFD_OCP ;
    s223:hasConnectionPoint IBAL:WaterPump_3_VFD_ICP,
        IBAL:WaterPump_3_VFD_OCP .

IBAL:WaterPump_4_VFD a s223:VariableFrequencyDrive ;
    rdfs:label "Water pump 4 VFD" ;
    s223:cnx IBAL:WaterPump_4_VFD_ICP,
        IBAL:WaterPump_4_VFD_OCP ;
    s223:hasConnectionPoint IBAL:WaterPump_4_VFD_ICP,
        IBAL:WaterPump_4_VFD_OCP .

IBAL:WaterPump_5_VFD a s223:VariableFrequencyDrive ;
    rdfs:label "WaterPump 5 VFD" ;
    s223:cnx IBAL:WaterPump_5_VFD_ICP,
        IBAL:WaterPump_5_VFD_OCP ;
    s223:hasConnectionPoint IBAL:WaterPump_5_VFD_ICP,
        IBAL:WaterPump_5_VFD_OCP .

IBAL:d18_pos_c a s223:QuantifiableActuatableProperty ;
    rdfs:label "d18 pos c" ;
    s223:hasExternalReference IBAL:d18_pos_c_bac ;
    qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
    qudt:hasUnit <http://qudt.org/vocab/unit/V> .

IBAL:AHU_1_Connection_2 a s223:Connection ;
    rdfs:label "AHU 1 Connection 2" ;
    s223:cnx IBAL:CC_1_ICP,
        IBAL:HC_1_OCP ;
    s223:connectsAt IBAL:CC_1_ICP,
        IBAL:HC_1_OCP ;
    s223:connectsFrom IBAL:HeatingCoil_1 ;
    s223:connectsTo IBAL:CoolingCoil_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_1_ICP a s223:InletConnectionPoint ;
    rdfs:label "AHU 1 ICP" ;
    s223:cnx IBAL:AHU_1,
        IBAL:Segment_36 ;
    s223:connectsThrough IBAL:Segment_36 ;
    s223:hasMedium s223:Fluid-Air ;
    s223:isConnectionPointOf IBAL:AHU_1 .

IBAL:AHU_2_Connection_2 a s223:Connection ;
    rdfs:label "AHU 2 Connection 2" ;
    s223:cnx IBAL:CC_2_ICP,
        IBAL:HC_4_OCP ;
    s223:connectsAt IBAL:CC_2_ICP,
        IBAL:HC_4_OCP ;
    s223:connectsFrom IBAL:HeatingCoil_4 ;
    s223:connectsTo IBAL:CoolingCoil_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_3_Connection_2 a s223:Connection ;
    rdfs:label "AHU 3 Connection 2" ;
    s223:cnx IBAL:CC_3_OCP,
        IBAL:HC_7_ICP ;
    s223:connectsAt IBAL:CC_3_OCP,
        IBAL:HC_7_ICP ;
    s223:connectsFrom IBAL:CoolingCoil_3 ;
    s223:connectsTo IBAL:HeatingCoil_7 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Exhaust_Fan_1_Connection_2 a s223:Connection ;
    rdfs:label "Exhaust Fan 1 Connection 2" ;
    s223:cnx IBAL:Damper_7_ICP,
        IBAL:Fan_3_OCP ;
    s223:connectsAt IBAL:Damper_7_ICP,
        IBAL:Fan_3_OCP ;
    s223:connectsFrom IBAL:Fan_3 ;
    s223:connectsTo IBAL:MotorizedDamper_7 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Exhaust_Fan_2_Connection_2 a s223:Connection ;
    rdfs:label "Exhaust Fan 2 Connection 2" ;
    s223:cnx IBAL:Damper_9_ICP,
        IBAL:Fan_4_OCP ;
    s223:connectsAt IBAL:Damper_9_ICP,
        IBAL:Fan_4_OCP ;
    s223:connectsFrom IBAL:Fan_4 ;
    s223:connectsTo IBAL:MotorizedDamper_9 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_104 a s223:Connection ;
    rdfs:label "Segment 104" ;
    s223:cnx IBAL:MotorizedThreeWayValve_5_ICP_1,
        IBAL:ThermalStorage_1_OCP ;
    s223:connectsAt IBAL:MotorizedThreeWayValve_5_ICP_1,
        IBAL:ThermalStorage_1_OCP ;
    s223:connectsFrom IBAL:ThermalStorage_1 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_5 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_109 a s223:Connection ;
    rdfs:label "Segment 109" ;
    s223:cnx IBAL:PlateHeatExchange_2_Upper_OCP,
        IBAL:Valve1_ICP ;
    s223:connectsAt IBAL:PlateHeatExchange_2_Upper_OCP,
        IBAL:Valve1_ICP ;
    s223:connectsFrom IBAL:PlateHeatExchanger_2 ;
    s223:connectsTo IBAL:Valve1 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_110 a s223:Connection ;
    rdfs:label "Segment 110" ;
    s223:cnx IBAL:Jnc40_ICP1,
        IBAL:Valve1_OCP ;
    s223:connectsAt IBAL:Jnc40_ICP1,
        IBAL:Valve1_OCP ;
    s223:connectsFrom IBAL:Valve1 ;
    s223:connectsTo IBAL:Junction_40 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_122 a s223:Connection ;
    rdfs:label "Segment 122" ;
    s223:cnx IBAL:Jnc49_OCP,
        IBAL:WaterPump_5_ICP ;
    s223:connectsAt IBAL:Jnc49_OCP,
        IBAL:WaterPump_5_ICP ;
    s223:connectsFrom IBAL:Junction_49 ;
    s223:connectsTo IBAL:WaterPump_5 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_128 a s223:Connection ;
    rdfs:label "Segment 128" ;
    s223:cnx IBAL:Chiller_2_Upper_OCP,
        IBAL:Valve6_ICP ;
    s223:connectsAt IBAL:Chiller_2_Upper_OCP,
        IBAL:Valve6_ICP ;
    s223:connectsFrom IBAL:WaterChiller_2 ;
    s223:connectsTo IBAL:Valve6 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_130 a s223:Connection ;
    rdfs:label "Segment 130" ;
    s223:cnx IBAL:Chiller_1_Upper_OCP,
        IBAL:Valve7_ICP ;
    s223:connectsAt IBAL:Chiller_1_Upper_OCP,
        IBAL:Valve7_ICP ;
    s223:connectsFrom IBAL:WaterChiller_1 ;
    s223:connectsTo IBAL:Valve7 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_131 a s223:Connection ;
    rdfs:label "Segment 131" ;
    s223:cnx IBAL:Jnc42_ICP2,
        IBAL:Valve6_OCP ;
    s223:connectsAt IBAL:Jnc42_ICP2,
        IBAL:Valve6_OCP ;
    s223:connectsFrom IBAL:Valve6 ;
    s223:connectsTo IBAL:Junction_42 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_132 a s223:Connection ;
    rdfs:label "Segment 132" ;
    s223:cnx IBAL:Jnc41_ICP2,
        IBAL:Valve7_OCP ;
    s223:connectsAt IBAL:Jnc41_ICP2,
        IBAL:Valve7_OCP ;
    s223:connectsFrom IBAL:Valve7 ;
    s223:connectsTo IBAL:Junction_41 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_2 a s223:Connection ;
    rdfs:label "Segment 2" ;
    s223:cnx IBAL:Jnc1-OCP2,
        IBAL:VAV_1_ICP ;
    s223:connectsAt IBAL:Jnc1-OCP2,
        IBAL:VAV_1_ICP ;
    s223:connectsFrom IBAL:Junction_1 ;
    s223:connectsTo IBAL:VAV_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_56 a s223:Connection ;
    rdfs:label "Segment 56" ;
    s223:cnx IBAL:AHU_2_G_ICP,
        IBAL:Jnc18-OCP ;
    s223:connectsAt IBAL:AHU_2_G_ICP,
        IBAL:Jnc18-OCP ;
    s223:connectsFrom IBAL:Junction_18 ;
    s223:connectsTo IBAL:AHU_2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_67 a s223:Connection ;
    rdfs:label "Segment 67" ;
    s223:cnx IBAL:Jnc23-OCP,
        IBAL:Jnc24-ICP ;
    s223:connectsAt IBAL:Jnc23-OCP,
        IBAL:Jnc24-ICP ;
    s223:connectsFrom IBAL:Junction_23 ;
    s223:connectsTo IBAL:Junction_24 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_69 a s223:Connection ;
    rdfs:label "Segment 69" ;
    s223:cnx IBAL:Jnc25-ICP,
        IBAL:MotorizedThreeWayValve_4_OCP ;
    s223:connectsAt IBAL:Jnc25-ICP,
        IBAL:MotorizedThreeWayValve_4_OCP ;
    s223:connectsFrom IBAL:MotorizedThreeWayValve_4 ;
    s223:connectsTo IBAL:Junction_25 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_70 a s223:Connection ;
    rdfs:label "Segment 70" ;
    s223:cnx IBAL:Jnc25-OCP1,
        IBAL:PlateHeatExchange_2_Lower_ICP ;
    s223:connectsAt IBAL:Jnc25-OCP1,
        IBAL:PlateHeatExchange_2_Lower_ICP ;
    s223:connectsFrom IBAL:Junction_25 ;
    s223:connectsTo IBAL:PlateHeatExchanger_2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_73 a s223:Connection ;
    rdfs:label "Segment 73" ;
    s223:cnx IBAL:Jnc27-ICP,
        IBAL:WaterPump_1_OCP ;
    s223:connectsAt IBAL:Jnc27-ICP,
        IBAL:WaterPump_1_OCP ;
    s223:connectsFrom IBAL:WaterPump_1 ;
    s223:connectsTo IBAL:Junction_27 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_76 a s223:Connection ;
    rdfs:label "Segment 76" ;
    s223:cnx IBAL:Jnc26-OCP,
        IBAL:Jnc28-ICP ;
    s223:connectsAt IBAL:Jnc26-OCP,
        IBAL:Jnc28-ICP ;
    s223:connectsFrom IBAL:Junction_26 ;
    s223:connectsTo IBAL:Junction_28 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_82 a s223:Connection ;
    rdfs:label "Segment 82" ;
    s223:cnx IBAL:Jnc30-ICP,
        IBAL:WaterPump_3_OCP ;
    s223:connectsAt IBAL:Jnc30-ICP,
        IBAL:WaterPump_3_OCP ;
    s223:connectsFrom IBAL:WaterPump_3 ;
    s223:connectsTo IBAL:Junction_30 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_83 a s223:Connection ;
    rdfs:label "Segment 83" ;
    s223:cnx IBAL:Jnc31-ICP2,
        IBAL:WaterPump_2_OCP ;
    s223:connectsAt IBAL:Jnc31-ICP2,
        IBAL:WaterPump_2_OCP ;
    s223:connectsFrom IBAL:WaterPump_2 ;
    s223:connectsTo IBAL:Junction_31 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_88 a s223:Connection ;
    rdfs:label "Segment 88" ;
    s223:cnx IBAL:Jnc32-OCP,
        IBAL:Jnc33-ICP1 ;
    s223:connectsAt IBAL:Jnc32-OCP,
        IBAL:Jnc33-ICP1 ;
    s223:connectsFrom IBAL:Junction_32 ;
    s223:connectsTo IBAL:Junction_33 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_92 a s223:Connection ;
    rdfs:label "Segment 92" ;
    s223:cnx IBAL:Jnc34-ICP,
        IBAL:MotorizedThreeWayValve_5_OCP ;
    s223:connectsAt IBAL:Jnc34-ICP,
        IBAL:MotorizedThreeWayValve_5_OCP ;
    s223:connectsFrom IBAL:MotorizedThreeWayValve_5 ;
    s223:connectsTo IBAL:Junction_34 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:VAV_1_Connection_2 a s223:Connection ;
    rdfs:label "VAV 1 Connection 2" ;
    s223:cnx IBAL:HVAC_Space_1_ICP,
        IBAL:VAV_1_OCP ;
    s223:connectsAt IBAL:HVAC_Space_1_ICP,
        IBAL:VAV_1_OCP ;
    s223:connectsFrom IBAL:VAV_1 ;
    s223:connectsTo IBAL:HVACSpace_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VAV_4_Connection_2 a s223:Connection ;
    rdfs:label "VAV 4 Connection 2" ;
    s223:cnx IBAL:HVAC_Space_4_ICP,
        IBAL:VAV_4_OCP ;
    s223:connectsAt IBAL:HVAC_Space_4_ICP,
        IBAL:VAV_4_OCP ;
    s223:connectsFrom IBAL:VAV_4 ;
    s223:connectsTo IBAL:HVACSpace_4 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_1_Connection_3 a s223:Connection ;
    rdfs:label "AHU 1 Connection 3" ;
    s223:cnx IBAL:Fan_1_ICP,
        IBAL:Filter_1_OCP ;
    s223:connectsAt IBAL:Fan_1_ICP,
        IBAL:Filter_1_OCP ;
    s223:connectsFrom IBAL:Filter_1 ;
    s223:connectsTo IBAL:Fan_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_2_Connection_3 a s223:Connection ;
    rdfs:label "AHU 2 Connection 3" ;
    s223:cnx IBAL:Fan_2_ICP,
        IBAL:Filter_2_OCP ;
    s223:connectsAt IBAL:Fan_2_ICP,
        IBAL:Filter_2_OCP ;
    s223:connectsFrom IBAL:Filter_2 ;
    s223:connectsTo IBAL:Fan_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:AHU_3_Connection_3 a s223:Connection ;
    rdfs:label "AHU 3 Connection 3" ;
    s223:cnx IBAL:Fan_5_ICP,
        IBAL:HC_7_OCP ;
    s223:connectsAt IBAL:Fan_5_ICP,
        IBAL:HC_7_OCP ;
    s223:connectsFrom IBAL:HeatingCoil_7 ;
    s223:connectsTo IBAL:Fan_5 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:MotorizedDamper_17 a s223:Damper ;
    rdfs:label "Motorized damper 17" ;
    s223:cnx IBAL:Damper_17_ICP,
        IBAL:Damper_17_OCP ;
    s223:connected IBAL:Junction_16 ;
    s223:connectedFrom IBAL:Junction_16 ;
    s223:connectedThrough IBAL:Segment_48 ;
    s223:hasConnectionPoint IBAL:Damper_17_ICP,
        IBAL:Damper_17_OCP .

IBAL:PlateHeatExchange_1_Connection a s223:Connection ;
    rdfs:label "Plate Heat Exchange 1 Connection" ;
    s223:cnx IBAL:MotorizedThreeWayValve_3_ICP_1,
        IBAL:PlateHeatExchange_1_Lower_OCP ;
    s223:connectsAt IBAL:MotorizedThreeWayValve_3_ICP_1,
        IBAL:PlateHeatExchange_1_Lower_OCP ;
    s223:connectsFrom IBAL:PlateHeatExchanger_1 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_3 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_10 a s223:Connection ;
    rdfs:label "Segment 10" ;
    s223:cnx IBAL:Jnc4-OCP2,
        IBAL:VAV_4_ICP ;
    s223:connectsAt IBAL:Jnc4-OCP2,
        IBAL:VAV_4_ICP ;
    s223:connectsFrom IBAL:Junction_4 ;
    s223:connectsTo IBAL:VAV_4 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_105 a s223:Connection ;
    rdfs:label "Segment 105" ;
    s223:cnx IBAL:AHU_1_G_OCP,
        IBAL:MotorizedThreeWayValve_1_ICP_1 ;
    s223:connectsAt IBAL:AHU_1_G_OCP,
        IBAL:MotorizedThreeWayValve_1_ICP_1 ;
    s223:connectsFrom IBAL:AHU_1 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_1 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_106 a s223:Connection ;
    rdfs:label "Segment 106" ;
    s223:cnx IBAL:AHU_2_G_OCP,
        IBAL:MotorizedThreeWayValve_2_ICP_1 ;
    s223:connectsAt IBAL:AHU_2_G_OCP,
        IBAL:MotorizedThreeWayValve_2_ICP_1 ;
    s223:connectsFrom IBAL:AHU_2 ;
    s223:connectsTo IBAL:MotorizedThreeWayValve_2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Segment_12 a s223:Connection ;
    rdfs:label "Segment 12" ;
    s223:cnx IBAL:HVAC_Space_1_OCP,
        IBAL:Jnc5-ICP1 ;
    s223:connectsAt IBAL:HVAC_Space_1_OCP,
        IBAL:Jnc5-ICP1 ;
    s223:connectsFrom IBAL:HVACSpace_1 ;
    s223:connectsTo IBAL:Junction_5 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_135 a s223:Connection ;
    rdfs:label "Segment 135" ;
    s223:cnx IBAL:PlateHeatExchange_3_Lower_OCP,
        IBAL:Valve5_ICP1 ;
    s223:connectsAt IBAL:PlateHeatExchange_3_Lower_OCP,
        IBAL:Valve5_ICP1 ;
    s223:connectsFrom IBAL:PlateHeatExchanger_3 ;
    s223:connectsTo IBAL:Valve5 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_14 a s223:Connection ;
    rdfs:label "Segment 14" ;
    s223:cnx IBAL:HVAC_Space_2_OCP,
        IBAL:Jnc5-ICP2 ;
    s223:connectsAt IBAL:HVAC_Space_2_OCP,
        IBAL:Jnc5-ICP2 ;
    s223:connectsFrom IBAL:HVACSpace_2 ;
    s223:connectsTo IBAL:Junction_5 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_140 a s223:Connection ;
    rdfs:label "Segment 140" ;
    s223:cnx IBAL:PlateHeatExchange_3_Upper_OCP,
        IBAL:Valve4_ICP1 ;
    s223:connectsAt IBAL:PlateHeatExchange_3_Upper_OCP,
        IBAL:Valve4_ICP1 ;
    s223:connectsFrom IBAL:PlateHeatExchanger_3 ;
    s223:connectsTo IBAL:Valve4 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_151 a s223:Connection ;
    rdfs:label "Segment 151" ;
    s223:cnx IBAL:PlateHeatExchange_1_Upper_OCP,
        IBAL:Valve11_ICP1 ;
    s223:connectsAt IBAL:PlateHeatExchange_1_Upper_OCP,
        IBAL:Valve11_ICP1 ;
    s223:connectsFrom IBAL:PlateHeatExchanger_1 ;
    s223:connectsTo IBAL:Valve11 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Segment_16 a s223:Connection ;
    rdfs:label "Segment 16" ;
    s223:cnx IBAL:HVAC_Space_3_OCP,
        IBAL:Jnc6-ICP1 ;
    s223:connectsAt IBAL:HVAC_Space_3_OCP,
        IBAL:Jnc6-ICP1 ;
    s223:connectsFrom IBAL:HVACSpace_3 ;
    s223:connectsTo IBAL:Junction_6 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_18 a s223:Connection ;
    rdfs:label "Segment 18" ;
    s223:cnx IBAL:HVAC_Space_4_OCP,
        IBAL:Jnc6-ICP2 ;
    s223:connectsAt IBAL:HVAC_Space_4_OCP,
        IBAL:Jnc6-ICP2 ;
    s223:connectsFrom IBAL:HVACSpace_4 ;
    s223:connectsTo IBAL:Junction_6 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_20 a s223:Connection ;
    rdfs:label "Segment 20" ;
    s223:cnx IBAL:Damper_12_ICP,
        IBAL:Jnc7-OCP1 ;
    s223:connectsAt IBAL:Damper_12_ICP,
        IBAL:Jnc7-OCP1 ;
    s223:connectsFrom IBAL:Junction_7 ;
    s223:connectsTo IBAL:MotorizedDamper_12 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_23 a s223:Connection ;
    rdfs:label "Segment 23" ;
    s223:cnx IBAL:Damper_14_ICP,
        IBAL:Jnc8-OCP1 ;
    s223:connectsAt IBAL:Damper_14_ICP,
        IBAL:Jnc8-OCP1 ;
    s223:connectsFrom IBAL:Junction_8 ;
    s223:connectsTo IBAL:MotorizedDamper_14 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_38 a s223:Connection ;
    rdfs:label "Segment 38" ;
    s223:cnx IBAL:Damper_13_ICP,
        IBAL:Jnc12-OCP1 ;
    s223:connectsAt IBAL:Damper_13_ICP,
        IBAL:Jnc12-OCP1 ;
    s223:connectsFrom IBAL:Junction_12 ;
    s223:connectsTo IBAL:MotorizedDamper_13 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_39 a s223:Connection ;
    rdfs:label "Segment 39" ;
    s223:cnx IBAL:Damper_11_ICP,
        IBAL:Jnc12-OCP2 ;
    s223:connectsAt IBAL:Damper_11_ICP,
        IBAL:Jnc12-OCP2 ;
    s223:connectsFrom IBAL:Junction_12 ;
    s223:connectsTo IBAL:MotorizedDamper_11 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_4 a s223:Connection ;
    rdfs:label "Segment 4" ;
    s223:cnx IBAL:Jnc2-OCP2,
        IBAL:VAV_2_ICP ;
    s223:connectsAt IBAL:Jnc2-OCP2,
        IBAL:VAV_2_ICP ;
    s223:connectsFrom IBAL:Junction_2 ;
    s223:connectsTo IBAL:VAV_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_7 a s223:Connection ;
    rdfs:label "Segment 7" ;
    s223:cnx IBAL:Jnc3-OCP,
        IBAL:VAV_3_ICP ;
    s223:connectsAt IBAL:Jnc3-OCP,
        IBAL:VAV_3_ICP ;
    s223:connectsFrom IBAL:Junction_3 ;
    s223:connectsTo IBAL:VAV_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_96 a s223:Connection ;
    rdfs:label "Segment 96" ;
    s223:cnx IBAL:Jnc35-OCP,
        IBAL:WaterPump_4_ICP ;
    s223:connectsAt IBAL:Jnc35-OCP,
        IBAL:WaterPump_4_ICP ;
    s223:connectsFrom IBAL:Junction_35 ;
    s223:connectsTo IBAL:WaterPump_4 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:VAV_2_Connection_2 a s223:Connection ;
    rdfs:label "VAV 2 Connection 2" ;
    s223:cnx IBAL:HVAC_Space_2_ICP,
        IBAL:VAV_2_OCP ;
    s223:connectsAt IBAL:HVAC_Space_2_ICP,
        IBAL:VAV_2_OCP ;
    s223:connectsFrom IBAL:VAV_2 ;
    s223:connectsTo IBAL:HVACSpace_2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VAV_3_Connection_2 a s223:Connection ;
    rdfs:label "VAV 3 Connection 2" ;
    s223:cnx IBAL:HVAC_Space_3_ICP,
        IBAL:VAV_3_OCP ;
    s223:connectsAt IBAL:HVAC_Space_3_ICP,
        IBAL:VAV_3_OCP ;
    s223:connectsFrom IBAL:VAV_3 ;
    s223:connectsTo IBAL:HVACSpace_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:ChillerHEC1 a s223:HydronicHeatExchanger ;
    rdfs:label "Chiller HEC1" ;
    s223:cnx IBAL:HEC1_LowerICP,
        IBAL:HEC1_LowerOCP,
        IBAL:HEC1_UpperICP,
        IBAL:HEC1_UpperOCP ;
    s223:hasConnectionPoint IBAL:HEC1_LowerICP,
        IBAL:HEC1_LowerOCP,
        IBAL:HEC1_UpperICP,
        IBAL:HEC1_UpperOCP ;
    s223:hasRole s223:Role-Condenser,
        s223:Role-HeatTransfer .

IBAL:ChillerHEC2 a s223:HydronicHeatExchanger ;
    rdfs:label "ChillerHEC2" ;
    s223:cnx IBAL:HEC2_LowerICP,
        IBAL:HEC2_LowerOCP,
        IBAL:HEC2_UpperICP,
        IBAL:HEC2_UpperOCP ;
    s223:hasConnectionPoint IBAL:HEC2_LowerICP,
        IBAL:HEC2_LowerOCP,
        IBAL:HEC2_UpperICP,
        IBAL:HEC2_UpperOCP ;
    s223:hasRole s223:Role-Condenser,
        s223:Role-HeatTransfer .

IBAL:ChillerHEE1 a s223:HydronicHeatExchanger ;
    rdfs:label "Chiller HEE1" ;
    s223:cnx IBAL:HEE1_LowerICP,
        IBAL:HEE1_LowerOCP,
        IBAL:HEE1_UpperICP,
        IBAL:HEE1_UpperOCP ;
    s223:hasConnectionPoint IBAL:HEE1_LowerICP,
        IBAL:HEE1_LowerOCP,
        IBAL:HEE1_UpperICP,
        IBAL:HEE1_UpperOCP ;
    s223:hasRole s223:Role-Evaporator,
        s223:Role-HeatTransfer .

IBAL:ChillerHEE2 a s223:HydronicHeatExchanger ;
    rdfs:label "ChillerHEE2" ;
    s223:cnx IBAL:HEE2_LowerICP,
        IBAL:HEE2_LowerOCP,
        IBAL:HEE2_UpperICP,
        IBAL:HEE2_UpperOCP ;
    s223:hasConnectionPoint IBAL:HEE2_LowerICP,
        IBAL:HEE2_LowerOCP,
        IBAL:HEE2_UpperICP,
        IBAL:HEE2_UpperOCP ;
    s223:hasRole s223:Role-Evaporator,
        s223:Role-HeatTransfer .

IBAL:Chiller_1_Lower_Connection a s223:Connection ;
    rdfs:label "Chiller 1 Lower Connection" ;
    s223:cnx IBAL:Chiller_1_Lower_OCP,
        IBAL:WaterPump_2_ICP ;
    s223:connectsAt IBAL:Chiller_1_Lower_OCP,
        IBAL:WaterPump_2_ICP ;
    s223:connectsFrom IBAL:WaterChiller_1 ;
    s223:connectsTo IBAL:WaterPump_2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Chiller_2_Lower_Connection a s223:Connection ;
    rdfs:label "Chiller 2 Lower Connection" ;
    s223:cnx IBAL:Chiller_2_Lower_OCP,
        IBAL:WaterPump_3_ICP ;
    s223:connectsAt IBAL:Chiller_2_Lower_OCP,
        IBAL:WaterPump_3_ICP ;
    s223:connectsFrom IBAL:WaterChiller_2 ;
    s223:connectsTo IBAL:WaterPump_3 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:HeatExchange_Connection a s223:Connection ;
    rdfs:label "Heat Exchange Connection" ;
    s223:cnx IBAL:PlateHeatExchange_2_Lower_OCP,
        IBAL:WaterPump_1_ICP ;
    s223:connectsAt IBAL:PlateHeatExchange_2_Lower_OCP,
        IBAL:WaterPump_1_ICP ;
    s223:connectsFrom IBAL:PlateHeatExchanger_2 ;
    s223:connectsTo IBAL:WaterPump_1 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_45 a s223:Junction ;
    rdfs:label "Junction 45" ;
    s223:cnx IBAL:Jnc45_ICP,
        IBAL:Jnc45_OCP1,
        IBAL:Jnc45_OCP2 ;
    s223:connected IBAL:Valve3 ;
    s223:connectedFrom IBAL:Valve3 ;
    s223:connectedThrough IBAL:Segment_116 ;
    s223:hasConnectionPoint IBAL:Jnc45_ICP,
        IBAL:Jnc45_OCP1,
        IBAL:Jnc45_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_121 a s223:Connection ;
    rdfs:label "Segment 121" ;
    s223:cnx IBAL:Jnc48_ICP,
        IBAL:WaterPump_5_OCP ;
    s223:connectsAt IBAL:Jnc48_ICP,
        IBAL:WaterPump_5_OCP ;
    s223:connectsFrom IBAL:WaterPump_5 ;
    s223:connectsTo IBAL:Junction_48 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Segment_27 a s223:Connection ;
    rdfs:label "Segment 27" ;
    s223:cnx IBAL:Fan_3_ICP,
        IBAL:Jnc9-OCP2 ;
    s223:connectsAt IBAL:Fan_3_ICP,
        IBAL:Jnc9-OCP2 ;
    s223:connectsFrom IBAL:Junction_9 ;
    s223:connectsTo IBAL:Fan_3 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_30 a s223:Connection ;
    rdfs:label "Segment 30" ;
    s223:cnx IBAL:Fan_4_ICP,
        IBAL:Jnc10-OCP ;
    s223:connectsAt IBAL:Fan_4_ICP,
        IBAL:Jnc10-OCP ;
    s223:connectsFrom IBAL:Junction_10 ;
    s223:connectsTo IBAL:Fan_4 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_44 a s223:Connection ;
    rdfs:label "Segment 44" ;
    s223:cnx IBAL:AHU_3_OCP,
        IBAL:Jnc15-ICP ;
    s223:connectsAt IBAL:AHU_3_OCP,
        IBAL:Jnc15-ICP ;
    s223:connectsFrom IBAL:AHU_3 ;
    s223:connectsTo IBAL:Junction_15 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_9 a s223:Connection ;
    rdfs:label "Segment 9" ;
    s223:cnx IBAL:AHU_2_OCP,
        IBAL:Jnc4-ICP ;
    s223:connectsAt IBAL:AHU_2_OCP,
        IBAL:Jnc4-ICP ;
    s223:connectsFrom IBAL:AHU_2 ;
    s223:connectsTo IBAL:Junction_4 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Segment_97 a s223:Connection ;
    rdfs:label "Segment 97" ;
    s223:cnx IBAL:Jnc36-ICP,
        IBAL:WaterPump_4_OCP ;
    s223:connectsAt IBAL:Jnc36-ICP,
        IBAL:WaterPump_4_OCP ;
    s223:connectsFrom IBAL:WaterPump_4 ;
    s223:connectsTo IBAL:Junction_36 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:VFD_5 a s223:VariableFrequencyDrive ;
    rdfs:label "VFD 5" ;
    s223:cnx IBAL:VFD_5_ICP,
        IBAL:VFD_5_OCP ;
    s223:connected IBAL:Fan_5 ;
    s223:connectedThrough IBAL:Fan_5_VFD_5 ;
    s223:connectedTo IBAL:Fan_5 ;
    s223:hasConnectionPoint IBAL:VFD_5_ICP,
        IBAL:VFD_5_OCP .

IBAL:ManualTwoWayValve_1 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 1" ;
    s223:cnx IBAL:ManualTwoWayValve_1_ICP,
        IBAL:ManualTwoWayValve_1_OCP ;
    s223:connected IBAL:Junction_18,
        IBAL:MotorizedThreeWayValve_2 ;
    s223:connectedFrom IBAL:Junction_18 ;
    s223:connectedThrough IBAL:CC_2_Bypass_Connection,
        IBAL:Segment_57 ;
    s223:connectedTo IBAL:MotorizedThreeWayValve_2 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_1_ICP,
        IBAL:ManualTwoWayValve_1_OCP .

IBAL:ManualTwoWayValve_2 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 2" ;
    s223:cnx IBAL:ManualTwoWayValve_2_ICP,
        IBAL:ManualTwoWayValve_2_OCP ;
    s223:connected IBAL:Junction_19,
        IBAL:MotorizedThreeWayValve_1 ;
    s223:connectedFrom IBAL:Junction_19 ;
    s223:connectedThrough IBAL:CC_1_Bypass_Connection,
        IBAL:Segment_13 ;
    s223:connectedTo IBAL:MotorizedThreeWayValve_1 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_2_ICP,
        IBAL:ManualTwoWayValve_2_OCP .

IBAL:ManualTwoWayValve_3 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 3" ;
    s223:cnx IBAL:ManualTwoWayValve_3_ICP,
        IBAL:ManualTwoWayValve_3_OCP ;
    s223:connected IBAL:Junction_22,
        IBAL:MotorizedThreeWayValve_3 ;
    s223:connectedFrom IBAL:Junction_22 ;
    s223:connectedThrough IBAL:PlateHeatExchange_1_Bypass_Connection,
        IBAL:Segment_64 ;
    s223:connectedTo IBAL:MotorizedThreeWayValve_3 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_3_ICP,
        IBAL:ManualTwoWayValve_3_OCP .

IBAL:ManualTwoWayValve_4 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 4" ;
    s223:cnx IBAL:ManualTwoWayValve_4_ICP,
        IBAL:ManualTwoWayValve_4_OCP ;
    s223:connected IBAL:Junction_26,
        IBAL:Junction_27 ;
    s223:connectedFrom IBAL:Junction_27 ;
    s223:connectedThrough IBAL:Segment_74,
        IBAL:Segment_75 ;
    s223:connectedTo IBAL:Junction_26 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_4_ICP,
        IBAL:ManualTwoWayValve_4_OCP .

IBAL:ManualTwoWayValve_5 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 5" ;
    s223:cnx IBAL:ManualTwoWayValve_5_ICP,
        IBAL:ManualTwoWayValve_5_OCP ;
    s223:connected IBAL:Junction_27,
        IBAL:Junction_32 ;
    s223:connectedFrom IBAL:Junction_27 ;
    s223:connectedThrough IBAL:Segment_86,
        IBAL:Segment_87 ;
    s223:connectedTo IBAL:Junction_32 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_5_ICP,
        IBAL:ManualTwoWayValve_5_OCP .

IBAL:ManualTwoWayValve_6 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 6" ;
    s223:cnx IBAL:ManualTwoWayValve_6_ICP,
        IBAL:ManualTwoWayValve_6_OCP ;
    s223:connected IBAL:Junction_51,
        IBAL:Valve5 ;
    s223:connectedFrom IBAL:Junction_51 ;
    s223:connectedThrough IBAL:Segment_138,
        IBAL:Segment_139 ;
    s223:connectedTo IBAL:Valve5 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_6_ICP,
        IBAL:ManualTwoWayValve_6_OCP .

IBAL:ManualTwoWayValve_7 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 7" ;
    s223:cnx IBAL:ManualTwoWayValve_7_ICP,
        IBAL:ManualTwoWayValve_7_OCP ;
    s223:connected IBAL:Junction_43,
        IBAL:Valve5 ;
    s223:connectedFrom IBAL:Valve5 ;
    s223:connectedThrough IBAL:Segment_136,
        IBAL:Segment_137 ;
    s223:connectedTo IBAL:Junction_43 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_7_ICP,
        IBAL:ManualTwoWayValve_7_OCP .

IBAL:ManualTwoWayValve_8 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 8" ;
    s223:cnx IBAL:ManualTwoWayValve_8_ICP,
        IBAL:ManualTwoWayValve_8_OCP ;
    s223:connected IBAL:Junction_52,
        IBAL:Valve4 ;
    s223:connectedFrom IBAL:Junction_52 ;
    s223:connectedThrough IBAL:Segment_144,
        IBAL:Segment_145 ;
    s223:connectedTo IBAL:Valve4 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_8_ICP,
        IBAL:ManualTwoWayValve_8_OCP .

IBAL:ManualTwoWayValve_9 a s223:TwoWayValve ;
    rdfs:label "Manual two way valve 9" ;
    s223:cnx IBAL:ManualTwoWayValve_9_ICP,
        IBAL:ManualTwoWayValve_9_OCP ;
    s223:connected IBAL:Junction_57,
        IBAL:Valve11 ;
    s223:connectedFrom IBAL:Junction_57 ;
    s223:connectedThrough IBAL:Segment_155,
        IBAL:Segment_156 ;
    s223:connectedTo IBAL:Valve11 ;
    s223:hasConnectionPoint IBAL:ManualTwoWayValve_9_ICP,
        IBAL:ManualTwoWayValve_9_OCP .

IBAL:MotorizedDamper_1 a s223:Damper ;
    rdfs:label "Motorized damper 1" ;
    s223:cnx IBAL:Damper_1_ICP,
        IBAL:Damper_1_OCP ;
    s223:connected IBAL:HeatingCoil_2 ;
    s223:connectedThrough IBAL:VAV_1_Connection_1 ;
    s223:connectedTo IBAL:HeatingCoil_2 ;
    s223:hasConnectionPoint IBAL:Damper_1_ICP,
        IBAL:Damper_1_OCP .

IBAL:MotorizedDamper_19 a s223:Damper ;
    rdfs:label "Motorized damper 19" ;
    s223:cnx IBAL:Damper_19_ICP,
        IBAL:Damper_19_OCP ;
    s223:connected IBAL:Junction_17 ;
    s223:connectedThrough IBAL:Segment_51 ;
    s223:connectedTo IBAL:Junction_17 ;
    s223:hasConnectionPoint IBAL:Damper_19_ICP,
        IBAL:Damper_19_OCP .

IBAL:MotorizedDamper_2 a s223:Damper ;
    rdfs:label "Motorized damper 2" ;
    s223:cnx IBAL:Damper_2_ICP,
        IBAL:Damper_2_OCP ;
    s223:connected IBAL:HeatingCoil_3 ;
    s223:connectedThrough IBAL:VAV_2_Connection_1 ;
    s223:connectedTo IBAL:HeatingCoil_3 ;
    s223:hasConnectionPoint IBAL:Damper_2_ICP,
        IBAL:Damper_2_OCP .

IBAL:MotorizedDamper_3 a s223:Damper ;
    rdfs:label "Motorized damper 3" ;
    s223:cnx IBAL:Damper_3_ICP,
        IBAL:Damper_3_OCP ;
    s223:connected IBAL:HeatingCoil_5 ;
    s223:connectedThrough IBAL:VAV_3_Connection_1 ;
    s223:connectedTo IBAL:HeatingCoil_5 ;
    s223:hasConnectionPoint IBAL:Damper_3_ICP,
        IBAL:Damper_3_OCP .

IBAL:MotorizedDamper_4 a s223:Damper ;
    rdfs:label "Motorized damper 4" ;
    s223:actuatedByProperty IBAL:d18_pos_c ;
    s223:cnx IBAL:Damper_4_ICP,
        IBAL:Damper_4_OCP ;
    s223:connected IBAL:HeatingCoil_6 ;
    s223:connectedThrough IBAL:VAV_4_Connection_1 ;
    s223:connectedTo IBAL:HeatingCoil_6 ;
    s223:hasConnectionPoint IBAL:Damper_4_ICP,
        IBAL:Damper_4_OCP .

IBAL:Segment_1 a s223:Connection ;
    rdfs:label "Segment 1" ;
    s223:cnx IBAL:AHU_1_OCP,
        IBAL:Jnc1-ICP ;
    s223:connectsAt IBAL:AHU_1_OCP,
        IBAL:Jnc1-ICP ;
    s223:connectsFrom IBAL:AHU_1 ;
    s223:connectsTo IBAL:Junction_1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VFD_1 a s223:VariableFrequencyDrive ;
    rdfs:label "VFD 1" ;
    s223:cnx IBAL:VFD_1_ICP,
        IBAL:VFD_1_OCP ;
    s223:connected IBAL:Fan_1 ;
    s223:connectedThrough IBAL:Fan_1_VFD_1 ;
    s223:connectedTo IBAL:Fan_1 ;
    s223:hasConnectionPoint IBAL:VFD_1_ICP,
        IBAL:VFD_1_OCP .

IBAL:VFD_2 a s223:VariableFrequencyDrive ;
    rdfs:label "VFD 2" ;
    s223:cnx IBAL:VFD_2_ICP,
        IBAL:VFD_2_OCP ;
    s223:connected IBAL:Fan_2 ;
    s223:connectedThrough IBAL:Fan_2_VFD_2 ;
    s223:connectedTo IBAL:Fan_2 ;
    s223:hasConnectionPoint IBAL:VFD_2_ICP,
        IBAL:VFD_2_OCP ;
    s223:hasProperty IBAL:ahu1_vfd .

IBAL:VFD_3 a s223:VariableFrequencyDrive ;
    rdfs:label "VFD 3" ;
    s223:cnx IBAL:VFD_3_ICP,
        IBAL:VFD_3_OCP ;
    s223:connected IBAL:Fan_3 ;
    s223:connectedThrough IBAL:Fan_3_VFD_3 ;
    s223:connectedTo IBAL:Fan_3 ;
    s223:hasConnectionPoint IBAL:VFD_3_ICP,
        IBAL:VFD_3_OCP .

IBAL:VFD_4 a s223:VariableFrequencyDrive ;
    rdfs:label "VFD 4" ;
    s223:cnx IBAL:VFD_4_ICP,
        IBAL:VFD_4_OCP ;
    s223:connected IBAL:Fan_4 ;
    s223:connectedThrough IBAL:Fan_4_VFD_4 ;
    s223:connectedTo IBAL:Fan_4 ;
    s223:hasConnectionPoint IBAL:VFD_4_ICP,
        IBAL:VFD_4_OCP .

IBAL:Filter_1 a s223:Filter ;
    rdfs:label "Filter 1" ;
    s223:cnx IBAL:Filter_1_ICP,
        IBAL:Filter_1_OCP ;
    s223:connected IBAL:CoolingCoil_1,
        IBAL:Fan_1 ;
    s223:connectedFrom IBAL:CoolingCoil_1 ;
    s223:connectedThrough IBAL:AHU_1_Connection_3,
        IBAL:AHU_1_Connection_4 ;
    s223:connectedTo IBAL:Fan_1 ;
    s223:hasConnectionPoint IBAL:Filter_1_ICP,
        IBAL:Filter_1_OCP .

IBAL:Filter_2 a s223:Filter ;
    rdfs:label "Filter 2" ;
    s223:cnx IBAL:Filter_2_ICP,
        IBAL:Filter_2_OCP ;
    s223:connected IBAL:CoolingCoil_2,
        IBAL:Fan_2 ;
    s223:connectedFrom IBAL:CoolingCoil_2 ;
    s223:connectedThrough IBAL:AHU_2_Connection_3,
        IBAL:AHU_2_Connection_4 ;
    s223:connectedTo IBAL:Fan_2 ;
    s223:hasConnectionPoint IBAL:Filter_2_ICP,
        IBAL:Filter_2_OCP .

IBAL:MotorizedDamper_10 a s223:Damper ;
    rdfs:label "Motorized damper 10" ;
    s223:cnx IBAL:Damper_10_ICP,
        IBAL:Damper_10_OCP ;
    s223:connected IBAL:Junction_10,
        IBAL:Junction_9 ;
    s223:connectedFrom IBAL:Junction_9 ;
    s223:connectedThrough IBAL:Segment_26,
        IBAL:Segment_29 ;
    s223:connectedTo IBAL:Junction_10 ;
    s223:hasConnectionPoint IBAL:Damper_10_ICP,
        IBAL:Damper_10_OCP .

IBAL:MotorizedDamper_15 a s223:Damper ;
    rdfs:label "Motorized damper 15" ;
    s223:cnx IBAL:Damper_15_ICP,
        IBAL:Damper_15_OCP ;
    s223:connected IBAL:Junction_12,
        IBAL:Junction_15 ;
    s223:connectedFrom IBAL:Junction_15 ;
    s223:connectedThrough IBAL:Segment_43,
        IBAL:Segment_45 ;
    s223:connectedTo IBAL:Junction_12 ;
    s223:hasConnectionPoint IBAL:Damper_15_ICP,
        IBAL:Damper_15_OCP .

IBAL:MotorizedDamper_5 a s223:Damper ;
    rdfs:label "Motorized damper 5" ;
    s223:cnx IBAL:Damper_5_ICP,
        IBAL:Damper_5_OCP ;
    s223:connected IBAL:Junction_2,
        IBAL:Junction_3 ;
    s223:connectedFrom IBAL:Junction_2 ;
    s223:connectedThrough IBAL:Segment_5,
        IBAL:Segment_6 ;
    s223:connectedTo IBAL:Junction_3 ;
    s223:hasConnectionPoint IBAL:Damper_5_ICP,
        IBAL:Damper_5_OCP .

IBAL:MotorizedDamper_7 a s223:Damper ;
    rdfs:label "Motorized damper 7" ;
    s223:cnx IBAL:Damper_7_ICP,
        IBAL:Damper_7_OCP ;
    s223:connected IBAL:Fan_3,
        IBAL:Junction_11 ;
    s223:connectedFrom IBAL:Fan_3 ;
    s223:connectedThrough IBAL:Exhaust_Fan_1_Connection_2,
        IBAL:Segment_32 ;
    s223:connectedTo IBAL:Junction_11 ;
    s223:hasConnectionPoint IBAL:Damper_7_ICP,
        IBAL:Damper_7_OCP .

IBAL:MotorizedDamper_9 a s223:Damper ;
    rdfs:label "Motorized damper 9" ;
    s223:cnx IBAL:Damper_9_ICP,
        IBAL:Damper_9_OCP ;
    s223:connected IBAL:Fan_4,
        IBAL:Junction_11 ;
    s223:connectedFrom IBAL:Fan_4 ;
    s223:connectedThrough IBAL:Exhaust_Fan_2_Connection_2,
        IBAL:Segment_33 ;
    s223:connectedTo IBAL:Junction_11 ;
    s223:hasConnectionPoint IBAL:Damper_9_ICP,
        IBAL:Damper_9_OCP .

IBAL:ThermalStorage_1 a s223:Equipment ;
    rdfs:label "ThermalStorage 1" ;
    s223:cnx IBAL:ThermalStorage_1_ICP,
        IBAL:ThermalStorage_1_OCP ;
    s223:connected IBAL:Junction_33,
        IBAL:MotorizedThreeWayValve_5 ;
    s223:connectedFrom IBAL:Junction_33 ;
    s223:connectedThrough IBAL:Segment_104,
        IBAL:Segment_89 ;
    s223:connectedTo IBAL:MotorizedThreeWayValve_5 ;
    s223:hasConnectionPoint IBAL:ThermalStorage_1_ICP,
        IBAL:ThermalStorage_1_OCP .

IBAL:CoolingCoil_3 a s223:CoolingCoil ;
    rdfs:label "Cooling coil 3" ;
    s223:cnx IBAL:CC_3_G_ICP,
        IBAL:CC_3_G_OCP,
        IBAL:CC_3_ICP,
        IBAL:CC_3_OCP ;
    s223:connected IBAL:HeatingCoil_7 ;
    s223:connectedThrough IBAL:AHU_3_Connection_2 ;
    s223:connectedTo IBAL:HeatingCoil_7 ;
    s223:hasConnectionPoint IBAL:CC_3_G_ICP,
        IBAL:CC_3_G_OCP,
        IBAL:CC_3_ICP,
        IBAL:CC_3_OCP ;
    s223:hasRole s223:Role-Cooling,
        s223:Role-HeatTransfer .

IBAL:HeatingCoil_1 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 1" ;
    s223:cnx IBAL:HC_1_E_ICP,
        IBAL:HC_1_ICP,
        IBAL:HC_1_OCP ;
    s223:connected IBAL:CoolingCoil_1 ;
    s223:connectedThrough IBAL:AHU_1_Connection_2 ;
    s223:connectedTo IBAL:CoolingCoil_1 ;
    s223:hasConnectionPoint IBAL:HC_1_E_ICP,
        IBAL:HC_1_ICP,
        IBAL:HC_1_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:HeatingCoil_2 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 2" ;
    s223:cnx IBAL:HC_2_E_ICP,
        IBAL:HC_2_ICP,
        IBAL:HC_2_OCP ;
    s223:connected IBAL:MotorizedDamper_1 ;
    s223:connectedFrom IBAL:MotorizedDamper_1 ;
    s223:connectedThrough IBAL:VAV_1_Connection_1 ;
    s223:hasConnectionPoint IBAL:HC_2_E_ICP,
        IBAL:HC_2_ICP,
        IBAL:HC_2_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:HeatingCoil_3 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 3" ;
    s223:cnx IBAL:HC_3_E_ICP,
        IBAL:HC_3_ICP,
        IBAL:HC_3_OCP ;
    s223:connected IBAL:MotorizedDamper_2 ;
    s223:connectedFrom IBAL:MotorizedDamper_2 ;
    s223:connectedThrough IBAL:VAV_2_Connection_1 ;
    s223:hasConnectionPoint IBAL:HC_3_E_ICP,
        IBAL:HC_3_ICP,
        IBAL:HC_3_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:HeatingCoil_4 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 4" ;
    s223:cnx IBAL:HC_4_E_ICP,
        IBAL:HC_4_ICP,
        IBAL:HC_4_OCP ;
    s223:connected IBAL:CoolingCoil_2 ;
    s223:connectedThrough IBAL:AHU_2_Connection_2 ;
    s223:connectedTo IBAL:CoolingCoil_2 ;
    s223:hasConnectionPoint IBAL:HC_4_E_ICP,
        IBAL:HC_4_ICP,
        IBAL:HC_4_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:HeatingCoil_5 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 5" ;
    s223:cnx IBAL:HC_5_E_ICP,
        IBAL:HC_5_ICP,
        IBAL:HC_5_OCP ;
    s223:connected IBAL:MotorizedDamper_3 ;
    s223:connectedFrom IBAL:MotorizedDamper_3 ;
    s223:connectedThrough IBAL:VAV_3_Connection_1 ;
    s223:hasConnectionPoint IBAL:HC_5_E_ICP,
        IBAL:HC_5_ICP,
        IBAL:HC_5_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:HeatingCoil_6 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 6" ;
    s223:cnx IBAL:HC_6_E_ICP,
        IBAL:HC_6_ICP,
        IBAL:HC_6_OCP ;
    s223:connected IBAL:MotorizedDamper_4 ;
    s223:connectedFrom IBAL:MotorizedDamper_4 ;
    s223:connectedThrough IBAL:VAV_4_Connection_1 ;
    s223:hasConnectionPoint IBAL:HC_6_E_ICP,
        IBAL:HC_6_ICP,
        IBAL:HC_6_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:Junction_11 a s223:Junction ;
    rdfs:label "Junction 11" ;
    s223:cnx IBAL:Jnc11-ICP1,
        IBAL:Jnc11-ICP2,
        IBAL:Jnc11-OCP ;
    s223:connected IBAL:MotorizedDamper_7,
        IBAL:MotorizedDamper_9 ;
    s223:connectedFrom IBAL:MotorizedDamper_7,
        IBAL:MotorizedDamper_9 ;
    s223:connectedThrough IBAL:Segment_32,
        IBAL:Segment_33 ;
    s223:hasConnectionPoint IBAL:Jnc11-ICP1,
        IBAL:Jnc11-ICP2,
        IBAL:Jnc11-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_20 a s223:Junction ;
    rdfs:label "Junction 20" ;
    s223:cnx IBAL:Jnc20-ICP,
        IBAL:Jnc20-OCP,
        IBAL:Jnc20-OCP2 ;
    s223:connected IBAL:Junction_21,
        IBAL:MotorizedThreeWayValve_2 ;
    s223:connectedFrom IBAL:MotorizedThreeWayValve_2 ;
    s223:connectedThrough IBAL:Segment_60,
        IBAL:Segment_61 ;
    s223:connectedTo IBAL:Junction_21 ;
    s223:hasConnectionPoint IBAL:Jnc20-ICP,
        IBAL:Jnc20-OCP,
        IBAL:Jnc20-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_29 a s223:Junction ;
    rdfs:label "Junction 29" ;
    s223:cnx IBAL:Jnc29-ICP,
        IBAL:Jnc29-OCP,
        IBAL:Jnc29-OCP2 ;
    s223:connected IBAL:Junction_28,
        IBAL:WaterChiller_2 ;
    s223:connectedFrom IBAL:Junction_28 ;
    s223:connectedThrough IBAL:Segment_77,
        IBAL:Segment_79 ;
    s223:connectedTo IBAL:WaterChiller_2 ;
    s223:hasConnectionPoint IBAL:Jnc29-ICP,
        IBAL:Jnc29-OCP,
        IBAL:Jnc29-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_30 a s223:Junction ;
    rdfs:label "Junction 30" ;
    s223:cnx IBAL:Jnc30-ICP,
        IBAL:Jnc30-ICP2,
        IBAL:Jnc30-OCP ;
    s223:connected IBAL:Junction_31,
        IBAL:WaterPump_3 ;
    s223:connectedFrom IBAL:WaterPump_3 ;
    s223:connectedThrough IBAL:Segment_82,
        IBAL:Segment_84 ;
    s223:connectedTo IBAL:Junction_31 ;
    s223:hasConnectionPoint IBAL:Jnc30-ICP,
        IBAL:Jnc30-ICP2,
        IBAL:Jnc30-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_38 a s223:Junction ;
    rdfs:label "Junction 38" ;
    s223:cnx IBAL:Jnc38-ICP,
        IBAL:Jnc38-OCP,
        IBAL:Jnc38-OCP2 ;
    s223:connected IBAL:Junction_18,
        IBAL:Junction_37 ;
    s223:connectedFrom IBAL:Junction_37 ;
    s223:connectedThrough IBAL:Segment_100,
        IBAL:Segment_101 ;
    s223:connectedTo IBAL:Junction_18 ;
    s223:hasConnectionPoint IBAL:Jnc38-ICP,
        IBAL:Jnc38-OCP,
        IBAL:Jnc38-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_39 a s223:Junction ;
    rdfs:label "Junction 39" ;
    s223:cnx IBAL:Jnc_39_ICP,
        IBAL:Jnc_39_OCP1,
        IBAL:Jnc_39_OCP2 ;
    s223:connected IBAL:Junction_46,
        IBAL:PlateHeatExchanger_2 ;
    s223:connectedFrom IBAL:Junction_46 ;
    s223:connectedThrough IBAL:Segment_108,
        IBAL:Segment_118 ;
    s223:connectedTo IBAL:PlateHeatExchanger_2 ;
    s223:hasConnectionPoint IBAL:Jnc_39_ICP,
        IBAL:Jnc_39_OCP1,
        IBAL:Jnc_39_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_40 a s223:Junction ;
    rdfs:label "Junction 40" ;
    s223:cnx IBAL:Jnc40_ICP1,
        IBAL:Jnc40_ICP2,
        IBAL:Jnc40_OCP ;
    s223:connected IBAL:Junction_41,
        IBAL:Valve1 ;
    s223:connectedFrom IBAL:Valve1 ;
    s223:connectedThrough IBAL:Segment_110,
        IBAL:Segment_111 ;
    s223:connectedTo IBAL:Junction_41 ;
    s223:hasConnectionPoint IBAL:Jnc40_ICP1,
        IBAL:Jnc40_ICP2,
        IBAL:Jnc40_OCP ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_50 a s223:Junction ;
    rdfs:label "Junction 50" ;
    s223:cnx IBAL:Jnc50_ICP1,
        IBAL:Jnc50_OCP1,
        IBAL:Jnc50_OCP2 ;
    s223:connected IBAL:Junction_49,
        IBAL:Valve3 ;
    s223:connectedThrough IBAL:Segment_123,
        IBAL:Segment_126 ;
    s223:connectedTo IBAL:Junction_49,
        IBAL:Valve3 ;
    s223:hasConnectionPoint IBAL:Jnc50_ICP1,
        IBAL:Jnc50_OCP1,
        IBAL:Jnc50_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_53 a s223:Junction ;
    rdfs:label "Junction 53" ;
    s223:cnx IBAL:Jnc53_ICP1,
        IBAL:Jnc53_ICP2,
        IBAL:Jnc53_OCP ;
    s223:connected IBAL:Junction_56,
        IBAL:Valve4 ;
    s223:connectedFrom IBAL:Junction_56,
        IBAL:Valve4 ;
    s223:connectedThrough IBAL:Segment_141,
        IBAL:Segment_150 ;
    s223:hasConnectionPoint IBAL:Jnc53_ICP1,
        IBAL:Jnc53_ICP2,
        IBAL:Jnc53_OCP ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Junction_54 a s223:Junction ;
    rdfs:label "Junction 54" ;
    s223:cnx IBAL:Jnc54_ICP,
        IBAL:Jnc54_OCP1,
        IBAL:Jnc54_OCP2 ;
    s223:connected IBAL:Junction_52,
        IBAL:Junction_55 ;
    s223:connectedThrough IBAL:Segment_142,
        IBAL:Segment_148 ;
    s223:connectedTo IBAL:Junction_52,
        IBAL:Junction_55 ;
    s223:hasConnectionPoint IBAL:Jnc54_ICP,
        IBAL:Jnc54_OCP1,
        IBAL:Jnc54_OCP2 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Junction_55 a s223:Junction ;
    rdfs:label "Junction 55" ;
    s223:cnx IBAL:Jnc55_ICP,
        IBAL:Jnc55_OCP1,
        IBAL:Jnc55_OCP2 ;
    s223:connected IBAL:Junction_54,
        IBAL:Junction_57 ;
    s223:connectedFrom IBAL:Junction_54 ;
    s223:connectedThrough IBAL:Segment_148,
        IBAL:Segment_153 ;
    s223:connectedTo IBAL:Junction_57 ;
    s223:hasConnectionPoint IBAL:Jnc55_ICP,
        IBAL:Jnc55_OCP1,
        IBAL:Jnc55_OCP2 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Junction_56 a s223:Junction ;
    rdfs:label "Junction 56" ;
    s223:cnx IBAL:Jnc56_ICP1,
        IBAL:Jnc56_ICP2,
        IBAL:Jnc56_OCP ;
    s223:connected IBAL:Junction_53,
        IBAL:Valve11 ;
    s223:connectedFrom IBAL:Valve11 ;
    s223:connectedThrough IBAL:Segment_150,
        IBAL:Segment_152 ;
    s223:connectedTo IBAL:Junction_53 ;
    s223:hasConnectionPoint IBAL:Jnc56_ICP1,
        IBAL:Jnc56_ICP2,
        IBAL:Jnc56_OCP ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Valve1 a s223:TwoWayValve ;
    rdfs:label "Valve1" ;
    s223:cnx IBAL:Valve1_ICP,
        IBAL:Valve1_OCP ;
    s223:connected IBAL:Junction_40,
        IBAL:PlateHeatExchanger_2 ;
    s223:connectedFrom IBAL:PlateHeatExchanger_2 ;
    s223:connectedThrough IBAL:Segment_109,
        IBAL:Segment_110 ;
    s223:connectedTo IBAL:Junction_40 ;
    s223:hasConnectionPoint IBAL:Valve1_ICP,
        IBAL:Valve1_OCP .

IBAL:Valve6 a s223:TwoWayValve ;
    rdfs:label "Valve6" ;
    s223:cnx IBAL:Valve6_ICP,
        IBAL:Valve6_OCP ;
    s223:connected IBAL:Junction_42,
        IBAL:WaterChiller_2 ;
    s223:connectedFrom IBAL:WaterChiller_2 ;
    s223:connectedThrough IBAL:Segment_128,
        IBAL:Segment_131 ;
    s223:connectedTo IBAL:Junction_42 ;
    s223:hasConnectionPoint IBAL:Valve6_ICP,
        IBAL:Valve6_OCP .

IBAL:Valve7 a s223:TwoWayValve ;
    rdfs:label "Valve7" ;
    s223:cnx IBAL:Valve7_ICP,
        IBAL:Valve7_OCP ;
    s223:connected IBAL:Junction_41,
        IBAL:WaterChiller_1 ;
    s223:connectedFrom IBAL:WaterChiller_1 ;
    s223:connectedThrough IBAL:Segment_130,
        IBAL:Segment_132 ;
    s223:connectedTo IBAL:Junction_41 ;
    s223:hasConnectionPoint IBAL:Valve7_ICP,
        IBAL:Valve7_OCP .

IBAL:Fan_1 a s223:Fan ;
    rdfs:label "Fan 1" ;
    s223:cnx IBAL:Fan_1_ICP,
        IBAL:Fan_1_OCP,
        IBAL:Fan_1_S_ICP ;
    s223:connected IBAL:Filter_1,
        IBAL:VFD_1 ;
    s223:connectedFrom IBAL:Filter_1,
        IBAL:VFD_1 ;
    s223:connectedThrough IBAL:AHU_1_Connection_3,
        IBAL:Fan_1_VFD_1 ;
    s223:hasConnectionPoint IBAL:Fan_1_ICP,
        IBAL:Fan_1_OCP,
        IBAL:Fan_1_S_ICP .

IBAL:Fan_2 a s223:Fan ;
    rdfs:label "Fan 2" ;
    s223:cnx IBAL:Fan_2_ICP,
        IBAL:Fan_2_OCP,
        IBAL:Fan_2_S_ICP ;
    s223:connected IBAL:Filter_2,
        IBAL:VFD_2 ;
    s223:connectedFrom IBAL:Filter_2,
        IBAL:VFD_2 ;
    s223:connectedThrough IBAL:AHU_2_Connection_3,
        IBAL:Fan_2_VFD_2 ;
    s223:hasConnectionPoint IBAL:Fan_2_ICP,
        IBAL:Fan_2_OCP,
        IBAL:Fan_2_S_ICP .

IBAL:HVACSpace_1 a s223:DomainSpace ;
    rdfs:label "HVACSpace 1" ;
    s223:cnx IBAL:HVAC_Space_1_ICP,
        IBAL:HVAC_Space_1_OCP ;
    s223:connected IBAL:Junction_5,
        IBAL:VAV_1 ;
    s223:connectedFrom IBAL:VAV_1 ;
    s223:connectedThrough IBAL:Segment_12,
        IBAL:VAV_1_Connection_2 ;
    s223:connectedTo IBAL:Junction_5 ;
    s223:hasConnectionPoint IBAL:HVAC_Space_1_ICP,
        IBAL:HVAC_Space_1_OCP ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasProperty IBAL:zs1_t_sp_f .

IBAL:HVACSpace_2 a s223:DomainSpace ;
    rdfs:label "HVACSpace 2" ;
    s223:cnx IBAL:HVAC_Space_2_ICP,
        IBAL:HVAC_Space_2_OCP ;
    s223:connected IBAL:Junction_5,
        IBAL:VAV_2 ;
    s223:connectedFrom IBAL:VAV_2 ;
    s223:connectedThrough IBAL:Segment_14,
        IBAL:VAV_2_Connection_2 ;
    s223:connectedTo IBAL:Junction_5 ;
    s223:hasConnectionPoint IBAL:HVAC_Space_2_ICP,
        IBAL:HVAC_Space_2_OCP ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasProperty IBAL:zs2_t_sp_f .

IBAL:HVACSpace_3 a s223:DomainSpace ;
    rdfs:label "HVACSpace 3" ;
    s223:cnx IBAL:HVAC_Space_3_ICP,
        IBAL:HVAC_Space_3_OCP ;
    s223:connected IBAL:Junction_6,
        IBAL:VAV_3 ;
    s223:connectedFrom IBAL:VAV_3 ;
    s223:connectedThrough IBAL:Segment_16,
        IBAL:VAV_3_Connection_2 ;
    s223:connectedTo IBAL:Junction_6 ;
    s223:hasConnectionPoint IBAL:HVAC_Space_3_ICP,
        IBAL:HVAC_Space_3_OCP ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasProperty IBAL:zs3_t_sp_f .

IBAL:HVACSpace_4 a s223:DomainSpace ;
    rdfs:label "HVACSpace 4" ;
    s223:cnx IBAL:HVAC_Space_4_ICP,
        IBAL:HVAC_Space_4_OCP ;
    s223:connected IBAL:Junction_6,
        IBAL:VAV_4 ;
    s223:connectedFrom IBAL:VAV_4 ;
    s223:connectedThrough IBAL:Segment_18,
        IBAL:VAV_4_Connection_2 ;
    s223:connectedTo IBAL:Junction_6 ;
    s223:hasConnectionPoint IBAL:HVAC_Space_4_ICP,
        IBAL:HVAC_Space_4_OCP ;
    s223:hasDomain s223:Domain-HVAC ;
    s223:hasProperty IBAL:zs4_t_sp_f .

IBAL:MotorizedDamper_11 a s223:Damper ;
    rdfs:label "Motorized damper 11" ;
    s223:cnx IBAL:Damper_11_ICP,
        IBAL:Damper_11_OCP ;
    s223:connected IBAL:Junction_12,
        IBAL:Junction_13 ;
    s223:connectedFrom IBAL:Junction_12 ;
    s223:connectedThrough IBAL:Segment_35,
        IBAL:Segment_39 ;
    s223:connectedTo IBAL:Junction_13 ;
    s223:hasConnectionPoint IBAL:Damper_11_ICP,
        IBAL:Damper_11_OCP .

IBAL:MotorizedDamper_12 a s223:Damper ;
    rdfs:label "Motorized damper 12" ;
    s223:cnx IBAL:Damper_12_ICP,
        IBAL:Damper_12_OCP ;
    s223:connected IBAL:Junction_13,
        IBAL:Junction_7 ;
    s223:connectedFrom IBAL:Junction_7 ;
    s223:connectedThrough IBAL:Segment_20,
        IBAL:Segment_37 ;
    s223:connectedTo IBAL:Junction_13 ;
    s223:hasConnectionPoint IBAL:Damper_12_ICP,
        IBAL:Damper_12_OCP .

IBAL:MotorizedDamper_13 a s223:Damper ;
    rdfs:label "Motorized damper 13" ;
    s223:cnx IBAL:Damper_13_ICP,
        IBAL:Damper_13_OCP ;
    s223:connected IBAL:Junction_12,
        IBAL:Junction_14 ;
    s223:connectedFrom IBAL:Junction_12 ;
    s223:connectedThrough IBAL:Segment_38,
        IBAL:Segment_41 ;
    s223:connectedTo IBAL:Junction_14 ;
    s223:hasConnectionPoint IBAL:Damper_13_ICP,
        IBAL:Damper_13_OCP .

IBAL:MotorizedDamper_14 a s223:Damper ;
    rdfs:label "Motorized damper 14" ;
    s223:cnx IBAL:Damper_14_ICP,
        IBAL:Damper_14_OCP ;
    s223:connected IBAL:Junction_14,
        IBAL:Junction_8 ;
    s223:connectedFrom IBAL:Junction_8 ;
    s223:connectedThrough IBAL:Segment_23,
        IBAL:Segment_40 ;
    s223:connectedTo IBAL:Junction_14 ;
    s223:hasConnectionPoint IBAL:Damper_14_ICP,
        IBAL:Damper_14_OCP .

IBAL:MotorizedDamper_16 a s223:Damper ;
    rdfs:label "Motorized damper 16" ;
    s223:cnx IBAL:Damper_16_ICP,
        IBAL:Damper_16_OCP ;
    s223:connected IBAL:Junction_15,
        IBAL:Junction_16 ;
    s223:connectedFrom IBAL:Junction_15 ;
    s223:connectedThrough IBAL:Segment_46,
        IBAL:Segment_47 ;
    s223:connectedTo IBAL:Junction_16 ;
    s223:hasConnectionPoint IBAL:Damper_16_ICP,
        IBAL:Damper_16_OCP .

IBAL:MotorizedDamper_18 a s223:Damper ;
    rdfs:label "Motorized damper 18" ;
    s223:cnx IBAL:Damper_18_ICP,
        IBAL:Damper_18_OCP ;
    s223:connected IBAL:Junction_16,
        IBAL:Junction_17 ;
    s223:connectedFrom IBAL:Junction_16 ;
    s223:connectedThrough IBAL:Segment_49,
        IBAL:Segment_50 ;
    s223:connectedTo IBAL:Junction_17 ;
    s223:hasConnectionPoint IBAL:Damper_18_ICP,
        IBAL:Damper_18_OCP .

IBAL:MotorizedDamper_6 a s223:Damper ;
    rdfs:label "Motorized damper 6" ;
    s223:cnx IBAL:Damper_6_ICP,
        IBAL:Damper_6_OCP ;
    s223:connected IBAL:Junction_7,
        IBAL:Junction_9 ;
    s223:connectedFrom IBAL:Junction_7 ;
    s223:connectedThrough IBAL:Segment_21,
        IBAL:Segment_25 ;
    s223:connectedTo IBAL:Junction_9 ;
    s223:hasConnectionPoint IBAL:Damper_6_ICP,
        IBAL:Damper_6_OCP .

IBAL:MotorizedDamper_8 a s223:Damper ;
    rdfs:label "Motorized damper 8" ;
    s223:cnx IBAL:Damper_8_ICP,
        IBAL:Damper_8_OCP ;
    s223:connected IBAL:Junction_10,
        IBAL:Junction_8 ;
    s223:connectedFrom IBAL:Junction_8 ;
    s223:connectedThrough IBAL:Segment_24,
        IBAL:Segment_28 ;
    s223:connectedTo IBAL:Junction_10 ;
    s223:hasConnectionPoint IBAL:Damper_8_ICP,
        IBAL:Damper_8_OCP .

IBAL:Fan_5 a s223:Fan ;
    rdfs:label "Fan 5" ;
    s223:cnx IBAL:Fan_5_E_ICP,
        IBAL:Fan_5_ICP,
        IBAL:Fan_5_OCP ;
    s223:connected IBAL:HeatingCoil_7,
        IBAL:VFD_5 ;
    s223:connectedFrom IBAL:HeatingCoil_7,
        IBAL:VFD_5 ;
    s223:connectedThrough IBAL:AHU_3_Connection_3,
        IBAL:Fan_5_VFD_5 ;
    s223:hasConnectionPoint IBAL:Fan_5_E_ICP,
        IBAL:Fan_5_ICP,
        IBAL:Fan_5_OCP .

IBAL:HeatingCoil_7 a s223:ElectricResistanceElement ;
    rdfs:label "Heating coil 7" ;
    s223:cnx IBAL:HC_7_E_ICP,
        IBAL:HC_7_ICP,
        IBAL:HC_7_OCP ;
    s223:connected IBAL:CoolingCoil_3,
        IBAL:Fan_5 ;
    s223:connectedFrom IBAL:CoolingCoil_3 ;
    s223:connectedThrough IBAL:AHU_3_Connection_2,
        IBAL:AHU_3_Connection_3 ;
    s223:connectedTo IBAL:Fan_5 ;
    s223:hasConnectionPoint IBAL:HC_7_E_ICP,
        IBAL:HC_7_ICP,
        IBAL:HC_7_OCP ;
    s223:hasRole s223:Role-HeatTransfer,
        s223:Role-Heating .

IBAL:Junction_1 a s223:Junction ;
    rdfs:label "Junction 1" ;
    s223:cnx IBAL:Jnc1-ICP,
        IBAL:Jnc1-OCP1,
        IBAL:Jnc1-OCP2 ;
    s223:connected IBAL:AHU_1,
        IBAL:Junction_2,
        IBAL:VAV_1 ;
    s223:connectedFrom IBAL:AHU_1 ;
    s223:connectedThrough IBAL:Segment_1,
        IBAL:Segment_2,
        IBAL:Segment_3 ;
    s223:connectedTo IBAL:Junction_2,
        IBAL:VAV_1 ;
    s223:hasConnectionPoint IBAL:Jnc1-ICP,
        IBAL:Jnc1-OCP1,
        IBAL:Jnc1-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_10 a s223:Junction ;
    rdfs:label "Junction 10" ;
    s223:cnx IBAL:Jnc10-ICP1,
        IBAL:Jnc10-ICP2,
        IBAL:Jnc10-OCP ;
    s223:connected IBAL:Fan_4,
        IBAL:MotorizedDamper_10,
        IBAL:MotorizedDamper_8 ;
    s223:connectedFrom IBAL:MotorizedDamper_10,
        IBAL:MotorizedDamper_8 ;
    s223:connectedThrough IBAL:Segment_28,
        IBAL:Segment_29,
        IBAL:Segment_30 ;
    s223:connectedTo IBAL:Fan_4 ;
    s223:hasConnectionPoint IBAL:Jnc10-ICP1,
        IBAL:Jnc10-ICP2,
        IBAL:Jnc10-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_12 a s223:Junction ;
    rdfs:label "Junction 12" ;
    s223:cnx IBAL:Jnc12-ICP,
        IBAL:Jnc12-OCP1,
        IBAL:Jnc12-OCP2 ;
    s223:connected IBAL:MotorizedDamper_11,
        IBAL:MotorizedDamper_13,
        IBAL:MotorizedDamper_15 ;
    s223:connectedFrom IBAL:MotorizedDamper_15 ;
    s223:connectedThrough IBAL:Segment_38,
        IBAL:Segment_39,
        IBAL:Segment_43 ;
    s223:connectedTo IBAL:MotorizedDamper_11,
        IBAL:MotorizedDamper_13 ;
    s223:hasConnectionPoint IBAL:Jnc12-ICP,
        IBAL:Jnc12-OCP1,
        IBAL:Jnc12-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_13 a s223:Junction ;
    rdfs:label "Junction 13" ;
    s223:cnx IBAL:Jnc13-ICP1,
        IBAL:Jnc13-ICP2,
        IBAL:Jnc13-OCP ;
    s223:connected IBAL:AHU_1,
        IBAL:MotorizedDamper_11,
        IBAL:MotorizedDamper_12 ;
    s223:connectedFrom IBAL:MotorizedDamper_11,
        IBAL:MotorizedDamper_12 ;
    s223:connectedThrough IBAL:Segment_35,
        IBAL:Segment_36,
        IBAL:Segment_37 ;
    s223:connectedTo IBAL:AHU_1 ;
    s223:hasConnectionPoint IBAL:Jnc13-ICP1,
        IBAL:Jnc13-ICP2,
        IBAL:Jnc13-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_14 a s223:Junction ;
    rdfs:label "Junction 14" ;
    s223:cnx IBAL:Jnc14-ICP1,
        IBAL:Jnc14-ICP2,
        IBAL:Jnc14-OCP ;
    s223:connected IBAL:AHU_2,
        IBAL:MotorizedDamper_13,
        IBAL:MotorizedDamper_14 ;
    s223:connectedFrom IBAL:MotorizedDamper_13,
        IBAL:MotorizedDamper_14 ;
    s223:connectedThrough IBAL:Segment_40,
        IBAL:Segment_41,
        IBAL:Segment_42 ;
    s223:connectedTo IBAL:AHU_2 ;
    s223:hasConnectionPoint IBAL:Jnc14-ICP1,
        IBAL:Jnc14-ICP2,
        IBAL:Jnc14-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_16 a s223:Junction ;
    rdfs:label "Junction 16" ;
    s223:cnx IBAL:Jnc16-ICP,
        IBAL:Jnc16-OCP1,
        IBAL:Jnc16-OCP2 ;
    s223:connected IBAL:MotorizedDamper_16,
        IBAL:MotorizedDamper_17,
        IBAL:MotorizedDamper_18 ;
    s223:connectedFrom IBAL:MotorizedDamper_16 ;
    s223:connectedThrough IBAL:Segment_47,
        IBAL:Segment_48,
        IBAL:Segment_49 ;
    s223:connectedTo IBAL:MotorizedDamper_17,
        IBAL:MotorizedDamper_18 ;
    s223:hasConnectionPoint IBAL:Jnc16-ICP,
        IBAL:Jnc16-OCP1,
        IBAL:Jnc16-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_17 a s223:Junction ;
    rdfs:label "Junction 17" ;
    s223:cnx IBAL:Jnc17-ICP,
        IBAL:Jnc17-ICP2,
        IBAL:Jnc17-OCP ;
    s223:connected IBAL:AHU_3,
        IBAL:MotorizedDamper_18,
        IBAL:MotorizedDamper_19 ;
    s223:connectedFrom IBAL:MotorizedDamper_18,
        IBAL:MotorizedDamper_19 ;
    s223:connectedThrough IBAL:Segment_50,
        IBAL:Segment_51,
        IBAL:Segment_52 ;
    s223:connectedTo IBAL:AHU_3 ;
    s223:hasConnectionPoint IBAL:Jnc17-ICP,
        IBAL:Jnc17-ICP2,
        IBAL:Jnc17-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_18 a s223:Junction ;
    rdfs:label "Junction 18" ;
    s223:cnx IBAL:Jnc18-ICP,
        IBAL:Jnc18-OCP,
        IBAL:Jnc18-OCP2 ;
    s223:connected IBAL:AHU_2,
        IBAL:Junction_38,
        IBAL:ManualTwoWayValve_1 ;
    s223:connectedFrom IBAL:Junction_38 ;
    s223:connectedThrough IBAL:Segment_101,
        IBAL:Segment_56,
        IBAL:Segment_57 ;
    s223:connectedTo IBAL:AHU_2,
        IBAL:ManualTwoWayValve_1 ;
    s223:hasConnectionPoint IBAL:Jnc18-ICP,
        IBAL:Jnc18-OCP,
        IBAL:Jnc18-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_19 a s223:Junction ;
    rdfs:label "Junction 19" ;
    s223:cnx IBAL:Jnc19-ICP,
        IBAL:Jnc19-OCP,
        IBAL:Jnc19-OCP2 ;
    s223:connected IBAL:AHU_1,
        IBAL:Junction_37,
        IBAL:ManualTwoWayValve_2 ;
    s223:connectedFrom IBAL:Junction_37 ;
    s223:connectedThrough IBAL:Segment_102,
        IBAL:Segment_103,
        IBAL:Segment_13 ;
    s223:connectedTo IBAL:AHU_1,
        IBAL:ManualTwoWayValve_2 ;
    s223:hasConnectionPoint IBAL:Jnc19-ICP,
        IBAL:Jnc19-OCP,
        IBAL:Jnc19-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_21 a s223:Junction ;
    rdfs:label "Junction 21" ;
    s223:cnx IBAL:Jnc21-ICP1,
        IBAL:Jnc21-ICP2,
        IBAL:Jnc21-OCP ;
    s223:connected IBAL:Junction_20,
        IBAL:Junction_23,
        IBAL:MotorizedThreeWayValve_1 ;
    s223:connectedFrom IBAL:Junction_20,
        IBAL:MotorizedThreeWayValve_1 ;
    s223:connectedThrough IBAL:Segment_59,
        IBAL:Segment_61,
        IBAL:Segment_62 ;
    s223:connectedTo IBAL:Junction_23 ;
    s223:hasConnectionPoint IBAL:Jnc21-ICP1,
        IBAL:Jnc21-ICP2,
        IBAL:Jnc21-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_22 a s223:Junction ;
    rdfs:label "Junction 22" ;
    s223:cnx IBAL:Jnc22-ICP,
        IBAL:Jnc22-OCP1,
        IBAL:Jnc22-OCP2 ;
    s223:connected IBAL:Junction_36,
        IBAL:ManualTwoWayValve_3,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectedFrom IBAL:Junction_36 ;
    s223:connectedThrough IBAL:Segment_63,
        IBAL:Segment_64,
        IBAL:Segment_98 ;
    s223:connectedTo IBAL:ManualTwoWayValve_3,
        IBAL:PlateHeatExchanger_1 ;
    s223:hasConnectionPoint IBAL:Jnc22-ICP,
        IBAL:Jnc22-OCP1,
        IBAL:Jnc22-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_23 a s223:Junction ;
    rdfs:label "Junction 23" ;
    s223:cnx IBAL:Jnc23-ICP,
        IBAL:Jnc23-ICP2,
        IBAL:Jnc23-OCP ;
    s223:connected IBAL:Junction_21,
        IBAL:Junction_24,
        IBAL:MotorizedThreeWayValve_3 ;
    s223:connectedFrom IBAL:Junction_21,
        IBAL:MotorizedThreeWayValve_3 ;
    s223:connectedThrough IBAL:Segment_107,
        IBAL:Segment_62,
        IBAL:Segment_67 ;
    s223:connectedTo IBAL:Junction_24 ;
    s223:hasConnectionPoint IBAL:Jnc23-ICP,
        IBAL:Jnc23-ICP2,
        IBAL:Jnc23-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_24 a s223:Junction ;
    rdfs:label "Junction 24" ;
    s223:cnx IBAL:Jnc24-ICP,
        IBAL:Jnc24-OCP1,
        IBAL:Jnc24-OCP2 ;
    s223:connected IBAL:Junction_23,
        IBAL:Junction_35,
        IBAL:MotorizedThreeWayValve_4 ;
    s223:connectedFrom IBAL:Junction_23 ;
    s223:connectedThrough IBAL:Segment_67,
        IBAL:Segment_68,
        IBAL:Segment_95 ;
    s223:connectedTo IBAL:Junction_35,
        IBAL:MotorizedThreeWayValve_4 ;
    s223:hasConnectionPoint IBAL:Jnc24-ICP,
        IBAL:Jnc24-OCP1,
        IBAL:Jnc24-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_25 a s223:Junction ;
    rdfs:label "Junction 25" ;
    s223:cnx IBAL:Jnc25-ICP,
        IBAL:Jnc25-OCP1,
        IBAL:Jnc25-OCP2 ;
    s223:connected IBAL:Junction_26,
        IBAL:MotorizedThreeWayValve_4,
        IBAL:PlateHeatExchanger_2 ;
    s223:connectedFrom IBAL:MotorizedThreeWayValve_4 ;
    s223:connectedThrough IBAL:Segment_69,
        IBAL:Segment_70,
        IBAL:Segment_71 ;
    s223:connectedTo IBAL:Junction_26,
        IBAL:PlateHeatExchanger_2 ;
    s223:hasConnectionPoint IBAL:Jnc25-ICP,
        IBAL:Jnc25-OCP1,
        IBAL:Jnc25-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_26 a s223:Junction ;
    rdfs:label "Junction 26" ;
    s223:cnx IBAL:Jnc26-ICP1,
        IBAL:Jnc26-ICP2,
        IBAL:Jnc26-OCP ;
    s223:connected IBAL:Junction_25,
        IBAL:Junction_28,
        IBAL:ManualTwoWayValve_4 ;
    s223:connectedFrom IBAL:Junction_25,
        IBAL:ManualTwoWayValve_4 ;
    s223:connectedThrough IBAL:Segment_71,
        IBAL:Segment_75,
        IBAL:Segment_76 ;
    s223:connectedTo IBAL:Junction_28 ;
    s223:hasConnectionPoint IBAL:Jnc26-ICP1,
        IBAL:Jnc26-ICP2,
        IBAL:Jnc26-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_27 a s223:Junction ;
    rdfs:label "Junction 27" ;
    s223:cnx IBAL:Jnc27-ICP,
        IBAL:Jnc27-OCP1,
        IBAL:Jnc27-OCP2 ;
    s223:connected IBAL:ManualTwoWayValve_4,
        IBAL:ManualTwoWayValve_5,
        IBAL:WaterPump_1 ;
    s223:connectedFrom IBAL:WaterPump_1 ;
    s223:connectedThrough IBAL:Segment_73,
        IBAL:Segment_74,
        IBAL:Segment_86 ;
    s223:connectedTo IBAL:ManualTwoWayValve_4,
        IBAL:ManualTwoWayValve_5 ;
    s223:hasConnectionPoint IBAL:Jnc27-ICP,
        IBAL:Jnc27-OCP1,
        IBAL:Jnc27-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_28 a s223:Junction ;
    rdfs:label "Junction 28" ;
    s223:cnx IBAL:Jnc28-ICP,
        IBAL:Jnc28-OCP1,
        IBAL:Jnc28-OCP2 ;
    s223:connected IBAL:Junction_26,
        IBAL:Junction_29,
        IBAL:WaterChiller_1 ;
    s223:connectedFrom IBAL:Junction_26 ;
    s223:connectedThrough IBAL:Segment_76,
        IBAL:Segment_77,
        IBAL:Segment_78 ;
    s223:connectedTo IBAL:Junction_29,
        IBAL:WaterChiller_1 ;
    s223:hasConnectionPoint IBAL:Jnc28-ICP,
        IBAL:Jnc28-OCP1,
        IBAL:Jnc28-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_3 a s223:Junction ;
    rdfs:label "Junction 3" ;
    s223:cnx IBAL:Jnc3-ICP1,
        IBAL:Jnc3-ICP2,
        IBAL:Jnc3-OCP ;
    s223:connected IBAL:Junction_4,
        IBAL:MotorizedDamper_5,
        IBAL:VAV_3 ;
    s223:connectedFrom IBAL:Junction_4,
        IBAL:MotorizedDamper_5 ;
    s223:connectedThrough IBAL:Segment_6,
        IBAL:Segment_7,
        IBAL:Segment_8 ;
    s223:connectedTo IBAL:VAV_3 ;
    s223:hasConnectionPoint IBAL:Jnc3-ICP1,
        IBAL:Jnc3-ICP2,
        IBAL:Jnc3-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_31 a s223:Junction ;
    rdfs:label "Junction 31" ;
    s223:cnx IBAL:Jnc31-ICP1,
        IBAL:Jnc31-ICP2,
        IBAL:Jnc31-OCP ;
    s223:connected IBAL:Junction_30,
        IBAL:Junction_32,
        IBAL:WaterPump_2 ;
    s223:connectedFrom IBAL:Junction_30,
        IBAL:WaterPump_2 ;
    s223:connectedThrough IBAL:Segment_83,
        IBAL:Segment_84,
        IBAL:Segment_85 ;
    s223:connectedTo IBAL:Junction_32 ;
    s223:hasConnectionPoint IBAL:Jnc31-ICP1,
        IBAL:Jnc31-ICP2,
        IBAL:Jnc31-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_32 a s223:Junction ;
    rdfs:label "Junction 32" ;
    s223:cnx IBAL:Jnc32-ICP1,
        IBAL:Jnc32-ICP2,
        IBAL:Jnc32-OCP ;
    s223:connected IBAL:Junction_31,
        IBAL:Junction_33,
        IBAL:ManualTwoWayValve_5 ;
    s223:connectedFrom IBAL:Junction_31,
        IBAL:ManualTwoWayValve_5 ;
    s223:connectedThrough IBAL:Segment_85,
        IBAL:Segment_87,
        IBAL:Segment_88 ;
    s223:connectedTo IBAL:Junction_33 ;
    s223:hasConnectionPoint IBAL:Jnc32-ICP1,
        IBAL:Jnc32-ICP2,
        IBAL:Jnc32-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_34 a s223:Junction ;
    rdfs:label "Junction 34" ;
    s223:cnx IBAL:Jnc34-ICP,
        IBAL:Jnc34-OCP1,
        IBAL:Jnc34-OCP2 ;
    s223:connected IBAL:Junction_35,
        IBAL:MotorizedThreeWayValve_4,
        IBAL:MotorizedThreeWayValve_5 ;
    s223:connectedFrom IBAL:MotorizedThreeWayValve_5 ;
    s223:connectedThrough IBAL:Segment_92,
        IBAL:Segment_93,
        IBAL:Segment_94 ;
    s223:connectedTo IBAL:Junction_35,
        IBAL:MotorizedThreeWayValve_4 ;
    s223:hasConnectionPoint IBAL:Jnc34-ICP,
        IBAL:Jnc34-OCP1,
        IBAL:Jnc34-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_35 a s223:Junction ;
    rdfs:label "Junction 35" ;
    s223:cnx IBAL:Jnc35-ICP1,
        IBAL:Jnc35-ICP2,
        IBAL:Jnc35-OCP ;
    s223:connected IBAL:Junction_24,
        IBAL:Junction_34,
        IBAL:WaterPump_4 ;
    s223:connectedFrom IBAL:Junction_24,
        IBAL:Junction_34 ;
    s223:connectedThrough IBAL:Segment_93,
        IBAL:Segment_95,
        IBAL:Segment_96 ;
    s223:connectedTo IBAL:WaterPump_4 ;
    s223:hasConnectionPoint IBAL:Jnc35-ICP1,
        IBAL:Jnc35-ICP2,
        IBAL:Jnc35-OCP ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_36 a s223:Junction ;
    rdfs:label "Junction 36" ;
    s223:cnx IBAL:Jnc36-ICP,
        IBAL:Jnc36-OCP1,
        IBAL:Jnc36-OCP2 ;
    s223:connected IBAL:Junction_22,
        IBAL:Junction_37,
        IBAL:WaterPump_4 ;
    s223:connectedFrom IBAL:WaterPump_4 ;
    s223:connectedThrough IBAL:Segment_97,
        IBAL:Segment_98,
        IBAL:Segment_99 ;
    s223:connectedTo IBAL:Junction_22,
        IBAL:Junction_37 ;
    s223:hasConnectionPoint IBAL:Jnc36-ICP,
        IBAL:Jnc36-OCP1,
        IBAL:Jnc36-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_37 a s223:Junction ;
    rdfs:label "Junction 37" ;
    s223:cnx IBAL:Jnc37-ICP,
        IBAL:Jnc37-OCP1,
        IBAL:Jnc37-OCP2 ;
    s223:connected IBAL:Junction_19,
        IBAL:Junction_36,
        IBAL:Junction_38 ;
    s223:connectedFrom IBAL:Junction_36 ;
    s223:connectedThrough IBAL:Segment_100,
        IBAL:Segment_102,
        IBAL:Segment_99 ;
    s223:connectedTo IBAL:Junction_19,
        IBAL:Junction_38 ;
    s223:hasConnectionPoint IBAL:Jnc37-ICP,
        IBAL:Jnc37-OCP1,
        IBAL:Jnc37-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:Junction_4 a s223:Junction ;
    rdfs:label "Junction 4" ;
    s223:cnx IBAL:Jnc4-ICP,
        IBAL:Jnc4-OCP1,
        IBAL:Jnc4-OCP2 ;
    s223:connected IBAL:AHU_2,
        IBAL:Junction_3,
        IBAL:VAV_4 ;
    s223:connectedFrom IBAL:AHU_2 ;
    s223:connectedThrough IBAL:Segment_10,
        IBAL:Segment_8,
        IBAL:Segment_9 ;
    s223:connectedTo IBAL:Junction_3,
        IBAL:VAV_4 ;
    s223:hasConnectionPoint IBAL:Jnc4-ICP,
        IBAL:Jnc4-OCP1,
        IBAL:Jnc4-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_41 a s223:Junction ;
    rdfs:label "Junction 41" ;
    s223:cnx IBAL:Jnc41_ICP1,
        IBAL:Jnc41_ICP2,
        IBAL:Jnc41_OCP ;
    s223:connected IBAL:Junction_40,
        IBAL:Junction_42,
        IBAL:Valve7 ;
    s223:connectedFrom IBAL:Junction_40,
        IBAL:Valve7 ;
    s223:connectedThrough IBAL:Segment_111,
        IBAL:Segment_112,
        IBAL:Segment_132 ;
    s223:connectedTo IBAL:Junction_42 ;
    s223:hasConnectionPoint IBAL:Jnc41_ICP1,
        IBAL:Jnc41_ICP2,
        IBAL:Jnc41_OCP ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_42 a s223:Junction ;
    rdfs:label "Junction 42" ;
    s223:cnx IBAL:Jnc42_ICP1,
        IBAL:Jnc42_ICP2,
        IBAL:Jnc42_OCP ;
    s223:connected IBAL:Junction_41,
        IBAL:Junction_43,
        IBAL:Valve6 ;
    s223:connectedFrom IBAL:Junction_41,
        IBAL:Valve6 ;
    s223:connectedThrough IBAL:Segment_112,
        IBAL:Segment_113,
        IBAL:Segment_131 ;
    s223:connectedTo IBAL:Junction_43 ;
    s223:hasConnectionPoint IBAL:Jnc42_ICP1,
        IBAL:Jnc42_ICP2,
        IBAL:Jnc42_OCP ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_43 a s223:Junction ;
    rdfs:label "Junction 43" ;
    s223:cnx IBAL:Jnc43_ICP1,
        IBAL:Jnc43_ICP2,
        IBAL:Jnc43_OCP ;
    s223:connected IBAL:Junction_42,
        IBAL:Junction_44,
        IBAL:ManualTwoWayValve_7 ;
    s223:connectedFrom IBAL:Junction_42,
        IBAL:ManualTwoWayValve_7 ;
    s223:connectedThrough IBAL:Segment_113,
        IBAL:Segment_114,
        IBAL:Segment_137 ;
    s223:connectedTo IBAL:Junction_44 ;
    s223:hasConnectionPoint IBAL:Jnc43_ICP1,
        IBAL:Jnc43_ICP2,
        IBAL:Jnc43_OCP ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_44 a s223:Junction ;
    rdfs:label "Junction 44" ;
    s223:cnx IBAL:Jnc44_ICP,
        IBAL:Jnc44_OCP1,
        IBAL:Jnc44_OCP2 ;
    s223:connected IBAL:Junction_43,
        IBAL:Junction_49,
        IBAL:Valve3 ;
    s223:connectedFrom IBAL:Junction_43 ;
    s223:connectedThrough IBAL:Segment_114,
        IBAL:Segment_115,
        IBAL:Segment_125 ;
    s223:connectedTo IBAL:Junction_49,
        IBAL:Valve3 ;
    s223:hasConnectionPoint IBAL:Jnc44_ICP,
        IBAL:Jnc44_OCP1,
        IBAL:Jnc44_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_46 a s223:Junction ;
    rdfs:label "Junction 46" ;
    s223:cnx IBAL:Jnc46_ICP,
        IBAL:Jnc46_OCP1,
        IBAL:Jnc46_OCP2 ;
    s223:connected IBAL:Junction_39,
        IBAL:Junction_47,
        IBAL:WaterChiller_1 ;
    s223:connectedFrom IBAL:Junction_47 ;
    s223:connectedThrough IBAL:Segment_118,
        IBAL:Segment_119,
        IBAL:Segment_129 ;
    s223:connectedTo IBAL:Junction_39,
        IBAL:WaterChiller_1 ;
    s223:hasConnectionPoint IBAL:Jnc46_ICP,
        IBAL:Jnc46_OCP1,
        IBAL:Jnc46_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_47 a s223:Junction ;
    rdfs:label "Junction 47" ;
    s223:cnx IBAL:Jnc47_ICP,
        IBAL:Jnc47_OCP1,
        IBAL:Jnc47_OCP2 ;
    s223:connected IBAL:Junction_46,
        IBAL:Junction_48,
        IBAL:WaterChiller_2 ;
    s223:connectedFrom IBAL:Junction_48 ;
    s223:connectedThrough IBAL:Segment_119,
        IBAL:Segment_120,
        IBAL:Segment_127 ;
    s223:connectedTo IBAL:Junction_46,
        IBAL:WaterChiller_2 ;
    s223:hasConnectionPoint IBAL:Jnc47_ICP,
        IBAL:Jnc47_OCP1,
        IBAL:Jnc47_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_48 a s223:Junction ;
    rdfs:label "Junction 48" ;
    s223:cnx IBAL:Jnc48_ICP,
        IBAL:Jnc48_OCP1,
        IBAL:Jnc48_OCP2 ;
    s223:connected IBAL:Junction_47,
        IBAL:Junction_51,
        IBAL:WaterPump_5 ;
    s223:connectedFrom IBAL:WaterPump_5 ;
    s223:connectedThrough IBAL:Segment_120,
        IBAL:Segment_121,
        IBAL:Segment_133 ;
    s223:connectedTo IBAL:Junction_47,
        IBAL:Junction_51 ;
    s223:hasConnectionPoint IBAL:Jnc48_ICP,
        IBAL:Jnc48_OCP1,
        IBAL:Jnc48_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_49 a s223:Junction ;
    rdfs:label "Junction 49" ;
    s223:cnx IBAL:Jnc49_ICP1,
        IBAL:Jnc49_ICP2,
        IBAL:Jnc49_OCP ;
    s223:connected IBAL:Junction_44,
        IBAL:Junction_50,
        IBAL:WaterPump_5 ;
    s223:connectedFrom IBAL:Junction_44,
        IBAL:Junction_50 ;
    s223:connectedThrough IBAL:Segment_122,
        IBAL:Segment_123,
        IBAL:Segment_125 ;
    s223:connectedTo IBAL:WaterPump_5 ;
    s223:hasConnectionPoint IBAL:Jnc49_ICP1,
        IBAL:Jnc49_ICP2,
        IBAL:Jnc49_OCP ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_5 a s223:Junction ;
    rdfs:label "Junction 5" ;
    s223:cnx IBAL:Jnc5-ICP1,
        IBAL:Jnc5-ICP2,
        IBAL:Jnc5-OCP ;
    s223:connected IBAL:HVACSpace_1,
        IBAL:HVACSpace_2,
        IBAL:Junction_7 ;
    s223:connectedFrom IBAL:HVACSpace_1,
        IBAL:HVACSpace_2 ;
    s223:connectedThrough IBAL:Segment_12,
        IBAL:Segment_14,
        IBAL:Segment_19 ;
    s223:connectedTo IBAL:Junction_7 ;
    s223:hasConnectionPoint IBAL:Jnc5-ICP1,
        IBAL:Jnc5-ICP2,
        IBAL:Jnc5-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_51 a s223:Junction ;
    rdfs:label "Junction 51" ;
    s223:cnx IBAL:Jnc51_ICP,
        IBAL:Jnc51_OCP1,
        IBAL:Jnc51_OCP2 ;
    s223:connected IBAL:Junction_48,
        IBAL:ManualTwoWayValve_6,
        IBAL:PlateHeatExchanger_3 ;
    s223:connectedFrom IBAL:Junction_48 ;
    s223:connectedThrough IBAL:Segment_133,
        IBAL:Segment_134,
        IBAL:Segment_138 ;
    s223:connectedTo IBAL:ManualTwoWayValve_6,
        IBAL:PlateHeatExchanger_3 ;
    s223:hasConnectionPoint IBAL:Jnc51_ICP,
        IBAL:Jnc51_OCP1,
        IBAL:Jnc51_OCP2 ;
    s223:hasMedium s223:Water-ChilledWater .

IBAL:Junction_52 a s223:Junction ;
    rdfs:label "Junction 52" ;
    s223:cnx IBAL:Jnc52_ICP,
        IBAL:Jnc52_OCP1,
        IBAL:Jnc52_OCP2 ;
    s223:connected IBAL:Junction_54,
        IBAL:ManualTwoWayValve_8,
        IBAL:PlateHeatExchanger_3 ;
    s223:connectedFrom IBAL:Junction_54 ;
    s223:connectedThrough IBAL:Segment_142,
        IBAL:Segment_143,
        IBAL:Segment_144 ;
    s223:connectedTo IBAL:ManualTwoWayValve_8,
        IBAL:PlateHeatExchanger_3 ;
    s223:hasConnectionPoint IBAL:Jnc52_ICP,
        IBAL:Jnc52_OCP1,
        IBAL:Jnc52_OCP2 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Junction_57 a s223:Junction ;
    rdfs:label "Junction 57" ;
    s223:cnx IBAL:Jnc57_ICP,
        IBAL:Jnc57_OCP1,
        IBAL:Jnc57_OCP2 ;
    s223:connected IBAL:Junction_55,
        IBAL:ManualTwoWayValve_9,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectedFrom IBAL:Junction_55 ;
    s223:connectedThrough IBAL:Segment_153,
        IBAL:Segment_154,
        IBAL:Segment_155 ;
    s223:connectedTo IBAL:ManualTwoWayValve_9,
        IBAL:PlateHeatExchanger_1 ;
    s223:hasConnectionPoint IBAL:Jnc57_ICP,
        IBAL:Jnc57_OCP1,
        IBAL:Jnc57_OCP2 ;
    s223:hasMedium s223:Water-HotWater .

IBAL:Junction_6 a s223:Junction ;
    rdfs:label "Junction 6" ;
    s223:cnx IBAL:Jnc6-ICP1,
        IBAL:Jnc6-ICP2,
        IBAL:Jnc6-OCP ;
    s223:connected IBAL:HVACSpace_3,
        IBAL:HVACSpace_4,
        IBAL:Junction_8 ;
    s223:connectedFrom IBAL:HVACSpace_3,
        IBAL:HVACSpace_4 ;
    s223:connectedThrough IBAL:Segment_16,
        IBAL:Segment_18,
        IBAL:Segment_22 ;
    s223:connectedTo IBAL:Junction_8 ;
    s223:hasConnectionPoint IBAL:Jnc6-ICP1,
        IBAL:Jnc6-ICP2,
        IBAL:Jnc6-OCP ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_7 a s223:Junction ;
    rdfs:label "Junction 7" ;
    s223:cnx IBAL:Jnc7-ICP,
        IBAL:Jnc7-OCP1,
        IBAL:Jnc7-OCP2 ;
    s223:connected IBAL:Junction_5,
        IBAL:MotorizedDamper_12,
        IBAL:MotorizedDamper_6 ;
    s223:connectedFrom IBAL:Junction_5 ;
    s223:connectedThrough IBAL:Segment_19,
        IBAL:Segment_20,
        IBAL:Segment_21 ;
    s223:connectedTo IBAL:MotorizedDamper_12,
        IBAL:MotorizedDamper_6 ;
    s223:hasConnectionPoint IBAL:Jnc7-ICP,
        IBAL:Jnc7-OCP1,
        IBAL:Jnc7-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_8 a s223:Junction ;
    rdfs:label "Junction 8" ;
    s223:cnx IBAL:Jnc8-ICP,
        IBAL:Jnc8-OCP1,
        IBAL:Jnc8-OCP2 ;
    s223:connected IBAL:Junction_6,
        IBAL:MotorizedDamper_14,
        IBAL:MotorizedDamper_8 ;
    s223:connectedFrom IBAL:Junction_6 ;
    s223:connectedThrough IBAL:Segment_22,
        IBAL:Segment_23,
        IBAL:Segment_24 ;
    s223:connectedTo IBAL:MotorizedDamper_14,
        IBAL:MotorizedDamper_8 ;
    s223:hasConnectionPoint IBAL:Jnc8-ICP,
        IBAL:Jnc8-OCP1,
        IBAL:Jnc8-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_9 a s223:Junction ;
    rdfs:label "Junction 9" ;
    s223:cnx IBAL:Jnc9-ICP,
        IBAL:Jnc9-OCP,
        IBAL:Jnc9-OCP2 ;
    s223:connected IBAL:Fan_3,
        IBAL:MotorizedDamper_10,
        IBAL:MotorizedDamper_6 ;
    s223:connectedFrom IBAL:MotorizedDamper_6 ;
    s223:connectedThrough IBAL:Segment_25,
        IBAL:Segment_26,
        IBAL:Segment_27 ;
    s223:connectedTo IBAL:Fan_3,
        IBAL:MotorizedDamper_10 ;
    s223:hasConnectionPoint IBAL:Jnc9-ICP,
        IBAL:Jnc9-OCP,
        IBAL:Jnc9-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:VAV_1 a s223:TerminalUnit ;
    rdfs:label "VAV 1" ;
    s223:cnx IBAL:VAV_1_E_ICP,
        IBAL:VAV_1_E_OCP,
        IBAL:VAV_1_ICP,
        IBAL:VAV_1_OCP ;
    s223:connected IBAL:HVACSpace_1,
        IBAL:Junction_1 ;
    s223:connectedFrom IBAL:Junction_1 ;
    s223:connectedThrough IBAL:Segment_2,
        IBAL:VAV_1_Connection_2 ;
    s223:connectedTo IBAL:HVACSpace_1 ;
    s223:contains IBAL:HeatingCoil_2,
        IBAL:MotorizedDamper_1 ;
    s223:hasConnectionPoint IBAL:VAV_1_E_ICP,
        IBAL:VAV_1_E_OCP,
        IBAL:VAV_1_ICP,
        IBAL:VAV_1_OCP .

IBAL:VAV_2 a s223:TerminalUnit ;
    rdfs:label "VAV 2" ;
    s223:cnx IBAL:VAV_2_E_ICP,
        IBAL:VAV_2_E_OCP,
        IBAL:VAV_2_ICP,
        IBAL:VAV_2_OCP ;
    s223:connected IBAL:HVACSpace_2,
        IBAL:Junction_2 ;
    s223:connectedFrom IBAL:Junction_2 ;
    s223:connectedThrough IBAL:Segment_4,
        IBAL:VAV_2_Connection_2 ;
    s223:connectedTo IBAL:HVACSpace_2 ;
    s223:contains IBAL:HeatingCoil_3,
        IBAL:MotorizedDamper_2 ;
    s223:hasConnectionPoint IBAL:VAV_2_E_ICP,
        IBAL:VAV_2_E_OCP,
        IBAL:VAV_2_ICP,
        IBAL:VAV_2_OCP .

IBAL:VAV_3 a s223:TerminalUnit ;
    rdfs:label "VAV 3" ;
    s223:cnx IBAL:VAV_3_E_ICP,
        IBAL:VAV_3_E_OCP,
        IBAL:VAV_3_ICP,
        IBAL:VAV_3_OCP ;
    s223:connected IBAL:HVACSpace_3,
        IBAL:Junction_3 ;
    s223:connectedFrom IBAL:Junction_3 ;
    s223:connectedThrough IBAL:Segment_7,
        IBAL:VAV_3_Connection_2 ;
    s223:connectedTo IBAL:HVACSpace_3 ;
    s223:contains IBAL:HeatingCoil_5,
        IBAL:MotorizedDamper_3 ;
    s223:hasConnectionPoint IBAL:VAV_3_E_ICP,
        IBAL:VAV_3_E_OCP,
        IBAL:VAV_3_ICP,
        IBAL:VAV_3_OCP .

IBAL:Valve3 a s223:ThreeWayValve ;
    rdfs:label "Valve3" ;
    s223:cnx IBAL:Valve3_ICP1,
        IBAL:Valve3_ICP2,
        IBAL:Valve3_OCP ;
    s223:connected IBAL:Junction_44,
        IBAL:Junction_45,
        IBAL:Junction_50 ;
    s223:connectedFrom IBAL:Junction_44,
        IBAL:Junction_50 ;
    s223:connectedThrough IBAL:Segment_115,
        IBAL:Segment_116,
        IBAL:Segment_126 ;
    s223:connectedTo IBAL:Junction_45 ;
    s223:hasConnectionPoint IBAL:Valve3_ICP1,
        IBAL:Valve3_ICP2,
        IBAL:Valve3_OCP .

IBAL:WaterPump_1 a s223:Pump ;
    rdfs:label "Water pump 1" ;
    s223:cnx IBAL:WaterPump_1_ICP,
        IBAL:WaterPump_1_OCP,
        IBAL:WaterPump_1_S_ICP,
        IBAL:WaterPump_1_S_OCP ;
    s223:connected IBAL:Junction_27,
        IBAL:PlateHeatExchanger_2 ;
    s223:connectedFrom IBAL:PlateHeatExchanger_2 ;
    s223:connectedThrough IBAL:HeatExchange_Connection,
        IBAL:Segment_73 ;
    s223:connectedTo IBAL:Junction_27 ;
    s223:contains IBAL:WaterPump_1_VFD ;
    s223:hasConnectionPoint IBAL:WaterPump_1_ICP,
        IBAL:WaterPump_1_OCP,
        IBAL:WaterPump_1_S_ICP,
        IBAL:WaterPump_1_S_OCP .

IBAL:WaterPump_2 a s223:Pump ;
    rdfs:label "Water pump 2" ;
    s223:cnx IBAL:WaterPump_2_ICP,
        IBAL:WaterPump_2_OCP,
        IBAL:WaterPump_2_S_ICP,
        IBAL:WaterPump_2_S_OCP ;
    s223:connected IBAL:Junction_31,
        IBAL:WaterChiller_1 ;
    s223:connectedFrom IBAL:WaterChiller_1 ;
    s223:connectedThrough IBAL:Chiller_1_Lower_Connection,
        IBAL:Segment_83 ;
    s223:connectedTo IBAL:Junction_31 ;
    s223:contains IBAL:WaterPump_2_VFD ;
    s223:hasConnectionPoint IBAL:WaterPump_2_ICP,
        IBAL:WaterPump_2_OCP,
        IBAL:WaterPump_2_S_ICP,
        IBAL:WaterPump_2_S_OCP .

IBAL:WaterPump_3 a s223:Pump ;
    rdfs:label "Water pump 3" ;
    s223:cnx IBAL:WaterPump_3_ICP,
        IBAL:WaterPump_3_OCP,
        IBAL:WaterPump_3_S_ICP,
        IBAL:WaterPump_3_S_OCP ;
    s223:connected IBAL:Junction_30,
        IBAL:WaterChiller_2 ;
    s223:connectedFrom IBAL:WaterChiller_2 ;
    s223:connectedThrough IBAL:Chiller_2_Lower_Connection,
        IBAL:Segment_82 ;
    s223:connectedTo IBAL:Junction_30 ;
    s223:contains IBAL:WaterPump_3_VFD ;
    s223:hasConnectionPoint IBAL:WaterPump_3_ICP,
        IBAL:WaterPump_3_OCP,
        IBAL:WaterPump_3_S_ICP,
        IBAL:WaterPump_3_S_OCP .

IBAL:WaterPump_4 a s223:Pump ;
    rdfs:label "Water pump 4" ;
    s223:cnx IBAL:WaterPump_4_ICP,
        IBAL:WaterPump_4_OCP,
        IBAL:WaterPump_4_S_ICP,
        IBAL:WaterPump_4_S_OCP ;
    s223:connected IBAL:Junction_35,
        IBAL:Junction_36 ;
    s223:connectedFrom IBAL:Junction_35 ;
    s223:connectedThrough IBAL:Segment_96,
        IBAL:Segment_97 ;
    s223:connectedTo IBAL:Junction_36 ;
    s223:contains IBAL:WaterPump_4_VFD ;
    s223:hasConnectionPoint IBAL:WaterPump_4_ICP,
        IBAL:WaterPump_4_OCP,
        IBAL:WaterPump_4_S_ICP,
        IBAL:WaterPump_4_S_OCP .

IBAL:CoolingCoil_1 a s223:CoolingCoil ;
    rdfs:label "Cooling coil 1" ;
    s223:cnx IBAL:CC_1_ICP,
        IBAL:CC_1_OCP,
        IBAL:CC_1_Water_ICP,
        IBAL:CC_1_Water_OCP ;
    s223:connected IBAL:Filter_1,
        IBAL:HeatingCoil_1 ;
    s223:connectedFrom IBAL:HeatingCoil_1 ;
    s223:connectedThrough IBAL:AHU_1_Connection_2,
        IBAL:AHU_1_Connection_4 ;
    s223:connectedTo IBAL:Filter_1 ;
    s223:hasConnectionPoint IBAL:CC_1_ICP,
        IBAL:CC_1_OCP,
        IBAL:CC_1_Water_ICP,
        IBAL:CC_1_Water_OCP ;
    s223:hasRole s223:Role-Cooling,
        s223:Role-HeatTransfer .

IBAL:CoolingCoil_2 a s223:CoolingCoil ;
    rdfs:label "Cooling coil 2" ;
    s223:cnx IBAL:CC_2_ICP,
        IBAL:CC_2_OCP,
        IBAL:CC_2_Water_ICP,
        IBAL:CC_2_Water_OCP ;
    s223:connected IBAL:Filter_2,
        IBAL:HeatingCoil_4 ;
    s223:connectedFrom IBAL:HeatingCoil_4 ;
    s223:connectedThrough IBAL:AHU_2_Connection_2,
        IBAL:AHU_2_Connection_4 ;
    s223:connectedTo IBAL:Filter_2 ;
    s223:hasConnectionPoint IBAL:CC_2_ICP,
        IBAL:CC_2_OCP,
        IBAL:CC_2_Water_ICP,
        IBAL:CC_2_Water_OCP ;
    s223:hasRole s223:Role-Cooling,
        s223:Role-HeatTransfer .

IBAL:VAV_4 a s223:TerminalUnit ;
    rdfs:label "VAV 4" ;
    s223:cnx IBAL:VAV_4_E_ICP,
        IBAL:VAV_4_E_OCP,
        IBAL:VAV_4_ICP,
        IBAL:VAV_4_OCP ;
    s223:connected IBAL:HVACSpace_4,
        IBAL:Junction_4 ;
    s223:connectedFrom IBAL:Junction_4 ;
    s223:connectedThrough IBAL:Segment_10,
        IBAL:VAV_4_Connection_2 ;
    s223:connectedTo IBAL:HVACSpace_4 ;
    s223:contains IBAL:HeatingCoil_6,
        IBAL:MotorizedDamper_4 ;
    s223:hasConnectionPoint IBAL:VAV_4_E_ICP,
        IBAL:VAV_4_E_OCP,
        IBAL:VAV_4_ICP,
        IBAL:VAV_4_OCP .

IBAL:WaterPump_5 a s223:Pump ;
    rdfs:label "Water pump 5" ;
    s223:cnx IBAL:WaterPump_5_ICP,
        IBAL:WaterPump_5_OCP,
        IBAL:WaterPump_5_S_ICP,
        IBAL:WaterPump_5_S_OCP ;
    s223:connected IBAL:Junction_48,
        IBAL:Junction_49 ;
    s223:connectedFrom IBAL:Junction_49 ;
    s223:connectedThrough IBAL:Segment_121,
        IBAL:Segment_122 ;
    s223:connectedTo IBAL:Junction_48 ;
    s223:contains IBAL:WaterPump_5_VFD ;
    s223:hasConnectionPoint IBAL:WaterPump_5_ICP,
        IBAL:WaterPump_5_OCP,
        IBAL:WaterPump_5_S_ICP,
        IBAL:WaterPump_5_S_OCP .

IBAL:Fan_4 a s223:Fan ;
    rdfs:label "Fan 4" ;
    s223:cnx IBAL:Fan_4_E_ICP,
        IBAL:Fan_4_ICP,
        IBAL:Fan_4_OCP ;
    s223:connected IBAL:Junction_10,
        IBAL:MotorizedDamper_9,
        IBAL:VFD_4 ;
    s223:connectedFrom IBAL:Junction_10,
        IBAL:VFD_4 ;
    s223:connectedThrough IBAL:Exhaust_Fan_2_Connection_2,
        IBAL:Fan_4_VFD_4,
        IBAL:Segment_30 ;
    s223:connectedTo IBAL:MotorizedDamper_9 ;
    s223:hasConnectionPoint IBAL:Fan_4_E_ICP,
        IBAL:Fan_4_ICP,
        IBAL:Fan_4_OCP .

IBAL:Junction_15 a s223:Junction ;
    rdfs:label "Junction 15" ;
    s223:cnx IBAL:Jnc15-ICP,
        IBAL:Jnc15-OCP1,
        IBAL:Jnc15-OCP2,
        IBAL:Jnc17-ICP1 ;
    s223:connected IBAL:AHU_3,
        IBAL:MotorizedDamper_15,
        IBAL:MotorizedDamper_16 ;
    s223:connectedFrom IBAL:AHU_3 ;
    s223:connectedThrough IBAL:Segment_44,
        IBAL:Segment_45,
        IBAL:Segment_46 ;
    s223:connectedTo IBAL:MotorizedDamper_15,
        IBAL:MotorizedDamper_16 ;
    s223:hasConnectionPoint IBAL:Jnc15-ICP,
        IBAL:Jnc15-OCP1,
        IBAL:Jnc15-OCP2,
        IBAL:Jnc17-ICP1 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_2 a s223:Junction ;
    rdfs:label "Junction 2" ;
    s223:cnx IBAL:Jnc2-ICP,
        IBAL:Jnc2-OCP,
        IBAL:Jnc2-OCP1,
        IBAL:Jnc2-OCP2 ;
    s223:connected IBAL:Junction_1,
        IBAL:MotorizedDamper_5,
        IBAL:VAV_2 ;
    s223:connectedFrom IBAL:Junction_1 ;
    s223:connectedThrough IBAL:Segment_3,
        IBAL:Segment_4,
        IBAL:Segment_5 ;
    s223:connectedTo IBAL:MotorizedDamper_5,
        IBAL:VAV_2 ;
    s223:hasConnectionPoint IBAL:Jnc2-ICP,
        IBAL:Jnc2-OCP,
        IBAL:Jnc2-OCP1,
        IBAL:Jnc2-OCP2 ;
    s223:hasMedium s223:Fluid-Air .

IBAL:Junction_33 a s223:Junction ;
    rdfs:label "Junction 33" ;
    s223:cnx IBAL:Jnc33-ICP1,
        IBAL:Jnc33-ICP2,
        IBAL:Jnc33-OCP,
        IBAL:Jnc33-OCP2 ;
    s223:connected IBAL:Junction_32,
        IBAL:MotorizedThreeWayValve_5,
        IBAL:ThermalStorage_1 ;
    s223:connectedFrom IBAL:Junction_32 ;
    s223:connectedThrough IBAL:Segment_88,
        IBAL:Segment_89,
        IBAL:Segment_90 ;
    s223:connectedTo IBAL:MotorizedThreeWayValve_5,
        IBAL:ThermalStorage_1 ;
    s223:hasConnectionPoint IBAL:Jnc33-ICP1,
        IBAL:Jnc33-ICP2,
        IBAL:Jnc33-OCP,
        IBAL:Jnc33-OCP2 ;
    s223:hasMedium s223:Water-GlycolSolution .

IBAL:MotorizedThreeWayValve_1 a s223:ThreeWayValve ;
    rdfs:label "Motorized three way valve 1" ;
    s223:cnx IBAL:MotorizedThreeWayValve_1_ICP_1,
        IBAL:MotorizedThreeWayValve_1_ICP_2,
        IBAL:MotorizedThreeWayValve_1_OCP ;
    s223:connected IBAL:AHU_1,
        IBAL:Junction_21,
        IBAL:ManualTwoWayValve_2 ;
    s223:connectedFrom IBAL:AHU_1,
        IBAL:ManualTwoWayValve_2 ;
    s223:connectedThrough IBAL:CC_1_Bypass_Connection,
        IBAL:Segment_105,
        IBAL:Segment_59 ;
    s223:connectedTo IBAL:Junction_21 ;
    s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_1_ICP_1,
        IBAL:MotorizedThreeWayValve_1_ICP_2,
        IBAL:MotorizedThreeWayValve_1_OCP .

IBAL:MotorizedThreeWayValve_2 a s223:ThreeWayValve ;
    rdfs:label "Motorized three way valve 2" ;
    s223:cnx IBAL:MotorizedThreeWayValve_2_ICP_1,
        IBAL:MotorizedThreeWayValve_2_ICP_2,
        IBAL:MotorizedThreeWayValve_2_OCP ;
    s223:connected IBAL:AHU_2,
        IBAL:Junction_20,
        IBAL:ManualTwoWayValve_1 ;
    s223:connectedFrom IBAL:AHU_2,
        IBAL:ManualTwoWayValve_1 ;
    s223:connectedThrough IBAL:CC_2_Bypass_Connection,
        IBAL:Segment_106,
        IBAL:Segment_60 ;
    s223:connectedTo IBAL:Junction_20 ;
    s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_2_ICP_1,
        IBAL:MotorizedThreeWayValve_2_ICP_2,
        IBAL:MotorizedThreeWayValve_2_OCP .

IBAL:MotorizedThreeWayValve_3 a s223:ThreeWayValve ;
    rdfs:label "Motorized three way valve 3" ;
    s223:cnx IBAL:MotorizedThreeWayValve_3_ICP_1,
        IBAL:MotorizedThreeWayValve_3_ICP_2,
        IBAL:MotorizedThreeWayValve_3_OCP ;
    s223:connected IBAL:Junction_23,
        IBAL:ManualTwoWayValve_3,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectedFrom IBAL:ManualTwoWayValve_3,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectedThrough IBAL:PlateHeatExchange_1_Bypass_Connection,
        IBAL:PlateHeatExchange_1_Connection,
        IBAL:Segment_107 ;
    s223:connectedTo IBAL:Junction_23 ;
    s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_3_ICP_1,
        IBAL:MotorizedThreeWayValve_3_ICP_2,
        IBAL:MotorizedThreeWayValve_3_OCP .

IBAL:MotorizedThreeWayValve_4 a s223:ThreeWayValve ;
    rdfs:label "Motorized three way valve 4" ;
    s223:cnx IBAL:MotorizedThreeWayValve_4_ICP_1,
        IBAL:MotorizedThreeWayValve_4_ICP_2,
        IBAL:MotorizedThreeWayValve_4_OCP ;
    s223:connected IBAL:Junction_24,
        IBAL:Junction_25,
        IBAL:Junction_34 ;
    s223:connectedFrom IBAL:Junction_24,
        IBAL:Junction_34 ;
    s223:connectedThrough IBAL:Segment_68,
        IBAL:Segment_69,
        IBAL:Segment_94 ;
    s223:connectedTo IBAL:Junction_25 ;
    s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_4_ICP_1,
        IBAL:MotorizedThreeWayValve_4_ICP_2,
        IBAL:MotorizedThreeWayValve_4_OCP .

IBAL:MotorizedThreeWayValve_5 a s223:ThreeWayValve ;
    rdfs:label "Motorized three way valve 5" ;
    s223:cnx IBAL:MotorizedThreeWayValve_5_ICP_1,
        IBAL:MotorizedThreeWayValve_5_ICP_2,
        IBAL:MotorizedThreeWayValve_5_OCP ;
    s223:connected IBAL:Junction_33,
        IBAL:Junction_34,
        IBAL:ThermalStorage_1 ;
    s223:connectedFrom IBAL:Junction_33,
        IBAL:ThermalStorage_1 ;
    s223:connectedThrough IBAL:Segment_104,
        IBAL:Segment_90,
        IBAL:Segment_92 ;
    s223:connectedTo IBAL:Junction_34 ;
    s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_5_ICP_1,
        IBAL:MotorizedThreeWayValve_5_ICP_2,
        IBAL:MotorizedThreeWayValve_5_OCP .

IBAL:Valve11 a s223:ThreeWayValve ;
    rdfs:label "Valve11" ;
    s223:cnx IBAL:Valve11_ICP1,
        IBAL:Valve11_ICP2,
        IBAL:Vavle11_OCP ;
    s223:connected IBAL:Junction_56,
        IBAL:ManualTwoWayValve_9,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectedFrom IBAL:ManualTwoWayValve_9,
        IBAL:PlateHeatExchanger_1 ;
    s223:connectedThrough IBAL:Segment_151,
        IBAL:Segment_152,
        IBAL:Segment_156 ;
    s223:connectedTo IBAL:Junction_56 ;
    s223:hasConnectionPoint IBAL:Valve11_ICP1,
        IBAL:Valve11_ICP2,
        IBAL:Vavle11_OCP .

IBAL:Valve4 a s223:ThreeWayValve ;
    rdfs:label "Valve4" ;
    s223:cnx IBAL:Valve4_ICP1,
        IBAL:Valve4_ICP2,
        IBAL:Valve4_OCP ;
    s223:connected IBAL:Junction_53,
        IBAL:ManualTwoWayValve_8,
        IBAL:PlateHeatExchanger_3 ;
    s223:connectedFrom IBAL:ManualTwoWayValve_8,
        IBAL:PlateHeatExchanger_3 ;
    s223:connectedThrough IBAL:Segment_140,
        IBAL:Segment_141,
        IBAL:Segment_145 ;
    s223:connectedTo IBAL:Junction_53 ;
    s223:hasConnectionPoint IBAL:Valve4_ICP1,
        IBAL:Valve4_ICP2,
        IBAL:Valve4_OCP .

IBAL:Valve5 a s223:ThreeWayValve ;
    rdfs:label "Valve5" ;
    s223:cnx IBAL:Valve5_ICP1,
        IBAL:Valve5_ICP2,
        IBAL:Valve5_OCP ;
    s223:connected IBAL:ManualTwoWayValve_6,
        IBAL:ManualTwoWayValve_7,
        IBAL:PlateHeatExchanger_3 ;
    s223:connectedFrom IBAL:ManualTwoWayValve_6,
        IBAL:PlateHeatExchanger_3 ;
    s223:connectedThrough IBAL:Segment_135,
        IBAL:Segment_136,
        IBAL:Segment_139 ;
    s223:connectedTo IBAL:ManualTwoWayValve_7 ;
    s223:hasConnectionPoint IBAL:Valve5_ICP1,
        IBAL:Valve5_ICP2,
        IBAL:Valve5_OCP .

IBAL:Fan_3 a s223:Fan ;
    rdfs:label "Fan 3" ;
    s223:cnx IBAL:Fan_3_E_ICP,
        IBAL:Fan_3_ICP,
        IBAL:Fan_3_OCP ;
    s223:connected IBAL:Junction_9,
        IBAL:MotorizedDamper_7,
        IBAL:VFD_3 ;
    s223:connectedFrom IBAL:Junction_9,
        IBAL:VFD_3 ;
    s223:connectedThrough IBAL:Exhaust_Fan_1_Connection_2,
        IBAL:Fan_3_VFD_3,
        IBAL:Segment_27 ;
    s223:connectedTo IBAL:MotorizedDamper_7 ;
    s223:hasConnectionPoint IBAL:Fan_3_E_ICP,
        IBAL:Fan_3_ICP,
        IBAL:Fan_3_OCP .

IBAL:PlateHeatExchanger_3 a s223:HydronicHeatExchanger ;
    rdfs:label "Plate heat exchange 3" ;
    s223:cnx IBAL:PlateHeatExchange_3_Lower_ICP,
        IBAL:PlateHeatExchange_3_Lower_OCP,
        IBAL:PlateHeatExchange_3_Upper_ICP,
        IBAL:PlateHeatExchange_3_Upper_OCP ;
    s223:connected IBAL:Junction_51,
        IBAL:Junction_52,
        IBAL:Valve4,
        IBAL:Valve5 ;
    s223:connectedFrom IBAL:Junction_51,
        IBAL:Junction_52 ;
    s223:connectedThrough IBAL:Segment_134,
        IBAL:Segment_135,
        IBAL:Segment_140,
        IBAL:Segment_143 ;
    s223:connectedTo IBAL:Valve4,
        IBAL:Valve5 ;
    s223:hasConnectionPoint IBAL:PlateHeatExchange_3_Lower_ICP,
        IBAL:PlateHeatExchange_3_Lower_OCP,
        IBAL:PlateHeatExchange_3_Upper_ICP,
        IBAL:PlateHeatExchange_3_Upper_OCP ;
    s223:hasRole s223:Role-HeatTransfer .

IBAL:PlateHeatExchanger_1 a s223:HydronicHeatExchanger ;
    rdfs:label "Plate heat exchanger 1" ;
    s223:cnx IBAL:PlateHeatExchange_1_Lower_ICP,
        IBAL:PlateHeatExchange_1_Lower_OCP,
        IBAL:PlateHeatExchange_1_Upper_ICP,
        IBAL:PlateHeatExchange_1_Upper_OCP ;
    s223:connected IBAL:Junction_22,
        IBAL:Junction_57,
        IBAL:MotorizedThreeWayValve_3,
        IBAL:Valve11 ;
    s223:connectedFrom IBAL:Junction_22,
        IBAL:Junction_57 ;
    s223:connectedThrough IBAL:PlateHeatExchange_1_Connection,
        IBAL:Segment_151,
        IBAL:Segment_154,
        IBAL:Segment_63 ;
    s223:connectedTo IBAL:MotorizedThreeWayValve_3,
        IBAL:Valve11 ;
    s223:hasConnectionPoint IBAL:PlateHeatExchange_1_Lower_ICP,
        IBAL:PlateHeatExchange_1_Lower_OCP,
        IBAL:PlateHeatExchange_1_Upper_ICP,
        IBAL:PlateHeatExchange_1_Upper_OCP ;
    s223:hasRole s223:Role-HeatTransfer .

IBAL:PlateHeatExchanger_2 a s223:HydronicHeatExchanger ;
    rdfs:label "Plate heat exchanger 2" ;
    s223:cnx IBAL:PlateHeatExchange_2_Lower_ICP,
        IBAL:PlateHeatExchange_2_Lower_OCP,
        IBAL:PlateHeatExchange_2_Upper_ICP,
        IBAL:PlateHeatExchange_2_Upper_OCP ;
    s223:connected IBAL:Junction_25,
        IBAL:Junction_39,
        IBAL:Valve1,
        IBAL:WaterPump_1 ;
    s223:connectedFrom IBAL:Junction_25,
        IBAL:Junction_39 ;
    s223:connectedThrough IBAL:HeatExchange_Connection,
        IBAL:Segment_108,
        IBAL:Segment_109,
        IBAL:Segment_70 ;
    s223:connectedTo IBAL:Valve1,
        IBAL:WaterPump_1 ;
    s223:hasConnectionPoint IBAL:PlateHeatExchange_2_Lower_ICP,
        IBAL:PlateHeatExchange_2_Lower_OCP,
        IBAL:PlateHeatExchange_2_Upper_ICP,
        IBAL:PlateHeatExchange_2_Upper_OCP ;
    s223:hasRole s223:Role-HeatTransfer .

IBAL:AHU_3 a s223:AirHandlingUnit ;
    rdfs:label "AHU 3" ;
    s223:cnx IBAL:AHU_3_E2_ICP,
        IBAL:AHU_3_E_ICP,
        IBAL:AHU_3_E_OCP,
        IBAL:AHU_3_G_ICP,
        IBAL:AHU_3_G_OCP,
        IBAL:AHU_3_ICP,
        IBAL:AHU_3_OCP ;
    s223:connected IBAL:Junction_15,
        IBAL:Junction_17 ;
    s223:connectedFrom IBAL:Junction_17 ;
    s223:connectedThrough IBAL:Segment_44,
        IBAL:Segment_52 ;
    s223:connectedTo IBAL:Junction_15 ;
    s223:contains IBAL:CoolingCoil_3,
        IBAL:Fan_5,
        IBAL:HeatingCoil_7,
        IBAL:VFD_5 ;
    s223:hasConnectionPoint IBAL:AHU_3_E2_ICP,
        IBAL:AHU_3_E_ICP,
        IBAL:AHU_3_E_OCP,
        IBAL:AHU_3_G_ICP,
        IBAL:AHU_3_G_OCP,
        IBAL:AHU_3_ICP,
        IBAL:AHU_3_OCP .

IBAL:WaterChiller_2 a s223:Chiller ;
    rdfs:label "Water Chiller 2" ;
    s223:cnx IBAL:Chiller_2_Lower_ICP,
        IBAL:Chiller_2_Lower_OCP,
        IBAL:Chiller_2_Upper_ICP,
        IBAL:Chiller_2_Upper_OCP ;
    s223:connected IBAL:Junction_29,
        IBAL:Junction_47,
        IBAL:Valve6,
        IBAL:WaterPump_3 ;
    s223:connectedFrom IBAL:Junction_29,
        IBAL:Junction_47 ;
    s223:connectedThrough IBAL:Chiller_2_Lower_Connection,
        IBAL:Segment_127,
        IBAL:Segment_128,
        IBAL:Segment_79 ;
    s223:connectedTo IBAL:Valve6,
        IBAL:WaterPump_3 ;
    s223:contains IBAL:ChillerHEC2,
        IBAL:ChillerHEE2 ;
    s223:hasConnectionPoint IBAL:Chiller_2_Lower_ICP,
        IBAL:Chiller_2_Lower_OCP,
        IBAL:Chiller_2_Upper_ICP,
        IBAL:Chiller_2_Upper_OCP ;
    s223:hasProperty IBAL:ch2_t_sp .

IBAL:WaterChiller_1 a s223:Chiller ;
    rdfs:label "Water Chiller 1" ;
    s223:cnx IBAL:Chiller_1_Lower_ICP,
        IBAL:Chiller_1_Lower_OCP,
        IBAL:Chiller_1_Upper_ICP,
        IBAL:Chiller_1_Upper_OCP ;
    s223:connected IBAL:Junction_28,
        IBAL:Junction_46,
        IBAL:Valve7,
        IBAL:WaterPump_2 ;
    s223:connectedFrom IBAL:Junction_28,
        IBAL:Junction_46 ;
    s223:connectedThrough IBAL:Chiller_1_Lower_Connection,
        IBAL:Segment_129,
        IBAL:Segment_130,
        IBAL:Segment_78 ;
    s223:connectedTo IBAL:Valve7,
        IBAL:WaterPump_2 ;
    s223:contains IBAL:ChillerHEC1,
        IBAL:ChillerHEE1 ;
    s223:hasConnectionPoint IBAL:Chiller_1_Lower_ICP,
        IBAL:Chiller_1_Lower_OCP,
        IBAL:Chiller_1_Upper_ICP,
        IBAL:Chiller_1_Upper_OCP ;
    s223:hasProperty IBAL:ch1_t_sp .

IBAL:AHU_1 a s223:AirHandlingUnit ;
    rdfs:label "AHU 1" ;
    s223:cnx IBAL:AHU_1_E2_ICP,
        IBAL:AHU_1_E_ICP,
        IBAL:AHU_1_E_OCP,
        IBAL:AHU_1_G_ICP,
        IBAL:AHU_1_G_OCP,
        IBAL:AHU_1_ICP,
        IBAL:AHU_1_OCP ;
    s223:connected IBAL:Junction_1,
        IBAL:Junction_13,
        IBAL:Junction_19,
        IBAL:MotorizedThreeWayValve_1 ;
    s223:connectedFrom IBAL:Junction_13,
        IBAL:Junction_19 ;
    s223:connectedThrough IBAL:Segment_1,
        IBAL:Segment_103,
        IBAL:Segment_105,
        IBAL:Segment_36 ;
    s223:connectedTo IBAL:Junction_1,
        IBAL:MotorizedThreeWayValve_1 ;
    s223:contains IBAL:CoolingCoil_1,
        IBAL:Fan_1,
        IBAL:Filter_1,
        IBAL:HeatingCoil_1,
        IBAL:VFD_1 ;
    s223:hasConnectionPoint IBAL:AHU_1_E2_ICP,
        IBAL:AHU_1_E_ICP,
        IBAL:AHU_1_E_OCP,
        IBAL:AHU_1_G_ICP,
        IBAL:AHU_1_G_OCP,
        IBAL:AHU_1_ICP,
        IBAL:AHU_1_OCP .

IBAL:AHU_2 a s223:AirHandlingUnit ;
    rdfs:label "AHU 2" ;
    bacnet:hasPort bacnet:P_47815 ;
    s223:cnx IBAL:AHU_2_E2_ICP,
        IBAL:AHU_2_E_ICP,
        IBAL:AHU_2_E_OCP,
        IBAL:AHU_2_G_ICP,
        IBAL:AHU_2_G_OCP,
        IBAL:AHU_2_ICP,
        IBAL:AHU_2_OCP ;
    s223:connected IBAL:Junction_14,
        IBAL:Junction_18,
        IBAL:Junction_4,
        IBAL:MotorizedThreeWayValve_2 ;
    s223:connectedFrom IBAL:Junction_14,
        IBAL:Junction_18 ;
    s223:connectedThrough IBAL:Segment_106,
        IBAL:Segment_42,
        IBAL:Segment_56,
        IBAL:Segment_9 ;
    s223:connectedTo IBAL:Junction_4,
        IBAL:MotorizedThreeWayValve_2 ;
    s223:contains IBAL:CoolingCoil_2,
        IBAL:Fan_2,
        IBAL:Filter_2,
        IBAL:HeatingCoil_4,
        IBAL:VFD_2 ;
    s223:hasConnectionPoint IBAL:AHU_2_E2_ICP,
        IBAL:AHU_2_E_ICP,
        IBAL:AHU_2_E_OCP,
        IBAL:AHU_2_G_ICP,
        IBAL:AHU_2_G_OCP,
        IBAL:AHU_2_ICP,
        IBAL:AHU_2_OCP .

