# baseURI: http://example.org/IBAL
# imports: http://data.ashrae.org/standard223/1.0/model/all
# prefix: IBAL

@prefix IBAL: <http://example.org/IBAL#> .
@prefix bacnet: <http://data.ashrae.org/bacnet/2020#> .
@prefix brick: <https://brickschema.org/schema/Brick#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ref: <https://brickschema.org/schema/Brick/ref#> .
@prefix s223: <http://data.ashrae.org/standard223#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 ;
  a s223:Controller ;
  bacnet:hasObject IBAL:ahu2_out_rtd_AI ;
  bacnet:hasObject IBAL:ahu2_p_down_AI ;
  bacnet:hasObject IBAL:ahu2_vfd_AO ;
  bacnet:hasObject IBAL:d15_pos_c_AI ;
  bacnet:hasObject IBAL:d16_pos_c_AI ;
  bacnet:hasObject IBAL:v13_pos_c_AO ;
  bacnet:hasObject IBAL:v13_pos_fb_AI ;
  bacnet:hasObject IBAL:vav2_heat_c_AI ;
  bacnet:hasPort bacnet:P_47815 ;
  s223:executes IBAL:AHU1_FnB ;
  rdfs:label "AHU1 Controller" ;
.
IBAL:AHU1_FnB
  a s223:Function ;
  s223:hasInput IBAL:ahu2_out_rtd ;
  s223:hasInput IBAL:ahu2_p_down ;
  s223:hasInput IBAL:v13_pos_fb ;
  s223:hasOutput IBAL:ahu2_vfd ;
  s223:hasOutput IBAL:v13_pos_c ;
  rdfs:label "AHU1 Fn b" ;
.
IBAL:AHU2_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:ahu1_out_rtd ;
  bacnet:hasObject IBAL:ahu1_p_down ;
  bacnet:hasObject IBAL:ahu1_vfd ;
  bacnet:hasObject IBAL:d17_pos_c ;
  bacnet:hasObject IBAL:d18_pos_c ;
  bacnet:hasObject IBAL:v12_pos_c ;
  bacnet:hasObject IBAL:v12_pos_fb ;
  bacnet:hasObject IBAL:vav3_heat_c ;
  bacnet:hasObject IBAL:vav4_heat_c ;
  rdfs:label "AHU2 Controller" ;
.
IBAL:AHU2_FnB
  a s223:Function ;
  s223:hasInput IBAL:ahu1_out_rtd ;
  s223:hasInput IBAL:ahu1_p_down ;
  s223:hasInput IBAL:v12_pos_fb ;
  s223:hasOutput IBAL:ahu1_vfd ;
  s223:hasOutput IBAL:v12_pos_c ;
  rdfs:label "AHU2 Fn b" ;
.
IBAL:AHU_1
  a s223:AirHandlingUnit ;
  s223:contains IBAL:CoolingCoil_1 ;
  s223:contains IBAL:Fan_1 ;
  s223:contains IBAL:Filter_1 ;
  s223:contains IBAL:HeatingCoil_1 ;
  s223:contains IBAL:VFD_1 ;
  s223:hasConnectionPoint IBAL:AHU_1_E2_ICP ;
  s223:hasConnectionPoint IBAL:AHU_1_E_ICP ;
  s223:hasConnectionPoint IBAL:AHU_1_E_OCP ;
  s223:hasConnectionPoint IBAL:AHU_1_G_ICP ;
  s223:hasConnectionPoint IBAL:AHU_1_G_OCP ;
  s223:hasConnectionPoint IBAL:AHU_1_ICP ;
  s223:hasConnectionPoint IBAL:AHU_1_OCP ;
  rdfs:label "AHU 1" ;
.
IBAL:AHU_1_Connection_2
  a s223:Connection ;
  s223:connectsAt IBAL:CC_1_ICP ;
  s223:connectsAt IBAL:HC_1_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 1 Connection 2" ;
.
IBAL:AHU_1_Connection_3
  a s223:Connection ;
  s223:connectsAt IBAL:Fan_1_ICP ;
  s223:connectsAt IBAL:Filter_1_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 1 Connection 3" ;
.
IBAL:AHU_1_Connection_4
  a s223:Connection ;
  s223:cnx IBAL:CC_1_OCP ;
  s223:cnx IBAL:Filter_1_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 1 Connection 4" ;
.
IBAL:AHU_1_E2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 1 E2 ICP" ;
.
IBAL:AHU_1_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 1 E ICP" ;
.
IBAL:AHU_1_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 1 E OCP" ;
.
IBAL:AHU_1_G_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "AHU 1 G ICP" ;
.
IBAL:AHU_1_G_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "AHU 1 G OCP" ;
.
IBAL:AHU_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 1 ICP" ;
.
IBAL:AHU_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 1 OCP" ;
.
IBAL:AHU_1_Zone
  a s223:Zone ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasDomainSpace IBAL:HVACSpace_1 ;
  s223:hasDomainSpace IBAL:HVACSpace_2 ;
  rdfs:label "AHU 1 Zone" ;
.
IBAL:AHU_2
  a s223:AirHandlingUnit ;
  bacnet:hasPort bacnet:P_47815 ;
  s223:contains IBAL:CoolingCoil_2 ;
  s223:contains IBAL:Fan_2 ;
  s223:contains IBAL:Filter_2 ;
  s223:contains IBAL:HeatingCoil_4 ;
  s223:contains IBAL:VFD_2 ;
  s223:hasConnectionPoint IBAL:AHU_2_E2_ICP ;
  s223:hasConnectionPoint IBAL:AHU_2_E_ICP ;
  s223:hasConnectionPoint IBAL:AHU_2_E_OCP ;
  s223:hasConnectionPoint IBAL:AHU_2_G_ICP ;
  s223:hasConnectionPoint IBAL:AHU_2_G_OCP ;
  s223:hasConnectionPoint IBAL:AHU_2_ICP ;
  s223:hasConnectionPoint IBAL:AHU_2_OCP ;
  rdfs:label "AHU 2" ;
.
IBAL:AHU_2_Connection_2
  a s223:Connection ;
  s223:connectsAt IBAL:CC_2_ICP ;
  s223:connectsAt IBAL:HC_4_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 2 Connection 2" ;
.
IBAL:AHU_2_Connection_3
  a s223:Connection ;
  s223:connectsAt IBAL:Fan_2_ICP ;
  s223:connectsAt IBAL:Filter_2_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 2 Connection 3" ;
.
IBAL:AHU_2_Connection_4
  a s223:Connection ;
  s223:cnx IBAL:Filter_2_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 2 Connection 4" ;
.
IBAL:AHU_2_E2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 2 E2 ICP" ;
.
IBAL:AHU_2_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "AHU 2 E ICP" ;
.
IBAL:AHU_2_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 2 E OCP" ;
.
IBAL:AHU_2_G_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_56 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "AHU 2 G ICP" ;
.
IBAL:AHU_2_G_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "AHU 2 G OCP" ;
.
IBAL:AHU_2_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_42 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 2 ICP" ;
.
IBAL:AHU_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 2 OCP" ;
.
IBAL:AHU_2_Zone
  a s223:Zone ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasDomainSpace IBAL:HVACSpace_3 ;
  s223:hasDomainSpace IBAL:HVACSpace_4 ;
  rdfs:label "AHU 2 Zone" ;
.
IBAL:AHU_3
  a s223:AirHandlingUnit ;
  s223:contains IBAL:CoolingCoil_3 ;
  s223:contains IBAL:Fan_5 ;
  s223:contains IBAL:HeatingCoil_7 ;
  s223:contains IBAL:VFD_5 ;
  s223:hasConnectionPoint IBAL:AHU_3_E2_ICP ;
  s223:hasConnectionPoint IBAL:AHU_3_E_ICP ;
  s223:hasConnectionPoint IBAL:AHU_3_E_OCP ;
  s223:hasConnectionPoint IBAL:AHU_3_G_ICP ;
  s223:hasConnectionPoint IBAL:AHU_3_G_OCP ;
  s223:hasConnectionPoint IBAL:AHU_3_ICP ;
  s223:hasConnectionPoint IBAL:AHU_3_OCP ;
  rdfs:label "AHU 3" ;
.
IBAL:AHU_3_Connection_2
  a s223:Connection ;
  s223:cnx IBAL:CC_3_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 3 Connection 2" ;
.
IBAL:AHU_3_Connection_3
  a s223:Connection ;
  s223:connectsAt IBAL:Fan_5_ICP ;
  s223:connectsAt IBAL:HC_7_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 3 Connection 3" ;
.
IBAL:AHU_3_E2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 3 E2 ICP" ;
.
IBAL:AHU_3_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 3 E ICP" ;
.
IBAL:AHU_3_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "AHU 3 E OCP" ;
.
IBAL:AHU_3_G_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "AHU 3 G ICP" ;
.
IBAL:AHU_3_G_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "AHU 3 G OCP" ;
.
IBAL:AHU_3_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_52 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 3 ICP" ;
.
IBAL:AHU_3_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_44 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "AHU 3 OCP" ;
.
IBAL:AirFlow
  a s223:System ;
  s223:hasMember IBAL:AHU_1 ;
  s223:hasMember IBAL:AHU_2 ;
  s223:hasMember IBAL:Fan_3 ;
  s223:hasMember IBAL:Fan_4 ;
  s223:hasMember IBAL:MotorizedDamper_10 ;
  s223:hasMember IBAL:MotorizedDamper_11 ;
  s223:hasMember IBAL:MotorizedDamper_12 ;
  s223:hasMember IBAL:MotorizedDamper_13 ;
  s223:hasMember IBAL:MotorizedDamper_14 ;
  s223:hasMember IBAL:MotorizedDamper_15 ;
  s223:hasMember IBAL:MotorizedDamper_16 ;
  s223:hasMember IBAL:MotorizedDamper_17 ;
  s223:hasMember IBAL:MotorizedDamper_18 ;
  s223:hasMember IBAL:MotorizedDamper_19 ;
  s223:hasMember IBAL:MotorizedDamper_5 ;
  s223:hasMember IBAL:MotorizedDamper_6 ;
  s223:hasMember IBAL:MotorizedDamper_7 ;
  s223:hasMember IBAL:MotorizedDamper_8 ;
  s223:hasMember IBAL:MotorizedDamper_9 ;
  s223:hasMember IBAL:VAV_1 ;
  s223:hasMember IBAL:VAV_2 ;
  s223:hasMember IBAL:VAV_3 ;
  s223:hasMember IBAL:VAV_4 ;
  s223:hasMember IBAL:VFD_3 ;
  s223:hasMember IBAL:VFD_4 ;
  rdfs:label "AirFlow" ;
.
IBAL:CC_1_Bypass_Connection
  a s223:Connection ;
  s223:connectsAt IBAL:ManualTwoWayValve_2_OCP ;
  s223:connectsAt IBAL:MotorizedThreeWayValve_1_ICP_2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "CC 1 Bypass Connection" ;
.
IBAL:CC_1_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:CoolingCoil_1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "CC 1 ICP" ;
.
IBAL:CC_1_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:CoolingCoil_1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label " CC 1 OCP" ;
.
IBAL:CC_1_Water_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:AHU_1_G_ICP ;
  rdfs:label "CC 1 Water ICP" ;
.
IBAL:CC_1_Water_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:AHU_1_G_OCP ;
  rdfs:label " CC 1 Water OCP" ;
.
IBAL:CC_2_Bypass_Connection
  a s223:Connection ;
  s223:connectsAt IBAL:ManualTwoWayValve_1_OCP ;
  s223:connectsAt IBAL:MotorizedThreeWayValve_2_ICP_2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "CC 2 Bypass Connection" ;
.
IBAL:CC_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:CoolingCoil_2 ;
  rdfs:label "CC 2 ICP" ;
.
IBAL:CC_2_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:AHU_2_Connection_4 ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:CoolingCoil_2 ;
  rdfs:label " CC 2 OCP" ;
.
IBAL:CC_2_Water_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:AHU_2_G_ICP ;
  rdfs:label "CC 2 Water ICP" ;
.
IBAL:CC_2_Water_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:mapsTo IBAL:AHU_2_G_OCP ;
  rdfs:label " CC 2 Water OCP" ;
.
IBAL:CC_3_G_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:mapsTo IBAL:AHU_3_G_ICP ;
  rdfs:label "CC 3 G ICP" ;
.
IBAL:CC_3_G_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:mapsTo IBAL:AHU_3_G_OCP ;
  rdfs:label "CC 3 G OCP" ;
.
IBAL:CC_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:AHU_3_ICP ;
  rdfs:label "CC 3 ICP" ;
.
IBAL:CC_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:CoolingCoil_3 ;
  rdfs:label " CC 3 OCP" ;
.
IBAL:Channel_10
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_1 ;
  s223:observes IBAL:ahu2_rh_down ;
  rdfs:label "Channel 10" ;
.
IBAL:Channel_105
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:HVAC_Space_1_ICP ;
  s223:observes IBAL:zs1_heat_rtd ;
  rdfs:label "Channel 105" ;
.
IBAL:Channel_106
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_12 ;
  s223:observes IBAL:zs1_out_rtd ;
  rdfs:label "Channel 106" ;
.
IBAL:Channel_107
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:HVAC_Space_2_ICP ;
  s223:observes IBAL:zs2_heat_rtd ;
  rdfs:label "Channel 107" ;
.
IBAL:Channel_108
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_14 ;
  s223:observes IBAL:zs2_out_rtd ;
  rdfs:label "Channel 108" ;
.
IBAL:Channel_109
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:HVAC_Space_3_ICP ;
  s223:observes IBAL:zs3_heat_rtd ;
  rdfs:label "Channel 109" ;
.
IBAL:Channel_110
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_16 ;
  s223:observes IBAL:zs3_out_rtd ;
  rdfs:label "Channel 110" ;
.
IBAL:Channel_111
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:HVAC_Space_4_ICP ;
  s223:observes IBAL:zs4_heat_rtd ;
  rdfs:label "Channel 111" ;
.
IBAL:Channel_112
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_18 ;
  s223:observes IBAL:zs4_out_rtd ;
  rdfs:label "Channel 112" ;
.
IBAL:Channel_121
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_76 ;
  s223:observes IBAL:ch1_e_in_rtd ;
  rdfs:label "Channel 121" ;
.
IBAL:Channel_122
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Chiller_1_Lower_Connection ;
  s223:observes IBAL:ch1_e_out_rtd ;
  rdfs:label "Channel 122" ;
.
IBAL:Channel_123
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Chiller_2_Lower_Connection ;
  s223:observes IBAL:ch2_e_out_rtd ;
  rdfs:label "Channel 123" ;
.
IBAL:Channel_124
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_105 ;
  s223:observes IBAL:ahu1_cc_out_rtd ;
  rdfs:label "Channel 124" ;
.
IBAL:Channel_125
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_106 ;
  s223:observes IBAL:ahu2_cc_out_rtd ;
  rdfs:label "Channel 125" ;
.
IBAL:Channel_126
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_88 ;
  s223:observes IBAL:ts_in_rtd ;
  rdfs:label "Channel 126" ;
.
IBAL:Channel_127
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_104 ;
  s223:observes IBAL:ts_out_rtd ;
  rdfs:label "Channel 127" ;
.
IBAL:Channel_128
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_67 ;
  s223:observes IBAL:sl_out_rtd ;
  rdfs:label "Channel 128" ;
.
IBAL:Channel_129
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_151 ;
  s223:observes IBAL:hx1_hw_rtd ;
  rdfs:label "Channel 129" ;
.
IBAL:Channel_13
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_27 ;
  s223:observes IBAL:exf1_p_up ;
  rdfs:label "Channel 13" ;
.
IBAL:Channel_130
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:PlateHeatExchange_1_Connection ;
  s223:observes IBAL:hx1_pg_rtd ;
  rdfs:label "Channel 130" ;
.
IBAL:Channel_131
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Jnc54_ICP ;
  s223:observes IBAL:hw_rtd ;
  rdfs:label "Channel 131" ;
.
IBAL:Channel_132
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_140 ;
  s223:observes IBAL:hx2_hw_rtd ;
  rdfs:label "Channel 132" ;
.
IBAL:Channel_133
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_135 ;
  s223:observes IBAL:hx2_cw_rtd ;
  rdfs:label "Channel 133" ;
.
IBAL:Channel_134
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:HeatExchange_Connection ;
  s223:observes IBAL:hx3_pg_rtd ;
  rdfs:label "Channel 129" ;
.
IBAL:Channel_135
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_97 ;
  s223:observes IBAL:pump3_out_rtd ;
  rdfs:label "Channel 135" ;
.
IBAL:Channel_136
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_121 ;
  s223:observes IBAL:pump4_out_rtd ;
  rdfs:label "Channel 136" ;
.
IBAL:Channel_14
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Exhaust_Fan_1_Connection_2 ;
  s223:observes IBAL:exf1_p_down ;
  rdfs:label "Channel 14" ;
.
IBAL:Channel_154
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Jnc50_ICP1 ;
  s223:observes IBAL:cw_in_rtd ;
  rdfs:label "Channel 154" ;
.
IBAL:Channel_155
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_56 ;
  s223:observes IBAL:ahu2_cc_in_rtd ;
  rdfs:label "Channel 155" ;
.
IBAL:Channel_156
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_110 ;
  s223:observes IBAL:hx3_cw_rtd ;
  rdfs:label "Channel 156" ;
.
IBAL:Channel_157
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_131 ;
  s223:observes IBAL:ch2_c_out_rtd ;
  rdfs:label "Channel 157" ;
.
IBAL:Channel_158
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_132 ;
  s223:observes IBAL:ch1_c_out_rtd ;
  rdfs:label "Channel 158" ;
.
IBAL:Channel_159
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_92 ;
  s223:observes IBAL:pl_out_rtd ;
  rdfs:label "Channel 159" ;
.
IBAL:Channel_16
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_30 ;
  s223:observes IBAL:exf2_p_up ;
  rdfs:label "Channel 16" ;
.
IBAL:Channel_160
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_70 ;
  s223:observes IBAL:pl_in_rtd ;
  rdfs:label "Channel 160" ;
.
IBAL:Channel_17
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Exhaust_Fan_2_Connection_2 ;
  s223:observes IBAL:exf2_p_down ;
  rdfs:label "Channel 17" ;
.
IBAL:Channel_18
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:VFD_3 ;
  s223:observes IBAL:exf1_power ;
  rdfs:label "Channel 18" ;
.
IBAL:Channel_19
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Chiller_1_Lower_Connection ;
  s223:observes IBAL:pump1_p_up ;
  rdfs:label "Channel 19" ;
.
IBAL:Channel_193
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Chiller_1_Lower_Connection ;
  s223:observes IBAL:ch1_f_e ;
  rdfs:label "Channel 193" ;
.
IBAL:Channel_194
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_130 ;
  s223:observes IBAL:ch1_f_c ;
  rdfs:label "Channel 194" ;
.
IBAL:Channel_195
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Chiller_2_Lower_Connection ;
  s223:observes IBAL:ch2_f_e ;
  rdfs:label "Channel 195" ;
.
IBAL:Channel_196
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_128 ;
  s223:observes IBAL:ch2_f_c ;
  rdfs:label "Channel 196" ;
.
IBAL:Channel_197
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_105 ;
  s223:observes IBAL:ahu1_f_cc ;
  rdfs:label "Channel 197" ;
.
IBAL:Channel_198
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_106 ;
  s223:observes IBAL:ahu2_f_cc_mag ;
  rdfs:label "Channel 198" ;
.
IBAL:Channel_20
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_83 ;
  s223:observes IBAL:pump1_p_down ;
  rdfs:label "Channel 20" ;
.
IBAL:Channel_200
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_69 ;
  s223:observes IBAL:pl_f ;
  rdfs:label "Channel 200" ;
.
IBAL:Channel_201
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d16_pos_c ;
  s223:actuates IBAL:MotorizedDamper_2 ;
  rdfs:label "Channel 201" ;
.
IBAL:Channel_202
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v2_pos_c ;
  s223:actuates IBAL:Valve2 ;
  rdfs:label "Channel 202" ;
.
IBAL:Channel_207
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:PlateHeatExchange_1_Connection ;
  s223:observes IBAL:hx1_f_pg ;
  rdfs:label "Channel 207" ;
.
IBAL:Channel_208
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_151 ;
  s223:observes IBAL:hx1_f_hw ;
  rdfs:label "Channel 208" ;
.
IBAL:Channel_209
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_135 ;
  s223:observes IBAL:pl_ftemp ;
  rdfs:label "Channel 209" ;
.
IBAL:Channel_210
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_140 ;
  s223:observes IBAL:ahu2_f_cc ;
  rdfs:label "Channel 210" ;
.
IBAL:Channel_211
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:HeatExchange_Connection ;
  s223:observes IBAL:hx3_f_pg ;
  rdfs:label "Channel 211" ;
.
IBAL:Channel_212
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_109 ;
  s223:observes IBAL:hx3_f_cw ;
  rdfs:label "Channel 212" ;
.
IBAL:Channel_213
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_97 ;
  s223:observes IBAL:sl_f ;
  rdfs:label "Channel 213" ;
.
IBAL:Channel_214
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_121 ;
  s223:observes IBAL:cl_f ;
  rdfs:label "Channel 214" ;
.
IBAL:Channel_215
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v3_pos_c ;
  rdfs:label "Channel 215" ;
.
IBAL:Channel_216
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v1_pos_c ;
  s223:actuates IBAL:Valve1 ;
  rdfs:label "Channel 216" ;
.
IBAL:Channel_27
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Chiller_2_Lower_Connection ;
  s223:observes IBAL:pump2_p_up ;
  rdfs:label "Channel 27" ;
.
IBAL:Channel_28
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_82 ;
  s223:observes IBAL:pump2_p_down ;
  rdfs:label "Channel 28" ;
.
IBAL:Channel_29
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_96 ;
  s223:observes IBAL:pump3_p_up ;
  rdfs:label "Channel 29" ;
.
IBAL:Channel_3
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:HC_4_ICP ;
  s223:observes IBAL:ahu1_rh_up ;
  rdfs:label "Channel 3" ;
.
IBAL:Channel_30
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_96 ;
  s223:observes IBAL:pump3_p_down ;
  rdfs:label "Channel 30" ;
.
IBAL:Channel_301
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_2 ;
  s223:observes IBAL:vav1_f ;
  rdfs:label "Channel 301" ;
.
IBAL:Channel_301T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_1 ;
  s223:observes IBAL:vav1_t_in ;
  rdfs:label "Channel 301T" ;
.
IBAL:Channel_302
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_4 ;
  s223:observes IBAL:vav2_f ;
  rdfs:label "Channel 302" ;
.
IBAL:Channel_302T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_4 ;
  s223:observes IBAL:vav2_t_in ;
  rdfs:label "Channel 302T" ;
.
IBAL:Channel_303
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_7 ;
  s223:observes IBAL:vav3_f ;
  rdfs:label "Channel 303" ;
.
IBAL:Channel_303T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_7 ;
  s223:observes IBAL:vav3_t_in ;
  rdfs:label "Channel 303T" ;
.
IBAL:Channel_304
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d2_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_18 ;
  rdfs:label "Channel 304" ;
.
IBAL:Channel_304AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d2_pos_c ;
  s223:actuates IBAL:MotorizedDamper_18 ;
  rdfs:label "Channel 304AO" ;
.
IBAL:Channel_305
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d3_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_19 ;
  rdfs:label "Channel 305" ;
.
IBAL:Channel_305AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d3_pos_c ;
  s223:actuates IBAL:MotorizedDamper_19 ;
  rdfs:label "Channel 305AO" ;
.
IBAL:Channel_306
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_27 ;
  s223:observes IBAL:exf1_f ;
  rdfs:label "Channel 306" ;
.
IBAL:Channel_306T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_27 ;
  s223:observes IBAL:exf1_t_in ;
  rdfs:label "Channel 306T" ;
.
IBAL:Channel_307
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_30 ;
  s223:observes IBAL:exf2_f ;
  rdfs:label "Channel 307" ;
.
IBAL:Channel_307T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_30 ;
  s223:observes IBAL:exf2_t_in ;
  rdfs:label "Channel 307T" ;
.
IBAL:Channel_308
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_10 ;
  s223:observes IBAL:vav4_f ;
  rdfs:label "Channel 308" ;
.
IBAL:Channel_308T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_10 ;
  s223:observes IBAL:vav4_t_in ;
  rdfs:label "Channel 308T" ;
.
IBAL:Channel_309
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d4_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_16 ;
  rdfs:label "Channel 309" ;
.
IBAL:Channel_309AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d4_pos_c ;
  s223:actuates IBAL:MotorizedDamper_16 ;
  rdfs:label "Channel 309AO" ;
.
IBAL:Channel_31
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_122 ;
  s223:observes IBAL:pump4_p_up ;
  rdfs:label "Channel 31" ;
.
IBAL:Channel_310
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d5_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_14 ;
  rdfs:label "Channel 310" ;
.
IBAL:Channel_310AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d5_pos_c ;
  s223:actuates IBAL:MotorizedDamper_14 ;
  rdfs:label "Channel 310AO" ;
.
IBAL:Channel_32
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_121 ;
  s223:observes IBAL:pump4_p_down ;
  rdfs:label "Channel 32" ;
.
IBAL:Channel_325
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_23 ;
  s223:observes IBAL:ahu1_f_ra ;
  rdfs:label "Channel 325" ;
.
IBAL:Channel_325T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_23 ;
  s223:observes IBAL:ahu1_t_ra ;
  rdfs:label "Channel 325T" ;
.
IBAL:Channel_326
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_38 ;
  s223:observes IBAL:ahu1_f_sa ;
  rdfs:label "Channel 326" ;
.
IBAL:Channel_326T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_38 ;
  s223:observes IBAL:ahu1_t_sa ;
  rdfs:label "Channel 326T" ;
.
IBAL:Channel_327
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_39 ;
  s223:observes IBAL:ahu2_f_sa ;
  rdfs:label "Channel 327" ;
.
IBAL:Channel_327T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_39 ;
  s223:observes IBAL:ahu2_t_sa ;
  rdfs:label "Channel 327T" ;
.
IBAL:Channel_328
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d7_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_11 ;
  rdfs:label "Channel 328" ;
.
IBAL:Channel_328AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d7_pos_c ;
  s223:actuates IBAL:MotorizedDamper_11 ;
  rdfs:label "Channel 328AO" ;
.
IBAL:Channel_329
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:MotorizedDamper_13 ;
  s223:observes IBAL:d6_pos_fb ;
  rdfs:label "Channel 329" ;
.
IBAL:Channel_329AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d6_pos_c ;
  s223:actuates IBAL:MotorizedDamper_13 ;
  rdfs:label "Channel 329AO" ;
.
IBAL:Channel_33
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:HeatExchange_Connection ;
  s223:observes IBAL:pump5_p_up ;
  rdfs:label "Channel 33" ;
.
IBAL:Channel_334
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Segment_20 ;
  s223:observes IBAL:ahu2_f_ra ;
  rdfs:label "Channel 334" ;
.
IBAL:Channel_334T
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_20 ;
  s223:observes IBAL:ahu2_t_ra ;
  rdfs:label "Channel 334T" ;
.
IBAL:Channel_335
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d8_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_12 ;
  rdfs:label "Channel 335" ;
.
IBAL:Channel_335AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d8_pos_c ;
  s223:actuates IBAL:MotorizedDamper_12 ;
  rdfs:label "Channel 335AO" ;
.
IBAL:Channel_336
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d15_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_1 ;
  rdfs:label "Channel 336" ;
.
IBAL:Channel_336AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d15_pos_c ;
  s223:actuates IBAL:MotorizedDamper_1 ;
  rdfs:label "Channel 336AO" ;
.
IBAL:Channel_34
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_73 ;
  s223:observes IBAL:pump5_p_down ;
  rdfs:label "Channel 34" ;
.
IBAL:Channel_352
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:Fan_3 ;
  s223:observes IBAL:oau_f_out ;
  rdfs:label "Channel 352" ;
.
IBAL:Channel_355
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v4_pos_fb ;
  s223:actuates IBAL:Valve4 ;
  rdfs:label "Channel 355" ;
.
IBAL:Channel_355AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v4_pos_c ;
  s223:actuates IBAL:Valve4 ;
  rdfs:label "Channel 355AO" ;
.
IBAL:Channel_356
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v5_pos_fb ;
  s223:actuates IBAL:Valve5 ;
  rdfs:label "Channel 356" ;
.
IBAL:Channel_356AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v5_pos_c ;
  s223:actuates IBAL:Valve5 ;
  rdfs:label "Channel 356AO" ;
.
IBAL:Channel_357
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v1_pos_fb ;
  s223:actuates IBAL:Valve1 ;
  rdfs:label "Channel 357" ;
.
IBAL:Channel_358
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v3_pos_fb ;
  rdfs:label "Channel 358" ;
.
IBAL:Channel_360
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d16_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_2 ;
  rdfs:label "Channel 360" ;
.
IBAL:Channel_362
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_97 ;
  s223:observes IBAL:pump3_dp ;
  rdfs:label "Channel 362" ;
.
IBAL:Channel_363
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d17_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_3 ;
  rdfs:label "Channel 363" ;
.
IBAL:Channel_363AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d17_pos_c ;
  s223:actuates IBAL:MotorizedDamper_3 ;
  rdfs:label "Channel 363AO" ;
.
IBAL:Channel_364
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d18_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_4 ;
  rdfs:label "Channel 364" ;
.
IBAL:Channel_364AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d18_pos_c ;
  s223:actuates IBAL:MotorizedDamper_4 ;
  rdfs:label "Channel 364AO" ;
.
IBAL:Channel_37
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_12 ;
  s223:observes IBAL:zs1_rh ;
  rdfs:label "Channel 37" ;
.
IBAL:Channel_377
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v6_pos_fb ;
  s223:actuates IBAL:Valve6 ;
  rdfs:label "Channel 377" ;
.
IBAL:Channel_378
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v7_pos_fb ;
  s223:actuates IBAL:Valve7 ;
  rdfs:label "Channel 378" ;
.
IBAL:Channel_379
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v10_pos_fb ;
  s223:actuates IBAL:MotorizedThreeWayValve_3 ;
  rdfs:label "Channel 379" ;
.
IBAL:Channel_379AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v10_pos_c ;
  s223:actuates IBAL:MotorizedThreeWayValve_3 ;
  rdfs:label "Channel 379AO" ;
.
IBAL:Channel_38
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_14 ;
  s223:observes IBAL:zs2_rh ;
  rdfs:label "Channel 38" ;
.
IBAL:Channel_380
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v11_pos_fb ;
  s223:actuates IBAL:Valve11 ;
  rdfs:label "Channel 380" ;
.
IBAL:Channel_380AO
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v11_pos_c ;
  s223:actuates IBAL:Valve11 ;
  rdfs:label "Channel 380AO" ;
.
IBAL:Channel_381
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v8_pos_fb ;
  s223:actuates IBAL:MotorizedThreeWayValve_5 ;
  rdfs:label "Channel 381" ;
.
IBAL:Channel_382
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v9_pos_fb ;
  s223:actuates IBAL:MotorizedThreeWayValve_4 ;
  rdfs:label "Channel 382" ;
.
IBAL:Channel_383
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v12_pos_fb ;
  s223:actuates IBAL:MotorizedThreeWayValve_1 ;
  rdfs:label "Channel 383" ;
.
IBAL:Channel_384
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v13_pos_fb ;
  s223:actuates IBAL:MotorizedThreeWayValve_2 ;
  rdfs:label "Channel 384" ;
.
IBAL:Channel_39
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_16 ;
  s223:observes IBAL:zs3_rh ;
  rdfs:label "Channel 39" ;
.
IBAL:Channel_394bw
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:exf2_on ;
  s223:actuates IBAL:Fan_4 ;
  rdfs:label "Channel 394bw" ;
.
IBAL:Channel_394ow
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:exf1_on ;
  s223:actuates IBAL:Fan_3 ;
  rdfs:label "Channel 394ow" ;
.
IBAL:Channel_395brw
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump1_on ;
  rdfs:label "Channel 395brw" ;
.
IBAL:Channel_395bw
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ahu1_on ;
  s223:actuates IBAL:AHU_3 ;
  rdfs:label "Channel 395bw" ;
.
IBAL:Channel_395gw
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ahu2_on ;
  s223:actuates IBAL:AHU_3 ;
  rdfs:label "Channel 395gw" ;
.
IBAL:Channel_396bw
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump4_on ;
  s223:actuates IBAL:WaterPump_5 ;
  rdfs:label "Channel 396bw" ;
.
IBAL:Channel_396gw
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump5_on ;
  rdfs:label "Channel 396gw" ;
.
IBAL:Channel_396ow
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump2_on ;
  rdfs:label "Channel 396ow" ;
.
IBAL:Channel_397
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ahu1_heat_c ;
  s223:actuates IBAL:HeatingCoil_4 ;
  rdfs:label "Channel 397" ;
.
IBAL:Channel_4
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:AHU_2_Connection_3 ;
  s223:observes IBAL:ahu1_p_up ;
  rdfs:label "Channel 4" ;
.
IBAL:Channel_40
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_18 ;
  s223:observes IBAL:zs4_rh ;
  rdfs:label "Channel 40" ;
.
IBAL:Channel_401
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vav1_heat_c ;
  s223:actuates IBAL:HeatingCoil_2 ;
  rdfs:label "Channel 401" ;
.
IBAL:Channel_402
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vav2_heat_c ;
  s223:actuates IBAL:HeatingCoil_3 ;
  rdfs:label "Channel 402" ;
.
IBAL:Channel_403
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vav3_heat_c ;
  s223:actuates IBAL:HeatingCoil_5 ;
  rdfs:label "Channel 403" ;
.
IBAL:Channel_404
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vav4_heat_c ;
  s223:actuates IBAL:HeatingCoil_6 ;
  rdfs:label "Channel 404" ;
.
IBAL:Channel_405
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ahu2_heat_c ;
  s223:actuates IBAL:HeatingCoil_1 ;
  rdfs:label "Channel 405" ;
.
IBAL:Channel_407
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:oau_heat_c ;
  s223:actuates IBAL:HeatingCoil_7 ;
  rdfs:label "Channel 407" ;
.
IBAL:Channel_408
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v6_pos_c ;
  s223:actuates IBAL:Valve6 ;
  rdfs:label "Channel 408" ;
.
IBAL:Channel_409
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v7_pos_fb ;
  s223:actuates IBAL:Valve7 ;
  rdfs:label "Channel 409" ;
.
IBAL:Channel_411
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v13_pos_c ;
  s223:actuates IBAL:MotorizedThreeWayValve_2 ;
  rdfs:label "Channel 411" ;
.
IBAL:Channel_412
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v12_pos_c ;
  s223:actuates IBAL:MotorizedThreeWayValve_1 ;
  rdfs:label "Channel 412" ;
.
IBAL:Channel_425
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d10_pos_c ;
  s223:actuates IBAL:MotorizedDamper_8 ;
  rdfs:label "Channel 425" ;
.
IBAL:Channel_426
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d11_pos_c ;
  s223:actuates IBAL:MotorizedDamper_6 ;
  rdfs:label "Channel 426" ;
.
IBAL:Channel_441
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ch1_t_reset ;
  rdfs:label "Channel 441" ;
.
IBAL:Channel_442
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ch1_on ;
  rdfs:label "Channel 442" ;
.
IBAL:Channel_443
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ch2_t_reset ;
  rdfs:label "Channel 443" ;
.
IBAL:Channel_444
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ch2_on ;
  rdfs:label "Channel 444" ;
.
IBAL:Channel_445
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump1_vfd ;
  s223:actuates IBAL:WaterPump_2_VFD ;
  rdfs:label "Channel 445" ;
.
IBAL:Channel_446
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump2_vfd ;
  s223:actuates IBAL:WaterPump_3_VFD ;
  rdfs:label "Channel 446" ;
.
IBAL:Channel_447
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump3_vfd ;
  s223:actuates IBAL:WaterPump_4_VFD ;
  rdfs:label "Channel 447" ;
.
IBAL:Channel_448
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump4_vfd ;
  s223:actuates IBAL:WaterPump_5_VFD ;
  rdfs:label "Channel 448" ;
.
IBAL:Channel_449
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:pump5_vfd ;
  s223:actuates IBAL:WaterPump_1_VFD ;
  rdfs:label "Channel 449" ;
.
IBAL:Channel_450
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ahu1_vfd ;
  s223:actuates IBAL:VFD_2 ;
  rdfs:label "Channel 450" ;
.
IBAL:Channel_451
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ahu2_vfd ;
  s223:actuates IBAL:VFD_1 ;
  rdfs:label "Channel 451" ;
.
IBAL:Channel_452
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:oau_vfd ;
  s223:actuates IBAL:VFD_5 ;
  rdfs:label "Channel 452" ;
.
IBAL:Channel_453
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:exf1_vfd ;
  s223:actuates IBAL:VFD_3 ;
  rdfs:label "Channel 453" ;
.
IBAL:Channel_454
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:exf2_vfd ;
  s223:actuates IBAL:VFD_4 ;
  rdfs:label "Channel 454" ;
.
IBAL:Channel_456
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v8_pos_c ;
  s223:actuates IBAL:MotorizedThreeWayValve_5 ;
  rdfs:label "Channel 456" ;
.
IBAL:Channel_457
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v9_pos_c ;
  s223:actuates IBAL:MotorizedThreeWayValve_4 ;
  rdfs:label "Channel 457" ;
.
IBAL:Channel_469
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ch1_t_sp ;
  rdfs:label "Channel 469" ;
.
IBAL:Channel_470
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:ch2_t_sp ;
  rdfs:label "Channel 470" ;
.
IBAL:Channel_49
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:AHU_3_Connection_3 ;
  s223:observes IBAL:oau_p_up ;
  rdfs:label "Channel 49" ;
.
IBAL:Channel_493
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:Fan_5 ;
  s223:observes IBAL:oau_fan_power ;
  rdfs:label "Channel 493" ;
.
IBAL:Channel_495
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d10_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_8 ;
  rdfs:label "Channel 495" ;
.
IBAL:Channel_496
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:d11_pos_fb ;
  s223:actuates IBAL:MotorizedDamper_6 ;
  rdfs:label "Channel 496" ;
.
IBAL:Channel_5
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_9 ;
  s223:observes IBAL:ahu1_p_down ;
  rdfs:label "Channel 5" ;
.
IBAL:Channel_50
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_44 ;
  s223:observes IBAL:oau_p_down ;
  rdfs:label "Channel 50" ;
.
IBAL:Channel_503
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vch2_pos_fb ;
  rdfs:label "Channel 503" ;
.
IBAL:Channel_51
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_44 ;
  s223:observes IBAL:oau_rh ;
  rdfs:label "Channel 51" ;
.
IBAL:Channel_517
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v18_pos_c ;
  rdfs:label "Channel 517" ;
.
IBAL:Channel_517DI
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v18_pos_fb ;
  rdfs:label "Channel 517DI" ;
.
IBAL:Channel_518
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v19_pos_c ;
  rdfs:label "Channel 518" ;
.
IBAL:Channel_518DI
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v19_pos_fb ;
  rdfs:label "Channel 518DI" ;
.
IBAL:Channel_519
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v20_pos_c ;
  rdfs:label "Channel 519" ;
.
IBAL:Channel_519DI
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:v20_pos_fb ;
  rdfs:label "Channel 519DI" ;
.
IBAL:Channel_52
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterChiller_1 ;
  s223:observes IBAL:ch1_power ;
  rdfs:label "Channel 52" ;
.
IBAL:Channel_520
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vsh_in ;
  rdfs:label "Channel 520" ;
.
IBAL:Channel_521
  a s223:Actuator ;
  s223:actuatedByProperty IBAL:vsh_out ;
  rdfs:label "Channel 521" ;
.
IBAL:Channel_53
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterChiller_2 ;
  s223:observes IBAL:ch2_power ;
  rdfs:label "Channel 53" ;
.
IBAL:Channel_54
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterPump_2 ;
  s223:observes IBAL:pump1_power ;
  rdfs:label "Channel 54" ;
.
IBAL:Channel_55
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterPump_3 ;
  s223:observes IBAL:pump2_power ;
  rdfs:label "Channel 55" ;
.
IBAL:Channel_56
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterPump_4 ;
  s223:observes IBAL:pump3_power ;
  rdfs:label "Channel 56" ;
.
IBAL:Channel_57
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterPump_5 ;
  s223:observes IBAL:pump4_power ;
  rdfs:label "Channel 57" ;
.
IBAL:Channel_58
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:WaterPump_1 ;
  s223:observes IBAL:pump5_power ;
  rdfs:label "Channel 58" ;
.
IBAL:Channel_59
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:VFD_2 ;
  s223:observes IBAL:ahu1_fan_power ;
  rdfs:label "Channel 59" ;
.
IBAL:Channel_6
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:Segment_9 ;
  s223:observes IBAL:ahu1_rh_down ;
  rdfs:label "Channel 6" ;
.
IBAL:Channel_60
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:VFD_1 ;
  s223:observes IBAL:ahu2_fan_power ;
  rdfs:label "Channel 60" ;
.
IBAL:Channel_61
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:HeatingCoil_4 ;
  s223:observes IBAL:ahu1_heat_power ;
  rdfs:label "Channel 61" ;
.
IBAL:Channel_62
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:HeatingCoil_1 ;
  s223:observes IBAL:ahu2_heat_power ;
  rdfs:label "Channel 62" ;
.
IBAL:Channel_63
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:HeatingCoil_2 ;
  s223:observes IBAL:vav1_heat_power ;
  rdfs:label "Channel 63" ;
.
IBAL:Channel_64
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:HeatingCoil_3 ;
  s223:observes IBAL:vav2_heat_power ;
  rdfs:label "Channel 64" ;
.
IBAL:Channel_65
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:HeatingCoil_5 ;
  s223:observes IBAL:vav3_heat_power ;
  rdfs:label "Channel 65" ;
.
IBAL:Channel_66
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:HeatingCoil_6 ;
  s223:observes IBAL:vav4_heat_power ;
  rdfs:label "Channel 66" ;
.
IBAL:Channel_7
  a s223:HumiditySensor ;
  s223:hasObservationLocation IBAL:AHU_1_ICP ;
  s223:observes IBAL:ahu2_rh_up ;
  rdfs:label "Channel 7" ;
.
IBAL:Channel_72
  a s223:Sensor ;
  s223:hasObservationLocation IBAL:VFD_4 ;
  s223:observes IBAL:exf2_power ;
  rdfs:label "Channel 72" ;
.
IBAL:Channel_73
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:HC_4_ICP ;
  s223:observes IBAL:ahu1_in_rtd ;
  rdfs:label "Channel 73" ;
.
IBAL:Channel_74
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_2_Connection_2 ;
  s223:observes IBAL:ahu1_heat_rtd ;
  rdfs:label "Channel 74" ;
.
IBAL:Channel_75
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_2_Connection_3 ;
  s223:observes IBAL:ahu1_cc_rtd ;
  rdfs:label "Channel 75" ;
.
IBAL:Channel_76
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_9 ;
  s223:observes IBAL:ahu1_out_rtd ;
  rdfs:label "Channel 76" ;
.
IBAL:Channel_77
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_1_ICP ;
  s223:observes IBAL:ahu2_in_rtd ;
  rdfs:label "Channel 77" ;
.
IBAL:Channel_78
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_1_Connection_2 ;
  s223:observes IBAL:ahu2_heat_rtd ;
  rdfs:label "Channel 78" ;
.
IBAL:Channel_79
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_1_Connection_3 ;
  s223:observes IBAL:ahu2_cc_rtd ;
  rdfs:label "Channel 79" ;
.
IBAL:Channel_8
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:AHU_1_Connection_3 ;
  s223:observes IBAL:ahu2_p_up ;
  rdfs:label "Channel 8" ;
.
IBAL:Channel_80
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_1 ;
  s223:observes IBAL:ahu2_out_rtd ;
  rdfs:label "Channel 80" ;
.
IBAL:Channel_83
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_3_ICP ;
  s223:observes IBAL:oau_in_rtd ;
  rdfs:label "Channel 83" ;
.
IBAL:Channel_84
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_3_Connection_2 ;
  s223:observes IBAL:oau_cc_rtd ;
  rdfs:label "Channel 84" ;
.
IBAL:Channel_85
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:AHU_3_Connection_3 ;
  s223:observes IBAL:oau_hs_rtd ;
  rdfs:label "Channel 85" ;
.
IBAL:Channel_86
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:Segment_44 ;
  s223:observes IBAL:oau_out_rtd ;
  rdfs:label "Channel 86" ;
.
IBAL:Channel_87
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:VAV_1_Connection_2 ;
  s223:observes IBAL:vav1_out_rtd ;
  rdfs:label "Channel 87" ;
.
IBAL:Channel_88
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:VAV_2_Connection_2 ;
  s223:observes IBAL:vav2_out_rtd ;
  rdfs:label "Channel 88" ;
.
IBAL:Channel_89
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:VAV_3_Connection_2 ;
  s223:observes IBAL:vav3_out_rtd ;
  rdfs:label "Channel 89" ;
.
IBAL:Channel_9
  a s223:PressureSensor ;
  s223:hasObservationLocation IBAL:Segment_1 ;
  s223:observes IBAL:ahu2_p_down ;
  rdfs:label "Channel 9" ;
.
IBAL:Channel_90
  a s223:TemperatureSensor ;
  s223:hasObservationLocation IBAL:VAV_4_Connection_2 ;
  s223:observes IBAL:vav4_out_rtd ;
  rdfs:label "Channel 90" ;
.
IBAL:Chiller1_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:ch1_c_in_rtd ;
  bacnet:hasObject IBAL:ch1_f_c ;
  bacnet:hasObject IBAL:ch1_f_e ;
  bacnet:hasObject IBAL:ch1_on ;
  bacnet:hasObject IBAL:ch1_power ;
  bacnet:hasObject IBAL:ch1_t_sp ;
  bacnet:hasObject IBAL:v19_pos_c ;
  bacnet:hasObject IBAL:v7_pos_c ;
  bacnet:hasObject IBAL:v7_pos_fb ;
  rdfs:label "Chiller1 Controller" ;
.
IBAL:Chiller1_FnB
  a s223:Function ;
  s223:hasInput IBAL:ch1_f_c ;
  s223:hasInput IBAL:ch1_f_e ;
  s223:hasInput IBAL:ch1_power ;
  s223:hasInput IBAL:ch1_t_sp ;
  s223:hasInput IBAL:v7_pos_fb ;
  s223:hasOutput IBAL:v19_pos_c ;
  s223:hasOutput IBAL:v7_pos_c ;
  rdfs:label "Chiller1 Fn b" ;
.
IBAL:Chiller2_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:ch2_c_in_rtd ;
  bacnet:hasObject IBAL:ch2_f_c ;
  bacnet:hasObject IBAL:ch2_f_e ;
  bacnet:hasObject IBAL:ch2_on ;
  bacnet:hasObject IBAL:ch2_power ;
  bacnet:hasObject IBAL:ch2_t_sp ;
  bacnet:hasObject IBAL:v18_pos_c ;
  bacnet:hasObject IBAL:v6_pos_c ;
  bacnet:hasObject IBAL:v6_pos_fb ;
  rdfs:label "Chiller2 Controller" ;
.
IBAL:Chiller2_FnB
  a s223:Function ;
  s223:hasInput IBAL:ch2_c_in_rtd ;
  s223:hasInput IBAL:ch2_f_c ;
  s223:hasInput IBAL:ch2_f_e ;
  s223:hasInput IBAL:ch2_on ;
  s223:hasInput IBAL:ch2_power ;
  s223:hasInput IBAL:ch2_t_sp ;
  s223:hasInput IBAL:v6_pos_fb ;
  s223:hasOutput IBAL:v18_pos_c ;
  s223:hasOutput IBAL:v6_pos_c ;
  rdfs:label "Chiller2 Fn b" ;
.
IBAL:ChillerHEC1
  a s223:HydronicHeatExchanger ;
  s223:cnx IBAL:HEC1_LowerICP ;
  s223:cnx IBAL:HEC1_LowerOCP ;
  s223:cnx IBAL:HEC1_UpperICP ;
  s223:cnx IBAL:HEC1_UpperOCP ;
  s223:hasRole s223:Role-Condenser ;
  rdfs:label "Chiller HEC1" ;
.
IBAL:ChillerHEC2
  a s223:HydronicHeatExchanger ;
  s223:hasConnectionPoint IBAL:HEC2_LowerICP ;
  s223:hasConnectionPoint IBAL:HEC2_LowerOCP ;
  s223:hasConnectionPoint IBAL:HEC2_UpperICP ;
  s223:hasConnectionPoint IBAL:HEC2_UpperOCP ;
  s223:hasRole s223:Role-Condenser ;
  rdfs:label "ChillerHEC2" ;
.
IBAL:ChillerHEE1
  a s223:HydronicHeatExchanger ;
  s223:cnx IBAL:HEE1_LowerICP ;
  s223:cnx IBAL:HEE1_LowerOCP ;
  s223:cnx IBAL:HEE1_UpperICP ;
  s223:cnx IBAL:HEE1_UpperOCP ;
  s223:hasRole s223:Role-Evaporator ;
  rdfs:label "Chiller HEE1" ;
.
IBAL:ChillerHEE2
  a s223:HydronicHeatExchanger ;
  s223:hasConnectionPoint IBAL:HEE2_LowerICP ;
  s223:hasConnectionPoint IBAL:HEE2_LowerOCP ;
  s223:hasConnectionPoint IBAL:HEE2_UpperICP ;
  s223:hasConnectionPoint IBAL:HEE2_UpperOCP ;
  s223:hasRole s223:Role-Evaporator ;
  rdfs:label "ChillerHEE2" ;
.
IBAL:Chiller_1_Lower_Connection
  a s223:Connection ;
  s223:connectsAt IBAL:Chiller_1_Lower_OCP ;
  s223:connectsAt IBAL:WaterPump_2_ICP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Chiller 1 Lower Connection" ;
.
IBAL:Chiller_1_Lower_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Chiller 1 Lower ICP" ;
.
IBAL:Chiller_1_Lower_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Chiller 1 Lower OCP" ;
.
IBAL:Chiller_1_Upper_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_129 ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Chiller 1 Upper ICP" ;
.
IBAL:Chiller_1_Upper_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_130 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Chiller 1 Upper OCP" ;
.
IBAL:Chiller_2_Lower_Connection
  a s223:Connection ;
  s223:connectsAt IBAL:Chiller_2_Lower_OCP ;
  s223:connectsAt IBAL:WaterPump_3_ICP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Chiller 2 Lower Connection" ;
.
IBAL:Chiller_2_Lower_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Chiller 2 Lower ICP" ;
.
IBAL:Chiller_2_Lower_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Chiller 2 Lower OCP" ;
.
IBAL:Chiller_2_Upper_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_127 ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Chiller 2 Upper ICP" ;
.
IBAL:Chiller_2_Upper_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_128 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Chiller 2 Upper OCP" ;
.
IBAL:CoolingCoil_1
  a s223:CoolingCoil ;
  s223:hasConnectionPoint IBAL:CC_1_Water_ICP ;
  s223:hasConnectionPoint IBAL:CC_1_Water_OCP ;
  s223:hasRole s223:Role-Cooling ;
  rdfs:label "Cooling coil 1" ;
.
IBAL:CoolingCoil_2
  a s223:CoolingCoil ;
  s223:hasConnectionPoint IBAL:CC_2_ICP ;
  s223:hasConnectionPoint IBAL:CC_2_OCP ;
  s223:hasConnectionPoint IBAL:CC_2_Water_ICP ;
  s223:hasConnectionPoint IBAL:CC_2_Water_OCP ;
  s223:hasRole s223:Role-Cooling ;
  rdfs:label "Cooling coil 2" ;
.
IBAL:CoolingCoil_3
  a s223:CoolingCoil ;
  s223:hasConnectionPoint IBAL:CC_3_G_ICP ;
  s223:hasConnectionPoint IBAL:CC_3_G_OCP ;
  s223:hasConnectionPoint IBAL:CC_3_ICP ;
  s223:hasConnectionPoint IBAL:CC_3_OCP ;
  s223:hasRole s223:Role-Cooling ;
  rdfs:label "Cooling coil 3" ;
.
IBAL:Damper_10_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 10 ICP" ;
.
IBAL:Damper_10_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 10 OCP" ;
.
IBAL:Damper_11_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_39 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 11 ICP" ;
.
IBAL:Damper_11_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_35 ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_11 ;
  rdfs:label "Damper 11 OCP" ;
.
IBAL:Damper_12_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_12 ;
  rdfs:label "Damper 12 ICP" ;
.
IBAL:Damper_12_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_12 ;
  rdfs:label "Damper 12 OCP" ;
.
IBAL:Damper_13_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_13 ;
  rdfs:label "Damper 13 ICP" ;
.
IBAL:Damper_13_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_13 ;
  rdfs:label "Damper 13 OCP" ;
.
IBAL:Damper_14_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_14 ;
  rdfs:label "Damper 14 ICP" ;
.
IBAL:Damper_14_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_14 ;
  rdfs:label "Damper 14 OCP" ;
.
IBAL:Damper_15_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 15 ICP" ;
.
IBAL:Damper_15_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_15 ;
  rdfs:label "Damper 15 OCP" ;
.
IBAL:Damper_16_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_16 ;
  rdfs:label "Damper 16 ICP" ;
.
IBAL:Damper_16_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_16 ;
  rdfs:label "Damper 16 OCP" ;
.
IBAL:Damper_17_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 17 ICP" ;
.
IBAL:Damper_17_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:MotorizedDamper_17 ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_17 ;
  rdfs:label "Damper 17 OCP" ;
.
IBAL:Damper_18_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_18 ;
  rdfs:label "Damper 18 ICP" ;
.
IBAL:Damper_18_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_18 ;
  rdfs:label "Damper 18 OCP" ;
.
IBAL:Damper_19_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:MotorizedDamper_19 ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_19 ;
  rdfs:label "Damper 19 ICP" ;
.
IBAL:Damper_19_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_19 ;
  rdfs:label "Damper 19 OCP" ;
.
IBAL:Damper_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_1_ICP ;
  rdfs:label "Damper 1 ICP" ;
.
IBAL:Damper_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 1 OCP" ;
.
IBAL:Damper_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_2_ICP ;
  rdfs:label "Damper 2 ICP" ;
.
IBAL:Damper_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 2 OCP" ;
.
IBAL:Damper_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_3_ICP ;
  rdfs:label "Damper 3 ICP" ;
.
IBAL:Damper_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 3 OCP" ;
.
IBAL:Damper_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_4_ICP ;
  rdfs:label "Damper 4 ICP" ;
.
IBAL:Damper_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Damper 4 OCP" ;
.
IBAL:Damper_5_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_5 ;
  rdfs:label "Damper 5 ICP" ;
.
IBAL:Damper_5_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_5 ;
  rdfs:label "Damper 5 OCP" ;
.
IBAL:Damper_6_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_6 ;
  rdfs:label "Damper 6 ICP" ;
.
IBAL:Damper_6_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Fan_3_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_6 ;
  rdfs:label "Damper 6 OCP" ;
.
IBAL:Damper_7_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_7 ;
  rdfs:label "Damper 7 ICP" ;
.
IBAL:Damper_7_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_7 ;
  rdfs:label "Damper 7 OCP" ;
.
IBAL:Damper_8_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_8 ;
  rdfs:label "Damper 8 ICP" ;
.
IBAL:Damper_8_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_8 ;
  rdfs:label "Damper 8 OCP" ;
.
IBAL:Damper_9_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_9 ;
  rdfs:label "Damper 9 ICP" ;
.
IBAL:Damper_9_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:MotorizedDamper_9 ;
  rdfs:label "Damper 9 OCP" ;
.
IBAL:Enclosure_1
  a s223:PhysicalSpace ;
  s223:encloses IBAL:HVACSpace_1 ;
  rdfs:label "Enclosure 1" ;
.
IBAL:Enclosure_2
  a s223:PhysicalSpace ;
  s223:encloses IBAL:HVACSpace_2 ;
  rdfs:label "Enclosure 2" ;
.
IBAL:Enclosure_3
  a s223:PhysicalSpace ;
  s223:encloses IBAL:HVACSpace_3 ;
  rdfs:label "Enclosure 3" ;
.
IBAL:Enclosure_4
  a s223:PhysicalSpace ;
  s223:encloses IBAL:HVACSpace_4 ;
  rdfs:label "Enclosure 4" ;
.
IBAL:Exhaust_Fan_1_Connection_2
  a s223:Connection ;
  s223:connectsAt IBAL:Damper_7_ICP ;
  s223:connectsAt IBAL:Fan_3_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Exhaust Fan 1 Connection 2" ;
.
IBAL:Exhaust_Fan_2_Connection_2
  a s223:Connection ;
  s223:connectsAt IBAL:Damper_9_ICP ;
  s223:connectsAt IBAL:Fan_4_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Exhaust Fan 2 Connection 2" ;
.
IBAL:Fan_1
  a s223:Fan ;
  s223:hasConnectionPoint IBAL:Fan_1_ICP ;
  s223:hasConnectionPoint IBAL:Fan_1_OCP ;
  s223:hasConnectionPoint IBAL:Fan_1_S_ICP ;
  rdfs:label "Fan 1" ;
.
IBAL:Fan_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 1 ICP" ;
.
IBAL:Fan_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:AHU_1_OCP ;
  rdfs:label "Fan 1 OCP" ;
.
IBAL:Fan_1_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Fan 1 S ICP" ;
.
IBAL:Fan_1_VFD_1
  a s223:Connection ;
  s223:cnx IBAL:Fan_1_S_ICP ;
  s223:cnx IBAL:VFD_1_OCP ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Fan 1 to VFD 1" ;
.
IBAL:Fan_2
  a s223:Fan ;
  s223:hasConnectionPoint IBAL:Fan_2_ICP ;
  s223:hasConnectionPoint IBAL:Fan_2_OCP ;
  s223:hasConnectionPoint IBAL:Fan_2_S_ICP ;
  rdfs:label "Fan 2" ;
.
IBAL:Fan_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 2 ICP" ;
.
IBAL:Fan_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:AHU_2_OCP ;
  rdfs:label "Fan 2 OCP" ;
.
IBAL:Fan_2_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Fan 2 S ICP" ;
.
IBAL:Fan_2_VFD_2
  a s223:Connection ;
  s223:cnx IBAL:Fan_2_S_ICP ;
  s223:cnx IBAL:VFD_2_OCP ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 2 VFD 2" ;
.
IBAL:Fan_3
  a s223:Fan ;
  s223:hasConnectionPoint IBAL:Fan_3_E_ICP ;
  s223:hasConnectionPoint IBAL:Fan_3_ICP ;
  s223:hasConnectionPoint IBAL:Fan_3_OCP ;
  rdfs:label "Fan 3" ;
.
IBAL:Fan_3_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 3 E ICP" ;
.
IBAL:Fan_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 3 ICP" ;
.
IBAL:Fan_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 3 OCP" ;
.
IBAL:Fan_3_VFD_3
  a s223:Connection ;
  s223:cnx IBAL:Fan_3_E_ICP ;
  s223:cnx IBAL:VFD_3_OCP ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 3 VFD 3" ;
.
IBAL:Fan_4
  a s223:Fan ;
  s223:hasConnectionPoint IBAL:Fan_4_E_ICP ;
  s223:hasConnectionPoint IBAL:Fan_4_ICP ;
  s223:hasConnectionPoint IBAL:Fan_4_OCP ;
  rdfs:label "Fan 4" ;
.
IBAL:Fan_4_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 4 E ICP" ;
.
IBAL:Fan_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 4 ICP" ;
.
IBAL:Fan_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 4 OCP" ;
.
IBAL:Fan_4_VFD_4
  a s223:Connection ;
  s223:cnx IBAL:Fan_4_E_ICP ;
  s223:cnx IBAL:VFD_4_OCP ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 4 VFD 4" ;
.
IBAL:Fan_5
  a s223:Fan ;
  s223:hasConnectionPoint IBAL:Fan_5_E_ICP ;
  s223:hasConnectionPoint IBAL:Fan_5_ICP ;
  s223:hasConnectionPoint IBAL:Fan_5_OCP ;
  rdfs:label "Fan 5" ;
.
IBAL:Fan_5_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 5 E ICP" ;
.
IBAL:Fan_5_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Fan 5 ICP" ;
.
IBAL:Fan_5_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:AHU_3_OCP ;
  rdfs:label "Fan 5 OCP" ;
.
IBAL:Fan_5_VFD_5
  a s223:Connection ;
  s223:cnx IBAL:Fan_5_E_ICP ;
  s223:cnx IBAL:VFD_5_OCP ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "Fan 5 VFD 5" ;
.
IBAL:Filter_1
  a s223:Filter ;
  s223:cnx IBAL:Filter_1_ICP ;
  s223:cnx IBAL:Filter_1_OCP ;
  rdfs:label "Filter 1" ;
.
IBAL:Filter_1_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:AHU_1_Connection_4 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Filter 1 ICP" ;
.
IBAL:Filter_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Filter 1 OCP" ;
.
IBAL:Filter_2
  a s223:Filter ;
  s223:cnx IBAL:Filter_2_ICP ;
  s223:cnx IBAL:Filter_2_OCP ;
  rdfs:label "Filter 2" ;
.
IBAL:Filter_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Filter 2 ICP" ;
.
IBAL:Filter_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Filter 2 OCP" ;
.
IBAL:Flow_6
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:VAV_2_Connection_2 ;
  s223:observes IBAL:HC-3-OutletFlow ;
  rdfs:label "Flow 6" ;
.
IBAL:Flow_7
  a s223:FlowSensor ;
  s223:hasObservationLocation IBAL:VAV_3_Connection_2 ;
  s223:observes IBAL:HC-5-OutletFlow ;
  rdfs:label "Flow 7" ;
.
IBAL:HC-1-InletTemp
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "40"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "HC 1 InletTemp" ;
.
IBAL:HC-3-OutletFlow
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "500"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "HC 3 OutletFlow" ;
.
IBAL:HC-5-OutletFlow
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "20"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "HC 5 OutletFlow" ;
.
IBAL:HC_1_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:AHU_1_E_ICP ;
  rdfs:label "HC 1 E ICP" ;
.
IBAL:HC_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:AHU_1_ICP ;
  rdfs:label "HC 1 ICP" ;
.
IBAL:HC_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 1 OCP" ;
.
IBAL:HC_2_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:VAV_1_E_ICP ;
  rdfs:label "HC 2 E ICP" ;
.
IBAL:HC_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 2 ICP" ;
.
IBAL:HC_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_1_OCP ;
  rdfs:label "HC 2 OCP" ;
.
IBAL:HC_3_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:VAV_2_E_ICP ;
  rdfs:label "HC 3 E ICP" ;
.
IBAL:HC_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 3 ICP" ;
.
IBAL:HC_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_2_OCP ;
  rdfs:label "HC 3 OCP" ;
.
IBAL:HC_4_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:AHU_2_E_ICP ;
  rdfs:label "HC 4 E ICP" ;
.
IBAL:HC_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:AHU_2_ICP ;
  rdfs:label "HC 4 ICP" ;
.
IBAL:HC_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 4 OCP" ;
.
IBAL:HC_5_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:VAV_3_E_ICP ;
  rdfs:label "HC 5 E ICP" ;
.
IBAL:HC_5_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 5 ICP" ;
.
IBAL:HC_5_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_3_OCP ;
  rdfs:label "HC 5 OCP" ;
.
IBAL:HC_6_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:VAV_4_E_ICP ;
  rdfs:label "HC 6 E ICP" ;
.
IBAL:HC_6_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 6 ICP" ;
.
IBAL:HC_6_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:mapsTo IBAL:VAV_4_OCP ;
  rdfs:label "HC 6 OCP" ;
.
IBAL:HC_7_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:AHU_3_E_ICP ;
  rdfs:label "HC 7 E ICP" ;
.
IBAL:HC_7_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:AHU_3_Connection_2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 7 ICP" ;
.
IBAL:HC_7_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HC 7OCP" ;
.
IBAL:HEC1_LowerICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:pairedConnectionPoint IBAL:HEC1_LowerOCP ;
  rdfs:label "HEC1 Lower ICP" ;
.
IBAL:HEC1_LowerOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "HEC1 Lower OCP" ;
.
IBAL:HEC1_UpperICP
  a s223:InletConnectionPoint ;
  s223:mapsTo IBAL:Chiller_1_Upper_ICP ;
  s223:pairedConnectionPoint IBAL:HEC1_UpperOCP ;
  rdfs:label "HEC1 Upper ICP" ;
.
IBAL:HEC1_UpperOCP
  a s223:OutletConnectionPoint ;
  s223:mapsTo IBAL:Chiller_1_Upper_OCP ;
  rdfs:label "HEC1 Upper OCP" ;
.
IBAL:HEC2_LowerICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:pairedConnectionPoint IBAL:HEC2_LowerOCP ;
  rdfs:label "HEC2 Lower ICP" ;
.
IBAL:HEC2_LowerOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "HEC2 Lower OCP" ;
.
IBAL:HEC2_UpperICP
  a s223:InletConnectionPoint ;
  s223:mapsTo IBAL:Chiller_2_Upper_ICP ;
  s223:pairedConnectionPoint IBAL:HEC2_UpperOCP ;
  rdfs:label "HEC2 Upper ICP" ;
.
IBAL:HEC2_UpperOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:Chiller_2_Upper_OCP ;
  rdfs:label "HEC2 Upper OCP" ;
.
IBAL:HEE1_LowerICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:Chiller_1_Lower_ICP ;
  s223:pairedConnectionPoint IBAL:HEE1_LowerOCP ;
  rdfs:label "HEE1 Lower ICP" ;
.
IBAL:HEE1_LowerOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:Chiller_1_Lower_OCP ;
  rdfs:label "HEE1 Lower OCP" ;
.
IBAL:HEE1_UpperICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:pairedConnectionPoint IBAL:HEE1_UpperOCP ;
  rdfs:label "HEE1 Upper ICP" ;
.
IBAL:HEE1_UpperOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "HEE1 Upper OCP" ;
.
IBAL:HEE2_LowerICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:Chiller_2_Lower_ICP ;
  s223:pairedConnectionPoint IBAL:HEE2_LowerOCP ;
  rdfs:label "HEE2 Lower ICP" ;
.
IBAL:HEE2_LowerOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:mapsTo IBAL:Chiller_2_Lower_OCP ;
  rdfs:label "HEE2 Lower OCP" ;
.
IBAL:HEE2_UpperICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:pairedConnectionPoint IBAL:HEE2_UpperOCP ;
  rdfs:label "HEE2 Upper ICP" ;
.
IBAL:HEE2_UpperOCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "HEE2 Upper OCP" ;
.
IBAL:HVACSpace_1
  a s223:DomainSpace ;
  s223:hasConnectionPoint IBAL:HVAC_Space_1_ICP ;
  s223:hasConnectionPoint IBAL:HVAC_Space_1_OCP ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasProperty IBAL:zs1_t_sp_f ;
  rdfs:label "HVACSpace 1" ;
.
IBAL:HVACSpace_2
  a s223:DomainSpace ;
  s223:hasConnectionPoint IBAL:HVAC_Space_2_ICP ;
  s223:hasConnectionPoint IBAL:HVAC_Space_2_OCP ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasProperty IBAL:zs2_t_sp_f ;
  rdfs:label "HVACSpace 2" ;
.
IBAL:HVACSpace_3
  a s223:DomainSpace ;
  s223:hasConnectionPoint IBAL:HVAC_Space_3_ICP ;
  s223:hasConnectionPoint IBAL:HVAC_Space_3_OCP ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasProperty IBAL:zs3_t_sp_f ;
  rdfs:label "HVACSpace 3" ;
.
IBAL:HVACSpace_4
  a s223:DomainSpace ;
  s223:hasConnectionPoint IBAL:HVAC_Space_4_ICP ;
  s223:hasConnectionPoint IBAL:HVAC_Space_4_OCP ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasProperty IBAL:zs4_t_sp_f ;
  rdfs:label "HVACSpace 4" ;
.
IBAL:HVACZone_1
  a s223:Zone ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasDomainSpace IBAL:HVACSpace_1 ;
  rdfs:label "HVACZone 1" ;
.
IBAL:HVACZone_2
  a s223:Zone ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasDomainSpace IBAL:HVACSpace_2 ;
  rdfs:label "HVACZone 2" ;
.
IBAL:HVACZone_3
  a s223:Zone ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasDomainSpace IBAL:HVACSpace_3 ;
  rdfs:label "HVACZone 3" ;
.
IBAL:HVACZone_4
  a s223:Zone ;
  s223:hasDomain s223:Domain-HVAC ;
  s223:hasDomainSpace IBAL:HVACSpace_4 ;
  rdfs:label "HVACZone 4" ;
.
IBAL:HVAC_Space_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space 1 ICP" ;
.
IBAL:HVAC_Space_1_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_12 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space1 OCP" ;
.
IBAL:HVAC_Space_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space 2 ICP" ;
.
IBAL:HVAC_Space_2_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_14 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space2 OCP" ;
.
IBAL:HVAC_Space_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space 3 ICP" ;
.
IBAL:HVAC_Space_3_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_16 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space 3 OCP" ;
.
IBAL:HVAC_Space_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space 4 ICP" ;
.
IBAL:HVAC_Space_4_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_18 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "HVAC Space 4 OCP" ;
.
IBAL:HeatExchange_Connection
  a s223:Connection ;
  s223:cnx IBAL:PlateHeatExchange_2_Lower_OCP ;
  s223:cnx IBAL:WaterPump_1_ICP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Heat Exchange Connection" ;
.
IBAL:HeatingCoil_1
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_1_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_1_ICP ;
  s223:hasConnectionPoint IBAL:HC_1_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 1" ;
.
IBAL:HeatingCoil_2
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_2_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_2_ICP ;
  s223:hasConnectionPoint IBAL:HC_2_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 2" ;
.
IBAL:HeatingCoil_3
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_3_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_3_ICP ;
  s223:hasConnectionPoint IBAL:HC_3_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 3" ;
.
IBAL:HeatingCoil_4
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_4_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_4_ICP ;
  s223:hasConnectionPoint IBAL:HC_4_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 4" ;
.
IBAL:HeatingCoil_5
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_5_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_5_ICP ;
  s223:hasConnectionPoint IBAL:HC_5_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 5" ;
.
IBAL:HeatingCoil_6
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_6_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_6_ICP ;
  s223:hasConnectionPoint IBAL:HC_6_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 6" ;
.
IBAL:HeatingCoil_7
  a s223:ElectricResistanceElement ;
  s223:hasConnectionPoint IBAL:HC_7_E_ICP ;
  s223:hasConnectionPoint IBAL:HC_7_ICP ;
  s223:hasConnectionPoint IBAL:HC_7_OCP ;
  s223:hasRole s223:Role-Heating ;
  rdfs:label "Heating coil 7" ;
.
IBAL:Hydronic
  a s223:System ;
  s223:hasMember IBAL:CoolingCoil_1 ;
  s223:hasMember IBAL:CoolingCoil_2 ;
  s223:hasMember IBAL:PlateHeatExchanger_1 ;
  s223:hasMember IBAL:PlateHeatExchanger_2 ;
  s223:hasMember IBAL:ThermalStorage_1 ;
  s223:hasMember IBAL:WaterChiller_1 ;
  s223:hasMember IBAL:WaterChiller_2 ;
  rdfs:label "Hydronic" ;
.
IBAL:IBAL_Func
  a s223:Function ;
  s223:hasInput IBAL:ahu1_fan_power ;
  s223:hasInput IBAL:ahu2_fan_power ;
  s223:hasInput IBAL:ch1_power ;
  s223:hasInput IBAL:ch2_power ;
  s223:hasInput IBAL:pump1_power ;
  s223:hasInput IBAL:pump2_power ;
  s223:hasInput IBAL:pump3_power ;
  s223:hasInput IBAL:pump4_power ;
  s223:hasInput IBAL:vav1_heat_power ;
  s223:hasInput IBAL:vav2_heat_power ;
  s223:hasInput IBAL:vav3_heat_power ;
  s223:hasInput IBAL:vav4_heat_power ;
  rdfs:label "IBAL Func" ;
.
IBAL:Jnc1-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc1-ICP" ;
.
IBAL:Jnc1-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc1-OCP1" ;
.
IBAL:Jnc1-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc1-OCP2" ;
.
IBAL:Jnc10-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc10-ICP1" ;
.
IBAL:Jnc10-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc10-ICP2" ;
.
IBAL:Jnc10-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc10-OCP" ;
.
IBAL:Jnc11-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc11-ICP1" ;
.
IBAL:Jnc11-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc11-ICP2" ;
.
IBAL:Jnc11-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc11-OCP" ;
.
IBAL:Jnc12-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc12-ICP" ;
.
IBAL:Jnc12-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc12-OCP1" ;
.
IBAL:Jnc12-OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_39 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc12-OCP2" ;
.
IBAL:Jnc13-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc13-ICP1" ;
.
IBAL:Jnc13-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc13-ICP2" ;
.
IBAL:Jnc13-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc13-OCP" ;
.
IBAL:Jnc14-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc14-ICP1" ;
.
IBAL:Jnc14-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc14-ICP2" ;
.
IBAL:Jnc14-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_42 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc14-OCP" ;
.
IBAL:Jnc15-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc15-ICP" ;
.
IBAL:Jnc15-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc15-OCP1" ;
.
IBAL:Jnc15-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc15-OCP2" ;
.
IBAL:Jnc16-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc16-ICP" ;
.
IBAL:Jnc16-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc16-OCP1" ;
.
IBAL:Jnc16-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc16-OCP2" ;
.
IBAL:Jnc17-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc17-ICP" ;
.
IBAL:Jnc17-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:Junction_15 ;
  rdfs:label "Jnc17-ICP1" ;
.
IBAL:Jnc17-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc17-ICP2" ;
.
IBAL:Jnc17-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_52 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc17-OCP" ;
.
IBAL:Jnc18-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc18-ICP" ;
.
IBAL:Jnc18-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc18-OCP" ;
.
IBAL:Jnc18-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc18-OCP2" ;
.
IBAL:Jnc19-ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_102 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc19-ICP" ;
.
IBAL:Jnc19-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc19-OCP" ;
.
IBAL:Jnc19-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc19-OCP2" ;
.
IBAL:Jnc2-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc2-ICP" ;
.
IBAL:Jnc2-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc2-OCP" ;
.
IBAL:Jnc2-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  s223:isConnectionPointOf IBAL:Junction_2 ;
  rdfs:label "Jnc2-OCP1" ;
.
IBAL:Jnc2-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc2-OCP2" ;
.
IBAL:Jnc20-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc20-ICP" ;
.
IBAL:Jnc20-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc20-OCP" ;
.
IBAL:Jnc20-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc20-OCP2" ;
.
IBAL:Jnc21-ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_61 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc21-ICP1" ;
.
IBAL:Jnc21-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc21-ICP2" ;
.
IBAL:Jnc21-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc21-OCP" ;
.
IBAL:Jnc22-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc22-ICP" ;
.
IBAL:Jnc22-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc22-OCP1" ;
.
IBAL:Jnc22-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc22-OCP2" ;
.
IBAL:Jnc23-ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_62 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc23-ICP" ;
.
IBAL:Jnc23-ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_107 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc23-ICP2" ;
.
IBAL:Jnc23-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc23-OCP" ;
.
IBAL:Jnc24-ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_67 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc24-ICP" ;
.
IBAL:Jnc24-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc24-OCP1" ;
.
IBAL:Jnc24-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc24-OCP2" ;
.
IBAL:Jnc25-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc25-ICP" ;
.
IBAL:Jnc25-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc25-OCP1" ;
.
IBAL:Jnc25-OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_71 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc25-OCP2" ;
.
IBAL:Jnc26-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc26-ICP1" ;
.
IBAL:Jnc26-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc26-ICP2" ;
.
IBAL:Jnc26-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_76 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc26-OCP" ;
.
IBAL:Jnc27-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc27-ICP" ;
.
IBAL:Jnc27-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc27-OCP1" ;
.
IBAL:Jnc27-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc27-OCP2" ;
.
IBAL:Jnc28-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc28-ICP" ;
.
IBAL:Jnc28-OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_77 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc28-OCP1" ;
.
IBAL:Jnc28-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc28-OCP2" ;
.
IBAL:Jnc29-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc29-ICP" ;
.
IBAL:Jnc29-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc29-OCP" ;
.
IBAL:Jnc29-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc29-OCP2" ;
.
IBAL:Jnc3-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc3-ICP1" ;
.
IBAL:Jnc3-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc3-ICP2" ;
.
IBAL:Jnc3-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc3-OCP" ;
.
IBAL:Jnc30-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc30-ICP" ;
.
IBAL:Jnc30-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc30-ICP2" ;
.
IBAL:Jnc30-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_84 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc30-OCP" ;
.
IBAL:Jnc31-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc31-ICP1" ;
.
IBAL:Jnc31-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc31-ICP2" ;
.
IBAL:Jnc31-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc31-OCP" ;
.
IBAL:Jnc32-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc32-ICP1" ;
.
IBAL:Jnc32-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc32-ICP2" ;
.
IBAL:Jnc32-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_88 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc32-OCP" ;
.
IBAL:Jnc33-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc33-ICP1" ;
.
IBAL:Jnc33-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:isConnectionPointOf IBAL:Junction_33 ;
  rdfs:label "Jnc33-ICP2" ;
.
IBAL:Jnc33-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc33-OCP" ;
.
IBAL:Jnc33-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc33-OCP2" ;
.
IBAL:Jnc34-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc34-ICP" ;
.
IBAL:Jnc34-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc34-OCP1" ;
.
IBAL:Jnc34-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc34-OCP2" ;
.
IBAL:Jnc35-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc35-ICP1" ;
.
IBAL:Jnc35-ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_93 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc35-ICP2" ;
.
IBAL:Jnc35-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc35-OCP" ;
.
IBAL:Jnc36-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc36-ICP" ;
.
IBAL:Jnc36-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc36-OCP1" ;
.
IBAL:Jnc36-OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_98 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc36-OCP2" ;
.
IBAL:Jnc37-ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_99 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc37-ICP" ;
.
IBAL:Jnc37-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc37-OCP1" ;
.
IBAL:Jnc37-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc37-OCP2" ;
.
IBAL:Jnc38-ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_100 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc38-ICP" ;
.
IBAL:Jnc38-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_101 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc38-OCP" ;
.
IBAL:Jnc38-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Jnc38-OCP2" ;
.
IBAL:Jnc4-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc4-ICP" ;
.
IBAL:Jnc4-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc4-OCP1" ;
.
IBAL:Jnc4-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc4-OCP2" ;
.
IBAL:Jnc40_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_110 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc40 ICP1" ;
.
IBAL:Jnc40_ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc40 ICP2" ;
.
IBAL:Jnc40_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc40 OCP" ;
.
IBAL:Jnc41_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_111 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc41 ICP1" ;
.
IBAL:Jnc41_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_132 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc41 ICP2" ;
.
IBAL:Jnc41_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc41 OCP" ;
.
IBAL:Jnc42_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_112 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc42 ICP1" ;
.
IBAL:Jnc42_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_131 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc42 ICP2" ;
.
IBAL:Jnc42_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_113 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc42 OCP" ;
.
IBAL:Jnc43_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_113 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc43 ICP1" ;
.
IBAL:Jnc43_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_137 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc43 ICP2" ;
.
IBAL:Jnc43_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_114 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc43 OCP" ;
.
IBAL:Jnc44_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_114 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc44 ICP" ;
.
IBAL:Jnc44_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_115 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc44 OCP1" ;
.
IBAL:Jnc44_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc44 OCP2" ;
.
IBAL:Jnc45_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_116 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc45 ICP" ;
.
IBAL:Jnc45_OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc45 OCP1" ;
.
IBAL:Jnc45_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc45 OCP2" ;
.
IBAL:Jnc46_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_119 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc46 ICP" ;
.
IBAL:Jnc46_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_118 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc46 OCP1" ;
.
IBAL:Jnc46_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc46 OCP2" ;
.
IBAL:Jnc47_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_120 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc47 ICP" ;
.
IBAL:Jnc47_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_119 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc47 OCP1" ;
.
IBAL:Jnc47_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc47 OCP2" ;
.
IBAL:Jnc48_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_121 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc48 ICP" ;
.
IBAL:Jnc48_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_120 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc48 OCP1" ;
.
IBAL:Jnc48_OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_133 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc48 OCP2" ;
.
IBAL:Jnc49_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_123 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc49 ICP1" ;
.
IBAL:Jnc49_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_125 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc49 ICP2" ;
.
IBAL:Jnc49_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_122 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc49 OCP" ;
.
IBAL:Jnc5-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc5-ICP1" ;
.
IBAL:Jnc5-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc5-ICP2" ;
.
IBAL:Jnc5-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc5-OCP" ;
.
IBAL:Jnc50_ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc50 ICP1" ;
.
IBAL:Jnc50_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_123 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc50 OCP1" ;
.
IBAL:Jnc50_OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_126 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc50 OCP2" ;
.
IBAL:Jnc51_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_133 ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Jnc51 ICP" ;
.
IBAL:Jnc51_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_134 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc51 OCP1" ;
.
IBAL:Jnc51_OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_138 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc51 OCP2" ;
.
IBAL:Jnc52_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_142 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc52 ICP" ;
.
IBAL:Jnc52_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_143 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc52 OCP1" ;
.
IBAL:Jnc52_OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_144 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc52 OCP2" ;
.
IBAL:Jnc53_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_141 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc53 ICP1" ;
.
IBAL:Jnc53_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_150 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc53 ICP2" ;
.
IBAL:Jnc53_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc53 OCP" ;
.
IBAL:Jnc54_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc54 ICP" ;
.
IBAL:Jnc54_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_142 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc54 OCP1" ;
.
IBAL:Jnc54_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc54 OCP2" ;
.
IBAL:Jnc55_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_148 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc55 ICP" ;
.
IBAL:Jnc55_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_153 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc55 OCP1" ;
.
IBAL:Jnc55_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc55 OCP2" ;
.
IBAL:Jnc56_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_152 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc56 ICP1" ;
.
IBAL:Jnc56_ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc56 ICP2" ;
.
IBAL:Jnc56_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_150 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc56 OCP" ;
.
IBAL:Jnc57_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_153 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc57 ICP" ;
.
IBAL:Jnc57_OCP1
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_154 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc57 OCP1" ;
.
IBAL:Jnc57_OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_155 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Jnc57 OCP2" ;
.
IBAL:Jnc6-ICP1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc6-ICP1" ;
.
IBAL:Jnc6-ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc6-ICP2" ;
.
IBAL:Jnc6-OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_22 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc6-OCP" ;
.
IBAL:Jnc7-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc7-ICP" ;
.
IBAL:Jnc7-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc7-OCP1" ;
.
IBAL:Jnc7-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc7-OCP2" ;
.
IBAL:Jnc8-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc8-ICP" ;
.
IBAL:Jnc8-OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc8-OCP1" ;
.
IBAL:Jnc8-OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc8-OCP2" ;
.
IBAL:Jnc9-ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc9-ICP" ;
.
IBAL:Jnc9-OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc9-OCP" ;
.
IBAL:Jnc9-OCP2
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_27 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Jnc9-OCP2" ;
.
IBAL:Jnc_39_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_118 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc 39 ICP" ;
.
IBAL:Jnc_39_OCP1
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc 39 OCP1" ;
.
IBAL:Jnc_39_OCP2
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Jnc 39 OCP2" ;
.
IBAL:Junction_1
  a s223:Junction ;
  s223:cnx IBAL:Jnc1-ICP ;
  s223:cnx IBAL:Jnc1-OCP1 ;
  s223:cnx IBAL:Jnc1-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 1" ;
.
IBAL:Junction_10
  a s223:Junction ;
  s223:cnx IBAL:Jnc10-ICP1 ;
  s223:cnx IBAL:Jnc10-ICP2 ;
  s223:cnx IBAL:Jnc10-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 10" ;
.
IBAL:Junction_11
  a s223:Junction ;
  s223:cnx IBAL:Jnc11-ICP1 ;
  s223:cnx IBAL:Jnc11-ICP2 ;
  s223:cnx IBAL:Jnc11-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 11" ;
.
IBAL:Junction_12
  a s223:Junction ;
  s223:cnx IBAL:Jnc12-ICP ;
  s223:cnx IBAL:Jnc12-OCP1 ;
  s223:cnx IBAL:Jnc12-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 12" ;
.
IBAL:Junction_13
  a s223:Junction ;
  s223:cnx IBAL:Jnc13-ICP1 ;
  s223:cnx IBAL:Jnc13-ICP2 ;
  s223:cnx IBAL:Jnc13-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 13" ;
.
IBAL:Junction_14
  a s223:Junction ;
  s223:cnx IBAL:Jnc14-ICP1 ;
  s223:cnx IBAL:Jnc14-ICP2 ;
  s223:cnx IBAL:Jnc14-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 14" ;
.
IBAL:Junction_15
  a s223:Junction ;
  s223:cnx IBAL:Jnc15-ICP ;
  s223:cnx IBAL:Jnc15-OCP1 ;
  s223:cnx IBAL:Jnc15-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 15" ;
.
IBAL:Junction_16
  a s223:Junction ;
  s223:cnx IBAL:Jnc16-ICP ;
  s223:cnx IBAL:Jnc16-OCP1 ;
  s223:cnx IBAL:Jnc16-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 16" ;
.
IBAL:Junction_17
  a s223:Junction ;
  s223:cnx IBAL:Jnc17-ICP ;
  s223:cnx IBAL:Jnc17-ICP2 ;
  s223:cnx IBAL:Jnc17-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 17" ;
.
IBAL:Junction_18
  a s223:Junction ;
  s223:cnx IBAL:Jnc18-ICP ;
  s223:cnx IBAL:Jnc18-OCP ;
  s223:cnx IBAL:Jnc18-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 18" ;
.
IBAL:Junction_19
  a s223:Junction ;
  s223:cnx IBAL:Jnc19-ICP ;
  s223:cnx IBAL:Jnc19-OCP ;
  s223:cnx IBAL:Jnc19-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 19" ;
.
IBAL:Junction_2
  a s223:Junction ;
  s223:cnx IBAL:Jnc2-ICP ;
  s223:cnx IBAL:Jnc2-OCP ;
  s223:cnx IBAL:Jnc2-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 2" ;
.
IBAL:Junction_20
  a s223:Junction ;
  s223:cnx IBAL:Jnc20-ICP ;
  s223:cnx IBAL:Jnc20-OCP ;
  s223:cnx IBAL:Jnc20-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 20" ;
.
IBAL:Junction_21
  a s223:Junction ;
  s223:cnx IBAL:Jnc21-ICP1 ;
  s223:cnx IBAL:Jnc21-ICP2 ;
  s223:cnx IBAL:Jnc21-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 21" ;
.
IBAL:Junction_22
  a s223:Junction ;
  s223:cnx IBAL:Jnc22-ICP ;
  s223:cnx IBAL:Jnc22-OCP1 ;
  s223:cnx IBAL:Jnc22-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 22" ;
.
IBAL:Junction_23
  a s223:Junction ;
  s223:cnx IBAL:Jnc23-ICP ;
  s223:cnx IBAL:Jnc23-ICP2 ;
  s223:cnx IBAL:Jnc23-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 23" ;
.
IBAL:Junction_24
  a s223:Junction ;
  s223:cnx IBAL:Jnc24-ICP ;
  s223:cnx IBAL:Jnc24-OCP1 ;
  s223:cnx IBAL:Jnc24-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 24" ;
.
IBAL:Junction_25
  a s223:Junction ;
  s223:cnx IBAL:Jnc25-ICP ;
  s223:cnx IBAL:Jnc25-OCP1 ;
  s223:cnx IBAL:Jnc25-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 25" ;
.
IBAL:Junction_26
  a s223:Junction ;
  s223:cnx IBAL:Jnc26-ICP1 ;
  s223:cnx IBAL:Jnc26-ICP2 ;
  s223:cnx IBAL:Jnc26-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 26" ;
.
IBAL:Junction_27
  a s223:Junction ;
  s223:cnx IBAL:Jnc27-ICP ;
  s223:cnx IBAL:Jnc27-OCP1 ;
  s223:cnx IBAL:Jnc27-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 27" ;
.
IBAL:Junction_28
  a s223:Junction ;
  s223:cnx IBAL:Jnc28-ICP ;
  s223:cnx IBAL:Jnc28-OCP1 ;
  s223:cnx IBAL:Jnc28-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 28" ;
.
IBAL:Junction_29
  a s223:Junction ;
  s223:cnx IBAL:Jnc29-ICP ;
  s223:cnx IBAL:Jnc29-OCP ;
  s223:cnx IBAL:Jnc29-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 29" ;
.
IBAL:Junction_3
  a s223:Junction ;
  s223:cnx IBAL:Jnc3-ICP1 ;
  s223:cnx IBAL:Jnc3-ICP2 ;
  s223:cnx IBAL:Jnc3-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 3" ;
.
IBAL:Junction_30
  a s223:Junction ;
  s223:cnx IBAL:Jnc30-ICP ;
  s223:cnx IBAL:Jnc30-ICP2 ;
  s223:cnx IBAL:Jnc30-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 30" ;
.
IBAL:Junction_31
  a s223:Junction ;
  s223:cnx IBAL:Jnc31-ICP1 ;
  s223:cnx IBAL:Jnc31-ICP2 ;
  s223:cnx IBAL:Jnc31-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 31" ;
.
IBAL:Junction_32
  a s223:Junction ;
  s223:cnx IBAL:Jnc32-ICP1 ;
  s223:cnx IBAL:Jnc32-ICP2 ;
  s223:cnx IBAL:Jnc32-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 32" ;
.
IBAL:Junction_33
  a s223:Junction ;
  s223:cnx IBAL:Jnc33-ICP1 ;
  s223:cnx IBAL:Jnc33-OCP ;
  s223:cnx IBAL:Jnc33-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 33" ;
.
IBAL:Junction_34
  a s223:Junction ;
  s223:cnx IBAL:Jnc34-ICP ;
  s223:cnx IBAL:Jnc34-OCP1 ;
  s223:cnx IBAL:Jnc34-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 34" ;
.
IBAL:Junction_35
  a s223:Junction ;
  s223:cnx IBAL:Jnc35-ICP1 ;
  s223:cnx IBAL:Jnc35-ICP2 ;
  s223:cnx IBAL:Jnc35-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 35" ;
.
IBAL:Junction_36
  a s223:Junction ;
  s223:cnx IBAL:Jnc36-ICP ;
  s223:cnx IBAL:Jnc36-OCP1 ;
  s223:cnx IBAL:Jnc36-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 36" ;
.
IBAL:Junction_37
  a s223:Junction ;
  s223:cnx IBAL:Jnc37-ICP ;
  s223:cnx IBAL:Jnc37-OCP1 ;
  s223:cnx IBAL:Jnc37-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 37" ;
.
IBAL:Junction_38
  a s223:Junction ;
  s223:cnx IBAL:Jnc38-ICP ;
  s223:cnx IBAL:Jnc38-OCP ;
  s223:cnx IBAL:Jnc38-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Junction 38" ;
.
IBAL:Junction_39
  a s223:Junction ;
  s223:cnx IBAL:Jnc_39_ICP ;
  s223:cnx IBAL:Jnc_39_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc_39_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 39" ;
.
IBAL:Junction_4
  a s223:Junction ;
  s223:cnx IBAL:Jnc4-ICP ;
  s223:cnx IBAL:Jnc4-OCP1 ;
  s223:cnx IBAL:Jnc4-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 4" ;
.
IBAL:Junction_40
  a s223:Junction ;
  s223:cnx IBAL:Jnc40_ICP1 ;
  s223:cnx IBAL:Jnc40_OCP ;
  s223:hasConnectionPoint IBAL:Jnc40_ICP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 40" ;
.
IBAL:Junction_41
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc41_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc41_ICP2 ;
  s223:hasConnectionPoint IBAL:Jnc41_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 41" ;
.
IBAL:Junction_42
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc42_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc42_ICP2 ;
  s223:hasConnectionPoint IBAL:Jnc42_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 42" ;
.
IBAL:Junction_43
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc43_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc43_ICP2 ;
  s223:hasConnectionPoint IBAL:Jnc43_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 43" ;
.
IBAL:Junction_44
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc44_ICP ;
  s223:hasConnectionPoint IBAL:Jnc44_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc44_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 44" ;
.
IBAL:Junction_45
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc45_ICP ;
  s223:hasConnectionPoint IBAL:Jnc45_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc45_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 45" ;
.
IBAL:Junction_46
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc46_ICP ;
  s223:hasConnectionPoint IBAL:Jnc46_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc46_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 46" ;
.
IBAL:Junction_47
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc47_ICP ;
  s223:hasConnectionPoint IBAL:Jnc47_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc47_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 47" ;
.
IBAL:Junction_48
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc48_ICP ;
  s223:hasConnectionPoint IBAL:Jnc48_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc48_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 48" ;
.
IBAL:Junction_49
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc49_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc49_ICP2 ;
  s223:hasConnectionPoint IBAL:Jnc49_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 49" ;
.
IBAL:Junction_5
  a s223:Junction ;
  s223:cnx IBAL:Jnc5-ICP1 ;
  s223:cnx IBAL:Jnc5-ICP2 ;
  s223:cnx IBAL:Jnc5-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 5" ;
.
IBAL:Junction_50
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc50_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc50_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc50_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 50" ;
.
IBAL:Junction_51
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc51_ICP ;
  s223:hasConnectionPoint IBAL:Jnc51_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc51_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Junction 51" ;
.
IBAL:Junction_52
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc52_ICP ;
  s223:hasConnectionPoint IBAL:Jnc52_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc52_OCP2 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Junction 52" ;
.
IBAL:Junction_53
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc53_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc53_ICP2 ;
  s223:hasConnectionPoint IBAL:Jnc53_OCP ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Junction 53" ;
.
IBAL:Junction_54
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc54_ICP ;
  s223:hasConnectionPoint IBAL:Jnc54_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc54_OCP2 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Junction 54" ;
.
IBAL:Junction_55
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc55_ICP ;
  s223:hasConnectionPoint IBAL:Jnc55_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc55_OCP2 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Junction 55" ;
.
IBAL:Junction_56
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc56_ICP1 ;
  s223:hasConnectionPoint IBAL:Jnc56_ICP2 ;
  s223:hasConnectionPoint IBAL:Jnc56_OCP ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Junction 56" ;
.
IBAL:Junction_57
  a s223:Junction ;
  s223:hasConnectionPoint IBAL:Jnc57_ICP ;
  s223:hasConnectionPoint IBAL:Jnc57_OCP1 ;
  s223:hasConnectionPoint IBAL:Jnc57_OCP2 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Junction 57" ;
.
IBAL:Junction_6
  a s223:Junction ;
  s223:cnx IBAL:Jnc6-ICP1 ;
  s223:cnx IBAL:Jnc6-ICP2 ;
  s223:cnx IBAL:Jnc6-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 6" ;
.
IBAL:Junction_7
  a s223:Junction ;
  s223:cnx IBAL:Jnc7-ICP ;
  s223:cnx IBAL:Jnc7-OCP1 ;
  s223:cnx IBAL:Jnc7-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 7" ;
.
IBAL:Junction_8
  a s223:Junction ;
  s223:cnx IBAL:Jnc8-ICP ;
  s223:cnx IBAL:Jnc8-OCP1 ;
  s223:cnx IBAL:Jnc8-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 8" ;
.
IBAL:Junction_9
  a s223:Junction ;
  s223:cnx IBAL:Jnc9-ICP ;
  s223:cnx IBAL:Jnc9-OCP ;
  s223:cnx IBAL:Jnc9-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Junction 9" ;
.
IBAL:ManualTwoWayValve_1
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_1_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_1_OCP ;
  rdfs:label "Manual two way valve 1" ;
.
IBAL:ManualTwoWayValve_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 1 ICP" ;
.
IBAL:ManualTwoWayValve_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 1 OCP" ;
.
IBAL:ManualTwoWayValve_2
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_2_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_2_OCP ;
  rdfs:label "Manual two way valve 2" ;
.
IBAL:ManualTwoWayValve_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 2 ICP" ;
.
IBAL:ManualTwoWayValve_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 2 OCP" ;
.
IBAL:ManualTwoWayValve_3
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_3_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_3_OCP ;
  rdfs:label "Manual two way valve 3" ;
.
IBAL:ManualTwoWayValve_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 3 ICP" ;
.
IBAL:ManualTwoWayValve_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 3 OCP" ;
.
IBAL:ManualTwoWayValve_4
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_4_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_4_OCP ;
  rdfs:label "Manual two way valve 4" ;
.
IBAL:ManualTwoWayValve_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 4 ICP" ;
.
IBAL:ManualTwoWayValve_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 4 OCP" ;
.
IBAL:ManualTwoWayValve_5
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_5_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_5_OCP ;
  rdfs:label "Manual two way valve 5" ;
.
IBAL:ManualTwoWayValve_5_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 5 ICP" ;
.
IBAL:ManualTwoWayValve_5_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_87 ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Manual two way valve 5 OCP" ;
.
IBAL:ManualTwoWayValve_6
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_6_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_6_OCP ;
  rdfs:label "Manual two way valve 6" ;
.
IBAL:ManualTwoWayValve_6_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_138 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Manual two way valve 6 ICP" ;
.
IBAL:ManualTwoWayValve_6_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_139 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Manual two way valve 6 OCP" ;
.
IBAL:ManualTwoWayValve_7
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_7_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_7_OCP ;
  rdfs:label "Manual two way valve 7" ;
.
IBAL:ManualTwoWayValve_7_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_136 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Manual two way valve 7 ICP" ;
.
IBAL:ManualTwoWayValve_7_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_137 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Manual two way valve 7 OCP" ;
.
IBAL:ManualTwoWayValve_8
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_8_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_8_OCP ;
  rdfs:label "Manual two way valve 8" ;
.
IBAL:ManualTwoWayValve_8_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_144 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Manual two way valve 8 ICP" ;
.
IBAL:ManualTwoWayValve_8_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_145 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Manual two way valve 8 OCP" ;
.
IBAL:ManualTwoWayValve_9
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_9_ICP ;
  s223:hasConnectionPoint IBAL:ManualTwoWayValve_9_OCP ;
  rdfs:label "Manual two way valve 9" ;
.
IBAL:ManualTwoWayValve_9_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_155 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Manual two way valve 9 ICP" ;
.
IBAL:ManualTwoWayValve_9_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_156 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Manual two way valve 9 OCP" ;
.
IBAL:MotorizedDamper_1
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_1_ICP ;
  s223:hasConnectionPoint IBAL:Damper_1_OCP ;
  rdfs:label "Motorized damper 1" ;
.
IBAL:MotorizedDamper_10
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_10_ICP ;
  s223:hasConnectionPoint IBAL:Damper_10_OCP ;
  rdfs:label "Motorized damper 10" ;
.
IBAL:MotorizedDamper_11
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_11_ICP ;
  s223:hasConnectionPoint IBAL:Damper_11_OCP ;
  rdfs:label "Motorized damper 11" ;
.
IBAL:MotorizedDamper_12
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_12_ICP ;
  s223:hasConnectionPoint IBAL:Damper_12_OCP ;
  rdfs:label "Motorized damper 12" ;
.
IBAL:MotorizedDamper_13
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_13_ICP ;
  s223:hasConnectionPoint IBAL:Damper_13_OCP ;
  rdfs:label "Motorized damper 13" ;
.
IBAL:MotorizedDamper_14
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_14_ICP ;
  s223:hasConnectionPoint IBAL:Damper_14_OCP ;
  rdfs:label "Motorized damper 14" ;
.
IBAL:MotorizedDamper_15
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_15_ICP ;
  s223:hasConnectionPoint IBAL:Damper_15_OCP ;
  rdfs:label "Motorized damper 15" ;
.
IBAL:MotorizedDamper_16
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_16_ICP ;
  s223:hasConnectionPoint IBAL:Damper_16_OCP ;
  rdfs:label "Motorized damper 16" ;
.
IBAL:MotorizedDamper_17
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_17_ICP ;
  rdfs:label "Motorized damper 17" ;
.
IBAL:MotorizedDamper_18
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_18_ICP ;
  s223:hasConnectionPoint IBAL:Damper_18_OCP ;
  rdfs:label "Motorized damper 18" ;
.
IBAL:MotorizedDamper_19
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_19_ICP ;
  s223:hasConnectionPoint IBAL:Damper_19_OCP ;
  rdfs:label "Motorized damper 19" ;
.
IBAL:MotorizedDamper_2
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_2_ICP ;
  s223:hasConnectionPoint IBAL:Damper_2_OCP ;
  rdfs:label "Motorized damper 2" ;
.
IBAL:MotorizedDamper_3
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_3_ICP ;
  s223:hasConnectionPoint IBAL:Damper_3_OCP ;
  rdfs:label "Motorized damper 3" ;
.
IBAL:MotorizedDamper_4
  a s223:Damper ;
  s223:actuatedByProperty IBAL:d18_pos_c ;
  s223:hasConnectionPoint IBAL:Damper_4_ICP ;
  s223:hasConnectionPoint IBAL:Damper_4_OCP ;
  rdfs:label "Motorized damper 4" ;
.
IBAL:MotorizedDamper_5
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_5_ICP ;
  s223:hasConnectionPoint IBAL:Damper_5_OCP ;
  rdfs:label "Motorized damper 5" ;
.
IBAL:MotorizedDamper_6
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_6_ICP ;
  s223:hasConnectionPoint IBAL:Damper_6_OCP ;
  rdfs:label "Motorized damper 6" ;
.
IBAL:MotorizedDamper_7
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_7_ICP ;
  s223:hasConnectionPoint IBAL:Damper_7_OCP ;
  rdfs:label "Motorized damper 7" ;
.
IBAL:MotorizedDamper_8
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_8_ICP ;
  s223:hasConnectionPoint IBAL:Damper_8_OCP ;
  rdfs:label "Motorized damper 8" ;
.
IBAL:MotorizedDamper_9
  a s223:Damper ;
  s223:hasConnectionPoint IBAL:Damper_9_ICP ;
  s223:hasConnectionPoint IBAL:Damper_9_OCP ;
  rdfs:label "Motorized damper 9" ;
.
IBAL:MotorizedThreeWayValve_1
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_1_ICP_1 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_1_ICP_2 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_1_OCP ;
  rdfs:label "Motorized three way valve 1" ;
.
IBAL:MotorizedThreeWayValve_1_ICP_1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_105 ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_1 ;
  rdfs:label "Motorized three way valve 1 ICP 1" ;
.
IBAL:MotorizedThreeWayValve_1_ICP_2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Motorized three way valve 1 ICP 2" ;
.
IBAL:MotorizedThreeWayValve_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Motorized three way valve 1 OCP" ;
.
IBAL:MotorizedThreeWayValve_2
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_2_ICP_1 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_2_ICP_2 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_2_OCP ;
  rdfs:label "Motorized three way valve 2" ;
.
IBAL:MotorizedThreeWayValve_2_ICP_1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_106 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_2 ;
  rdfs:label "Motorized three way valve 2 ICP 1" ;
.
IBAL:MotorizedThreeWayValve_2_ICP_2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_2 ;
  rdfs:label "Motorized three way valve 2 ICP 2" ;
.
IBAL:MotorizedThreeWayValve_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_2 ;
  rdfs:label "Motorized three way valve 2 OCP" ;
.
IBAL:MotorizedThreeWayValve_3
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_3_ICP_1 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_3_ICP_2 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_3_OCP ;
  rdfs:label "Motorized three way valve 3" ;
.
IBAL:MotorizedThreeWayValve_3_ICP_1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_3 ;
  rdfs:label "Motorized three way valve 3 ICP 1" ;
.
IBAL:MotorizedThreeWayValve_3_ICP_2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_3 ;
  rdfs:label "Motorized three way valve 3 ICP 2" ;
.
IBAL:MotorizedThreeWayValve_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_3 ;
  rdfs:label "Motorized three way valve 3 OCP" ;
.
IBAL:MotorizedThreeWayValve_4
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_4_ICP_1 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_4_ICP_2 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_4_OCP ;
  rdfs:label "Motorized three way valve 4" ;
.
IBAL:MotorizedThreeWayValve_4_ICP_1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_4 ;
  rdfs:label "Motorized three way valve 4 ICP 1" ;
.
IBAL:MotorizedThreeWayValve_4_ICP_2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Motorized three way valve 4 ICP 2" ;
.
IBAL:MotorizedThreeWayValve_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_4 ;
  rdfs:label "Motorized three way valve 4 OCP" ;
.
IBAL:MotorizedThreeWayValve_5
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_5_ICP_1 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_5_ICP_2 ;
  s223:hasConnectionPoint IBAL:MotorizedThreeWayValve_5_OCP ;
  rdfs:label "Motorized three way valve 5" ;
.
IBAL:MotorizedThreeWayValve_5_ICP_1
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_5 ;
  rdfs:label "Motorized three way valve 5 ICP 1" ;
.
IBAL:MotorizedThreeWayValve_5_ICP_2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_5 ;
  rdfs:label "Motorized three way valve 5 ICP 2" ;
.
IBAL:MotorizedThreeWayValve_5_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:isConnectionPointOf IBAL:MotorizedThreeWayValve_5 ;
  rdfs:label "Motorized three way valve 5 OCP" ;
.
IBAL:PlateHeatExchange_1_Bypass_Connection
  a s223:Pipe ;
  s223:connectsAt IBAL:ManualTwoWayValve_3_OCP ;
  s223:connectsAt IBAL:MotorizedThreeWayValve_3_ICP_2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Plate Heat Exchange 1 Bypass Connection" ;
.
IBAL:PlateHeatExchange_1_Connection
  a s223:Connection ;
  s223:connectsAt IBAL:MotorizedThreeWayValve_3_ICP_1 ;
  s223:connectsAt IBAL:PlateHeatExchange_1_Lower_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Plate Heat Exchange 1 Connection" ;
.
IBAL:PlateHeatExchange_1_ConnectionTemperature
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "60"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "Plate heat exchange 1 Connection temperature" ;
.
IBAL:PlateHeatExchange_1_Lower_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:pairedConnectionPoint IBAL:PlateHeatExchange_1_Lower_OCP ;
  rdfs:label "Plate Heat Exchange 1 Lower ICP" ;
.
IBAL:PlateHeatExchange_1_Lower_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Plate Heat Exchange 1 Lower OCP" ;
.
IBAL:PlateHeatExchange_1_Upper_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  s223:pairedConnectionPoint IBAL:PlateHeatExchange_1_Upper_OCP ;
  rdfs:label "Plate Heat Exchange 1 Upper ICP" ;
.
IBAL:PlateHeatExchange_1_Upper_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Plate Heat Exchange 1 Upper OCP" ;
.
IBAL:PlateHeatExchange_2_Lower_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-GlycolSolution ;
  s223:pairedConnectionPoint IBAL:PlateHeatExchange_2_Lower_OCP ;
  rdfs:label "Plate Heat Exchange 2 Lower ICP" ;
.
IBAL:PlateHeatExchange_2_Lower_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Plate Heat Exchange 2 Lower OCP" ;
.
IBAL:PlateHeatExchange_2_Upper_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  s223:pairedConnectionPoint IBAL:PlateHeatExchange_2_Upper_OCP ;
  rdfs:label "Plate Heat Exchange 2 Upper ICP" ;
.
IBAL:PlateHeatExchange_2_Upper_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Plate Heat Exchange 2 Upper OCP" ;
.
IBAL:PlateHeatExchange_3_Lower_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_134 ;
  s223:hasMedium s223:Water-ChilledWater ;
  s223:pairedConnectionPoint IBAL:PlateHeatExchange_3_Lower_OCP ;
  rdfs:label "Plate heat exchange 3 Lower ICP" ;
.
IBAL:PlateHeatExchange_3_Lower_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_135 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Plate heat exchange 3 Lower OCP" ;
.
IBAL:PlateHeatExchange_3_Upper_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_143 ;
  s223:hasMedium s223:Water-HotWater ;
  s223:pairedConnectionPoint IBAL:PlateHeatExchange_3_Upper_OCP ;
  rdfs:label "Plate heat exchange 3 Upper ICP" ;
.
IBAL:PlateHeatExchange_3_Upper_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_140 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Plate heat exchange 3 Upper OCP" ;
.
IBAL:PlateHeatExchanger_1
  a s223:HydronicHeatExchanger ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_1_Lower_ICP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_1_Lower_OCP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_1_Upper_ICP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_1_Upper_OCP ;
  rdfs:label "Plate heat exchanger 1" ;
.
IBAL:PlateHeatExchanger_2
  a s223:HydronicHeatExchanger ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_2_Lower_ICP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_2_Lower_OCP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_2_Upper_ICP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_2_Upper_OCP ;
  rdfs:label "Plate heat exchanger 2" ;
.
IBAL:PlateHeatExchanger_3
  a s223:HydronicHeatExchanger ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_3_Lower_ICP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_3_Lower_OCP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_3_Upper_ICP ;
  s223:hasConnectionPoint IBAL:PlateHeatExchange_3_Upper_OCP ;
  rdfs:label "Plate heat exchange 3" ;
.
IBAL:ReturnAir-1-Flow
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "500"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "Return Air 1 Flow" ;
.
IBAL:Segment_1
  a s223:Connection ;
  s223:cnx IBAL:AHU_1_OCP ;
  s223:cnx IBAL:Jnc1-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 1" ;
.
IBAL:Segment_10
  a s223:Connection ;
  s223:cnx IBAL:Jnc4-OCP2 ;
  s223:cnx IBAL:VAV_4_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 10" ;
.
IBAL:Segment_100
  a s223:Connection ;
  s223:cnx IBAL:Jnc37-OCP1 ;
  s223:cnx IBAL:Jnc38-ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 100" ;
.
IBAL:Segment_101
  a s223:Connection ;
  s223:cnx IBAL:Jnc18-ICP ;
  s223:cnx IBAL:Jnc38-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 101" ;
.
IBAL:Segment_102
  a s223:Connection ;
  s223:cnx IBAL:Jnc19-ICP ;
  s223:cnx IBAL:Jnc37-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 102" ;
.
IBAL:Segment_103
  a s223:Connection ;
  s223:cnx IBAL:AHU_1_G_ICP ;
  s223:cnx IBAL:Jnc19-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 103" ;
.
IBAL:Segment_104
  a s223:Connection ;
  s223:connectsAt IBAL:MotorizedThreeWayValve_5_ICP_1 ;
  s223:connectsAt IBAL:ThermalStorage_1_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 104" ;
.
IBAL:Segment_105
  a s223:Connection ;
  s223:cnx IBAL:AHU_1_G_OCP ;
  s223:cnx IBAL:MotorizedThreeWayValve_1_ICP_1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 105" ;
.
IBAL:Segment_106
  a s223:Connection ;
  s223:cnx IBAL:AHU_2_G_OCP ;
  s223:cnx IBAL:MotorizedThreeWayValve_2_ICP_1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 106" ;
.
IBAL:Segment_107
  a s223:Connection ;
  s223:cnx IBAL:Jnc23-ICP2 ;
  s223:cnx IBAL:MotorizedThreeWayValve_3_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 107" ;
.
IBAL:Segment_108
  a s223:Connection ;
  s223:cnx IBAL:Jnc_39_OCP1 ;
  s223:cnx IBAL:PlateHeatExchange_2_Upper_ICP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 108" ;
.
IBAL:Segment_109
  a s223:Connection ;
  s223:cnx IBAL:PlateHeatExchange_2_Upper_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 109" ;
.
IBAL:Segment_110
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 110" ;
.
IBAL:Segment_111
  a s223:Connection ;
  s223:cnx IBAL:Jnc40_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 111" ;
.
IBAL:Segment_112
  a s223:Connection ;
  s223:cnx IBAL:Jnc41_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 112" ;
.
IBAL:Segment_113
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 113" ;
.
IBAL:Segment_114
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 114" ;
.
IBAL:Segment_115
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 115" ;
.
IBAL:Segment_116
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 116" ;
.
IBAL:Segment_118
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 118" ;
.
IBAL:Segment_119
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 119" ;
.
IBAL:Segment_12
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_1_OCP ;
  s223:cnx IBAL:Jnc5-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 12" ;
.
IBAL:Segment_120
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 120" ;
.
IBAL:Segment_121
  a s223:Connection ;
  s223:cnx IBAL:WaterPump_5_OCP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 121" ;
.
IBAL:Segment_122
  a s223:Connection ;
  s223:cnx IBAL:WaterPump_5_ICP ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 122" ;
.
IBAL:Segment_123
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 123" ;
.
IBAL:Segment_125
  a s223:Connection ;
  s223:cnx IBAL:Jnc44_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 125" ;
.
IBAL:Segment_126
  a s223:Connection ;
  s223:cnx IBAL:Valve3_ICP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 126" ;
.
IBAL:Segment_127
  a s223:Connection ;
  s223:cnx IBAL:Jnc47_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 127" ;
.
IBAL:Segment_128
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 128" ;
.
IBAL:Segment_129
  a s223:Connection ;
  s223:cnx IBAL:Jnc46_OCP2 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 129" ;
.
IBAL:Segment_13
  a s223:Connection ;
  s223:cnx IBAL:Jnc19-OCP ;
  s223:cnx IBAL:ManualTwoWayValve_2_ICP ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Segment 13" ;
.
IBAL:Segment_130
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 130" ;
.
IBAL:Segment_131
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 131" ;
.
IBAL:Segment_132
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 132" ;
.
IBAL:Segment_133
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 133" ;
.
IBAL:Segment_134
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 134" ;
.
IBAL:Segment_135
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 135" ;
.
IBAL:Segment_136
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 136" ;
.
IBAL:Segment_137
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 137" ;
.
IBAL:Segment_138
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 138" ;
.
IBAL:Segment_139
  a s223:Connection ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Segment 139" ;
.
IBAL:Segment_14
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_2_OCP ;
  s223:cnx IBAL:Jnc5-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 14" ;
.
IBAL:Segment_140
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 140" ;
.
IBAL:Segment_141
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 141" ;
.
IBAL:Segment_142
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 142" ;
.
IBAL:Segment_143
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 143" ;
.
IBAL:Segment_144
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 144" ;
.
IBAL:Segment_145
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 145" ;
.
IBAL:Segment_148
  a s223:Connection ;
  s223:cnx IBAL:Jnc54_OCP2 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 148" ;
.
IBAL:Segment_150
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 150" ;
.
IBAL:Segment_151
  a s223:Connection ;
  s223:cnx IBAL:PlateHeatExchange_1_Upper_OCP ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 151" ;
.
IBAL:Segment_152
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 152" ;
.
IBAL:Segment_153
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 153" ;
.
IBAL:Segment_154
  a s223:Connection ;
  s223:cnx IBAL:PlateHeatExchange_1_Upper_ICP ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 154" ;
.
IBAL:Segment_155
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 155" ;
.
IBAL:Segment_156
  a s223:Connection ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Segment 156" ;
.
IBAL:Segment_16
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_3_OCP ;
  s223:cnx IBAL:Jnc6-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 16" ;
.
IBAL:Segment_18
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_4_OCP ;
  s223:cnx IBAL:Jnc6-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 18" ;
.
IBAL:Segment_19
  a s223:Connection ;
  s223:cnx IBAL:Jnc5-OCP ;
  s223:cnx IBAL:Jnc7-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 19" ;
.
IBAL:Segment_2
  a s223:Connection ;
  s223:cnx IBAL:Jnc1-OCP2 ;
  s223:cnx IBAL:VAV_1_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 2" ;
.
IBAL:Segment_20
  a s223:Connection ;
  s223:cnx IBAL:Damper_12_ICP ;
  s223:cnx IBAL:Jnc7-OCP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 20" ;
.
IBAL:Segment_21
  a s223:Connection ;
  s223:cnx IBAL:Damper_6_ICP ;
  s223:cnx IBAL:Jnc7-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 21" ;
.
IBAL:Segment_22
  a s223:Connection ;
  s223:cnx IBAL:Jnc6-OCP ;
  s223:cnx IBAL:Jnc8-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 22" ;
.
IBAL:Segment_23
  a s223:Connection ;
  s223:cnx IBAL:Damper_14_ICP ;
  s223:cnx IBAL:Jnc8-OCP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 23" ;
.
IBAL:Segment_24
  a s223:Connection ;
  s223:cnx IBAL:Damper_8_ICP ;
  s223:cnx IBAL:Jnc8-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 24" ;
.
IBAL:Segment_25
  a s223:Connection ;
  s223:cnx IBAL:Damper_6_OCP ;
  s223:cnx IBAL:Jnc9-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 25" ;
.
IBAL:Segment_26
  a s223:Connection ;
  s223:cnx IBAL:Damper_10_ICP ;
  s223:cnx IBAL:Jnc9-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 26" ;
.
IBAL:Segment_27
  a s223:Connection ;
  s223:cnx IBAL:Fan_3_ICP ;
  s223:cnx IBAL:Jnc9-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 27" ;
.
IBAL:Segment_28
  a s223:Connection ;
  s223:cnx IBAL:Damper_8_OCP ;
  s223:cnx IBAL:Jnc10-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 28" ;
.
IBAL:Segment_29
  a s223:Connection ;
  s223:cnx IBAL:Damper_10_OCP ;
  s223:cnx IBAL:Jnc10-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 29" ;
.
IBAL:Segment_3
  a s223:Connection ;
  s223:cnx IBAL:Jnc1-OCP1 ;
  s223:cnx IBAL:Jnc2-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 3" ;
.
IBAL:Segment_30
  a s223:Connection ;
  s223:cnx IBAL:Fan_4_ICP ;
  s223:cnx IBAL:Jnc10-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 30" ;
.
IBAL:Segment_32
  a s223:Connection ;
  s223:cnx IBAL:Damper_7_OCP ;
  s223:cnx IBAL:Jnc11-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 32" ;
.
IBAL:Segment_33
  a s223:Connection ;
  s223:cnx IBAL:Damper_9_OCP ;
  s223:cnx IBAL:Jnc11-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 33" ;
.
IBAL:Segment_35
  a s223:Connection ;
  s223:cnx IBAL:Jnc13-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 35" ;
.
IBAL:Segment_36
  a s223:Connection ;
  s223:cnx IBAL:AHU_1_ICP ;
  s223:cnx IBAL:Jnc13-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 36" ;
.
IBAL:Segment_37
  a s223:Connection ;
  s223:cnx IBAL:Damper_12_OCP ;
  s223:cnx IBAL:Jnc13-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 37" ;
.
IBAL:Segment_38
  a s223:Connection ;
  s223:cnx IBAL:Damper_13_ICP ;
  s223:cnx IBAL:Jnc12-OCP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 38" ;
.
IBAL:Segment_39
  a s223:Connection ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 39" ;
.
IBAL:Segment_4
  a s223:Connection ;
  s223:cnx IBAL:Jnc2-OCP2 ;
  s223:cnx IBAL:VAV_2_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 4" ;
.
IBAL:Segment_40
  a s223:Connection ;
  s223:cnx IBAL:Damper_14_OCP ;
  s223:cnx IBAL:Jnc14-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 40" ;
.
IBAL:Segment_41
  a s223:Connection ;
  s223:cnx IBAL:Damper_13_OCP ;
  s223:cnx IBAL:Jnc14-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 41" ;
.
IBAL:Segment_42
  a s223:Connection ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 42" ;
.
IBAL:Segment_43
  a s223:Connection ;
  s223:cnx IBAL:Damper_15_OCP ;
  s223:cnx IBAL:Jnc12-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 43" ;
.
IBAL:Segment_44
  a s223:Connection ;
  s223:cnx IBAL:Jnc15-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 44" ;
.
IBAL:Segment_45
  a s223:Connection ;
  s223:cnx IBAL:Damper_15_ICP ;
  s223:cnx IBAL:Jnc15-OCP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 45" ;
.
IBAL:Segment_46
  a s223:Connection ;
  s223:cnx IBAL:Damper_16_ICP ;
  s223:cnx IBAL:Jnc15-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 46" ;
.
IBAL:Segment_47
  a s223:Connection ;
  s223:cnx IBAL:Damper_16_OCP ;
  s223:cnx IBAL:Jnc16-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 47" ;
.
IBAL:Segment_48
  a s223:Connection ;
  s223:cnx IBAL:Damper_17_ICP ;
  s223:cnx IBAL:Jnc16-OCP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 48" ;
.
IBAL:Segment_49
  a s223:Connection ;
  s223:cnx IBAL:Damper_18_ICP ;
  s223:cnx IBAL:Jnc16-OCP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 49" ;
.
IBAL:Segment_5
  a s223:Connection ;
  s223:cnx IBAL:Damper_5_ICP ;
  s223:cnx IBAL:Jnc2-OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 5" ;
.
IBAL:Segment_50
  a s223:Connection ;
  s223:cnx IBAL:Damper_18_OCP ;
  s223:cnx IBAL:Jnc17-ICP2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 50" ;
.
IBAL:Segment_51
  a s223:Connection ;
  s223:cnx IBAL:Damper_19_OCP ;
  s223:cnx IBAL:Jnc17-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 51" ;
.
IBAL:Segment_52
  a s223:Connection ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 52" ;
.
IBAL:Segment_56
  a s223:Connection ;
  s223:cnx IBAL:AHU_2_G_ICP ;
  s223:cnx IBAL:Jnc18-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 56" ;
.
IBAL:Segment_57
  a s223:Connection ;
  s223:cnx IBAL:Jnc18-OCP2 ;
  s223:cnx IBAL:ManualTwoWayValve_1_ICP ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Segment 57" ;
.
IBAL:Segment_59
  a s223:Connection ;
  s223:cnx IBAL:Jnc21-ICP2 ;
  s223:cnx IBAL:MotorizedThreeWayValve_1_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 59" ;
.
IBAL:Segment_6
  a s223:Connection ;
  s223:cnx IBAL:Damper_5_OCP ;
  s223:cnx IBAL:Jnc3-ICP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 6" ;
.
IBAL:Segment_60
  a s223:Connection ;
  s223:cnx IBAL:Jnc20-ICP ;
  s223:cnx IBAL:MotorizedThreeWayValve_2_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 60" ;
.
IBAL:Segment_61
  a s223:Connection ;
  s223:cnx IBAL:Jnc20-OCP ;
  s223:cnx IBAL:Jnc21-ICP1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 61" ;
.
IBAL:Segment_62
  a s223:Connection ;
  s223:cnx IBAL:Jnc21-OCP ;
  s223:cnx IBAL:Jnc23-ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 62" ;
.
IBAL:Segment_63
  a s223:Connection ;
  s223:cnx IBAL:Jnc22-OCP1 ;
  s223:cnx IBAL:PlateHeatExchange_1_Lower_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 63" ;
.
IBAL:Segment_64
  a s223:Connection ;
  s223:cnx IBAL:Jnc22-OCP2 ;
  s223:cnx IBAL:ManualTwoWayValve_3_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 64" ;
.
IBAL:Segment_67
  a s223:Connection ;
  s223:cnx IBAL:Jnc23-OCP ;
  s223:cnx IBAL:Jnc24-ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 67" ;
.
IBAL:Segment_68
  a s223:Connection ;
  s223:cnx IBAL:Jnc24-OCP1 ;
  s223:cnx IBAL:MotorizedThreeWayValve_4_ICP_1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 68" ;
.
IBAL:Segment_69
  a s223:Connection ;
  s223:cnx IBAL:Jnc25-ICP ;
  s223:cnx IBAL:MotorizedThreeWayValve_4_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 69" ;
.
IBAL:Segment_7
  a s223:Connection ;
  s223:cnx IBAL:Jnc3-OCP ;
  s223:cnx IBAL:VAV_3_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 7" ;
.
IBAL:Segment_70
  a s223:Connection ;
  s223:cnx IBAL:Jnc25-OCP1 ;
  s223:cnx IBAL:PlateHeatExchange_2_Lower_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 70" ;
.
IBAL:Segment_71
  a s223:Connection ;
  s223:cnx IBAL:Jnc25-OCP2 ;
  s223:cnx IBAL:Jnc26-ICP1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 71" ;
.
IBAL:Segment_73
  a s223:Connection ;
  s223:cnx IBAL:Jnc27-ICP ;
  s223:cnx IBAL:WaterPump_1_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 73" ;
.
IBAL:Segment_74
  a s223:Connection ;
  s223:cnx IBAL:Jnc27-OCP1 ;
  s223:cnx IBAL:ManualTwoWayValve_4_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 74" ;
.
IBAL:Segment_75
  a s223:Connection ;
  s223:cnx IBAL:Jnc26-ICP2 ;
  s223:cnx IBAL:ManualTwoWayValve_4_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 75" ;
.
IBAL:Segment_76
  a s223:Connection ;
  s223:cnx IBAL:Jnc26-OCP ;
  s223:cnx IBAL:Jnc28-ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 76" ;
.
IBAL:Segment_76temp
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "75" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "Segment 76temp" ;
.
IBAL:Segment_77
  a s223:Connection ;
  s223:cnx IBAL:Jnc28-OCP1 ;
  s223:cnx IBAL:Jnc29-ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 77" ;
.
IBAL:Segment_78
  a s223:Connection ;
  s223:cnx IBAL:Chiller_1_Lower_ICP ;
  s223:cnx IBAL:Jnc28-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 78" ;
.
IBAL:Segment_79
  a s223:Connection ;
  s223:cnx IBAL:Chiller_2_Lower_ICP ;
  s223:cnx IBAL:Jnc29-OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 79" ;
.
IBAL:Segment_8
  a s223:Connection ;
  s223:cnx IBAL:Jnc3-ICP2 ;
  s223:cnx IBAL:Jnc4-OCP1 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 8" ;
.
IBAL:Segment_82
  a s223:Connection ;
  s223:cnx IBAL:Jnc30-ICP ;
  s223:cnx IBAL:WaterPump_3_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 82" ;
.
IBAL:Segment_83
  a s223:Connection ;
  s223:cnx IBAL:Jnc31-ICP2 ;
  s223:cnx IBAL:WaterPump_2_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 83" ;
.
IBAL:Segment_84
  a s223:Connection ;
  s223:cnx IBAL:Jnc30-OCP ;
  s223:cnx IBAL:Jnc31-ICP1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 84" ;
.
IBAL:Segment_85
  a s223:Connection ;
  s223:cnx IBAL:Jnc31-OCP ;
  s223:cnx IBAL:Jnc32-ICP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 85" ;
.
IBAL:Segment_86
  a s223:Connection ;
  s223:cnx IBAL:Jnc27-OCP2 ;
  s223:cnx IBAL:ManualTwoWayValve_5_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 86" ;
.
IBAL:Segment_87
  a s223:Connection ;
  s223:cnx IBAL:Jnc32-ICP1 ;
  s223:cnx IBAL:ManualTwoWayValve_5_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 87" ;
.
IBAL:Segment_88
  a s223:Connection ;
  s223:cnx IBAL:Jnc32-OCP ;
  s223:cnx IBAL:Jnc33-ICP1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 88" ;
.
IBAL:Segment_88_Temp
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "62" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "Segment_88_Temp" ;
.
IBAL:Segment_89
  a s223:Connection ;
  s223:cnx IBAL:Jnc33-OCP ;
  s223:cnx IBAL:ThermalStorage_1_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 89" ;
.
IBAL:Segment_9
  a s223:Connection ;
  s223:cnx IBAL:AHU_2_OCP ;
  s223:cnx IBAL:Jnc4-ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Segment 9" ;
.
IBAL:Segment_90
  a s223:Connection ;
  s223:cnx IBAL:Jnc33-OCP2 ;
  s223:cnx IBAL:MotorizedThreeWayValve_5_ICP_2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 90" ;
.
IBAL:Segment_92
  a s223:Connection ;
  s223:cnx IBAL:Jnc34-ICP ;
  s223:cnx IBAL:MotorizedThreeWayValve_5_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 92" ;
.
IBAL:Segment_93
  a s223:Connection ;
  s223:cnx IBAL:Jnc34-OCP1 ;
  s223:cnx IBAL:Jnc35-ICP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 93" ;
.
IBAL:Segment_94
  a s223:Connection ;
  s223:cnx IBAL:Jnc34-OCP2 ;
  s223:cnx IBAL:MotorizedThreeWayValve_4_ICP_2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 94" ;
.
IBAL:Segment_95
  a s223:Connection ;
  s223:cnx IBAL:Jnc24-OCP2 ;
  s223:cnx IBAL:Jnc35-ICP1 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 95" ;
.
IBAL:Segment_96
  a s223:Connection ;
  s223:cnx IBAL:Jnc35-OCP ;
  s223:cnx IBAL:WaterPump_4_ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 96" ;
.
IBAL:Segment_97
  a s223:Connection ;
  s223:cnx IBAL:Jnc36-ICP ;
  s223:cnx IBAL:WaterPump_4_OCP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 97" ;
.
IBAL:Segment_98
  a s223:Connection ;
  s223:cnx IBAL:Jnc22-ICP ;
  s223:cnx IBAL:Jnc36-OCP2 ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 98" ;
.
IBAL:Segment_99
  a s223:Connection ;
  s223:cnx IBAL:Jnc36-OCP1 ;
  s223:cnx IBAL:Jnc37-ICP ;
  s223:hasMedium s223:Water-GlycolSolution ;
  rdfs:label "Segment 99" ;
.
IBAL:StaticPressureReset
  a s223:Function ;
  s223:hasInput IBAL:ahu1_fan_power ;
  s223:hasInput IBAL:ahu2_fan_power ;
  s223:hasInput IBAL:d15_pos_c ;
  s223:hasInput IBAL:d16_pos_c ;
  s223:hasInput IBAL:d17_pos_c ;
  s223:hasInput IBAL:d18_pos_c ;
  rdfs:label "Static pressure reset" ;
.
IBAL:Temp_7
  rdfs:label "Channel 106" ;
.
IBAL:ThermalStorage_1
  a s223:Equipment ;
  s223:hasConnectionPoint IBAL:ThermalStorage_1_ICP ;
  s223:hasConnectionPoint IBAL:ThermalStorage_1_OCP ;
  rdfs:label "ThermalStorage 1" ;
.
IBAL:ThermalStorage_1_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_89 ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Thermal Storage 1 ICP" ;
.
IBAL:ThermalStorage_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Thermal Storage 1 OCP" ;
.
IBAL:VAV1_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:d15_pos_c_AO ;
  bacnet:hasObject IBAL:d15_pos_fb_AI ;
  bacnet:hasObject IBAL:vav1_f_AI ;
  bacnet:hasObject IBAL:vav1_heat_c_AO ;
  bacnet:hasObject IBAL:vav1_out_rtd_AI ;
  bacnet:hasObject IBAL:vav1_t_in_AI ;
  bacnet:hasObject IBAL:zs1_out_rtd_AI ;
  bacnet:hasPort bacnet:P_47811 ;
  s223:executes IBAL:VAV1_FnB ;
  rdfs:label "VAV1 Controller" ;
.
IBAL:VAV1_FnB
  a s223:Function ;
  s223:hasInput IBAL:d15_pos_fb ;
  s223:hasInput IBAL:vav1_f ;
  s223:hasInput IBAL:vav1_out_rtd ;
  s223:hasInput IBAL:vav1_t_in ;
  s223:hasInput IBAL:zs1_out_rtd ;
  s223:hasOutput IBAL:d15_pos_c ;
  s223:hasOutput IBAL:vav1_heat_c ;
  rdfs:label "VAV1 Fn b" ;
.
IBAL:VAV2_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:d16_pos_c_AO ;
  bacnet:hasObject IBAL:d16_pos_fb_AI ;
  bacnet:hasObject IBAL:vav2_f_AI ;
  bacnet:hasObject IBAL:vav2_heat_c_AO ;
  bacnet:hasObject IBAL:vav2_out_rtd_AI ;
  bacnet:hasObject IBAL:vav2_t_in_AI ;
  bacnet:hasObject IBAL:zs2_out_rtd_AI ;
  bacnet:hasPort bacnet:P_47812 ;
  rdfs:label "VAV2 Controller" ;
.
IBAL:VAV2_FnB
  a s223:Function ;
  s223:hasInput IBAL:d16_pos_fb ;
  s223:hasInput IBAL:vav2_f ;
  s223:hasInput IBAL:vav2_out_rtd ;
  s223:hasInput IBAL:vav2_t_in ;
  s223:hasInput IBAL:zs2_out_rtd ;
  s223:hasOutput IBAL:d16_pos_c ;
  s223:hasOutput IBAL:vav2_heat_c ;
  rdfs:label "VAV2 Fn b" ;
.
IBAL:VAV3_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:d17_pos_c ;
  bacnet:hasObject IBAL:d17_pos_fb ;
  bacnet:hasObject IBAL:vav3_f ;
  bacnet:hasObject IBAL:vav3_heat_c ;
  bacnet:hasObject IBAL:vav3_out_rtd ;
  bacnet:hasObject IBAL:vav3_t_in ;
  bacnet:hasPort bacnet:P_47813 ;
  rdfs:label "VAV3 Controller" ;
.
IBAL:VAV3_FnB
  a s223:Function ;
  s223:hasInput IBAL:d17_pos_fb ;
  s223:hasInput IBAL:vav3_f ;
  s223:hasInput IBAL:vav3_out_rtd ;
  s223:hasInput IBAL:vav3_t_in ;
  s223:hasInput IBAL:zs3_out_rtd ;
  s223:hasOutput IBAL:d17_pos_c ;
  s223:hasOutput IBAL:vav3_heat_c ;
  rdfs:label "VAV3 Fn b" ;
.
IBAL:VAV4_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:d18_pos_c ;
  bacnet:hasObject IBAL:d18_pos_fb ;
  bacnet:hasObject IBAL:vav4_f ;
  bacnet:hasObject IBAL:vav4_heat_c ;
  bacnet:hasObject IBAL:vav4_out_rtd ;
  bacnet:hasObject IBAL:vav4_t_in ;
  bacnet:hasPort bacnet:P_47814 ;
  rdfs:label "VAV4 Controller" ;
.
IBAL:VAV4_FnB
  a s223:Function ;
  s223:hasInput IBAL:d18_pos_fb ;
  s223:hasInput IBAL:vav4_f ;
  s223:hasInput IBAL:vav4_out_rtd ;
  s223:hasInput IBAL:vav4_t_in ;
  s223:hasInput IBAL:zs4_out_rtd ;
  s223:hasOutput IBAL:d18_pos_c ;
  s223:hasOutput IBAL:vav4_heat_c ;
  rdfs:label "VAV4 Fn b" ;
.
IBAL:VAV_1
  a s223:TerminalUnit ;
  s223:contains IBAL:HeatingCoil_2 ;
  s223:contains IBAL:MotorizedDamper_1 ;
  s223:hasConnectionPoint IBAL:VAV_1_E_ICP ;
  s223:hasConnectionPoint IBAL:VAV_1_E_OCP ;
  s223:hasConnectionPoint IBAL:VAV_1_ICP ;
  s223:hasConnectionPoint IBAL:VAV_1_OCP ;
  rdfs:label "VAV 1" ;
.
IBAL:VAV_1_Connection_1
  a s223:Connection ;
  s223:connectsAt IBAL:Damper_1_OCP ;
  s223:connectsAt IBAL:HC_2_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 1 Connection 1" ;
.
IBAL:VAV_1_Connection_2
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_1_ICP ;
  s223:cnx IBAL:VAV_1_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 1 Connection 2" ;
.
IBAL:VAV_1_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 1 E ICP" ;
.
IBAL:VAV_1_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 1 E OCP" ;
.
IBAL:VAV_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 1 ICP" ;
.
IBAL:VAV_1_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:VAV_1_Connection_2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 1 OCP" ;
.
IBAL:VAV_2
  a s223:TerminalUnit ;
  s223:contains IBAL:HeatingCoil_3 ;
  s223:contains IBAL:MotorizedDamper_2 ;
  s223:hasConnectionPoint IBAL:VAV_2_E_ICP ;
  s223:hasConnectionPoint IBAL:VAV_2_E_OCP ;
  s223:hasConnectionPoint IBAL:VAV_2_ICP ;
  s223:hasConnectionPoint IBAL:VAV_2_OCP ;
  rdfs:label "VAV 2" ;
.
IBAL:VAV_2_Connection_1
  a s223:Connection ;
  s223:connectsAt IBAL:Damper_2_OCP ;
  s223:connectsAt IBAL:HC_3_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 2 Connection 1" ;
.
IBAL:VAV_2_Connection_2
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_2_ICP ;
  s223:cnx IBAL:VAV_2_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 2 Connection 2" ;
.
IBAL:VAV_2_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 2 E ICP" ;
.
IBAL:VAV_2_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 2 E OCP" ;
.
IBAL:VAV_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 2 ICP" ;
.
IBAL:VAV_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 2 OCP" ;
.
IBAL:VAV_3
  a s223:TerminalUnit ;
  s223:contains IBAL:HeatingCoil_5 ;
  s223:contains IBAL:MotorizedDamper_3 ;
  s223:hasConnectionPoint IBAL:VAV_3_E_ICP ;
  s223:hasConnectionPoint IBAL:VAV_3_E_OCP ;
  s223:hasConnectionPoint IBAL:VAV_3_ICP ;
  s223:hasConnectionPoint IBAL:VAV_3_OCP ;
  rdfs:label "VAV 3" ;
.
IBAL:VAV_3_Connection_1
  a s223:Connection ;
  s223:connectsAt IBAL:Damper_3_OCP ;
  s223:connectsAt IBAL:HC_5_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 3 Connection 1" ;
.
IBAL:VAV_3_Connection_2
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_3_ICP ;
  s223:connectsAt IBAL:VAV_3_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 3 Connection 2" ;
.
IBAL:VAV_3_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 3 E ICP" ;
.
IBAL:VAV_3_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 3 E OCP" ;
.
IBAL:VAV_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 3 ICP" ;
.
IBAL:VAV_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 3 OCP" ;
.
IBAL:VAV_4
  a s223:TerminalUnit ;
  s223:contains IBAL:HeatingCoil_6 ;
  s223:contains IBAL:MotorizedDamper_4 ;
  s223:hasConnectionPoint IBAL:VAV_4_E_ICP ;
  s223:hasConnectionPoint IBAL:VAV_4_E_OCP ;
  s223:hasConnectionPoint IBAL:VAV_4_ICP ;
  s223:hasConnectionPoint IBAL:VAV_4_OCP ;
  rdfs:label "VAV 4" ;
.
IBAL:VAV_4_Connection_1
  a s223:Connection ;
  s223:connectsAt IBAL:Damper_4_OCP ;
  s223:connectsAt IBAL:HC_6_ICP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 4 Connection 1" ;
.
IBAL:VAV_4_Connection_2
  a s223:Connection ;
  s223:cnx IBAL:HVAC_Space_4_ICP ;
  s223:cnx IBAL:VAV_4_OCP ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 4 Connection 2" ;
.
IBAL:VAV_4_E_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 4 E ICP" ;
.
IBAL:VAV_4_E_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VAV 4 E OCP" ;
.
IBAL:VAV_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 4 ICP" ;
.
IBAL:VAV_4_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:VAV_4_Connection_2 ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "VAV 4 OCP" ;
.
IBAL:VFD_1
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:VFD_1_ICP ;
  s223:hasConnectionPoint IBAL:VFD_1_OCP ;
  rdfs:label "VFD 1" ;
.
IBAL:VFD_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:AHU_1_E2_ICP ;
  rdfs:label "VFD 1 ICP" ;
.
IBAL:VFD_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "VFD 1 OCP" ;
.
IBAL:VFD_2
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:VFD_2_ICP ;
  s223:hasConnectionPoint IBAL:VFD_2_OCP ;
  s223:hasProperty IBAL:ahu1_vfd ;
  rdfs:label "VFD 2" ;
.
IBAL:VFD_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:AHU_2_E2_ICP ;
  rdfs:label "VFD 2 ICP" ;
.
IBAL:VFD_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VFD 2 OCP" ;
.
IBAL:VFD_3
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:VFD_3_ICP ;
  s223:hasConnectionPoint IBAL:VFD_3_OCP ;
  rdfs:label "VFD 3" ;
.
IBAL:VFD_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VFD 3 ICP" ;
.
IBAL:VFD_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VFD 3 OCP" ;
.
IBAL:VFD_4
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:VFD_4_ICP ;
  s223:hasConnectionPoint IBAL:VFD_4_OCP ;
  rdfs:label "VFD 4" ;
.
IBAL:VFD_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VFD 4 ICP" ;
.
IBAL:VFD_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VFD 4 OCP" ;
.
IBAL:VFD_5
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:VFD_5_ICP ;
  s223:hasConnectionPoint IBAL:VFD_5_OCP ;
  rdfs:label "VFD 5" ;
.
IBAL:VFD_5_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:AHU_3_E2_ICP ;
  rdfs:label "VFD 5 ICP" ;
.
IBAL:VFD_5_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  rdfs:label "VFD 5 OCP" ;
.
IBAL:Valve1
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:Valve1_ICP ;
  s223:hasConnectionPoint IBAL:Valve1_OCP ;
  rdfs:label "Valve1" ;
.
IBAL:Valve11
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:Valve11_ICP1 ;
  s223:hasConnectionPoint IBAL:Valve11_ICP2 ;
  s223:hasConnectionPoint IBAL:Vavle11_OCP ;
  rdfs:label "Valve11" ;
.
IBAL:Valve11_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_151 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Valve11 ICP1" ;
.
IBAL:Valve11_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_156 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Valve11 ICP2" ;
.
IBAL:Valve1_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_109 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve1 ICP" ;
.
IBAL:Valve1_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_110 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve1 OCP" ;
.
IBAL:Valve2
  a s223:Valve ;
  s223:hasConnectionPoint IBAL:Valve2_ICP ;
  s223:hasConnectionPoint IBAL:Valve2_OCP ;
  rdfs:label "Valve2" ;
.
IBAL:Valve2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Valve2 ICP" ;
.
IBAL:Valve2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Air ;
  rdfs:label "Valve2 OCP" ;
.
IBAL:Valve3
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:Valve3_ICP1 ;
  s223:hasConnectionPoint IBAL:Valve3_ICP2 ;
  s223:hasConnectionPoint IBAL:Valve3_OCP ;
  rdfs:label "Valve3" ;
.
IBAL:Valve3_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_115 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve3 ICP1" ;
.
IBAL:Valve3_ICP2
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve3 ICP2" ;
.
IBAL:Valve3_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_116 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve3 OCP" ;
.
IBAL:Valve4
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:Valve4_ICP1 ;
  s223:hasConnectionPoint IBAL:Valve4_ICP2 ;
  s223:hasConnectionPoint IBAL:Valve4_OCP ;
  rdfs:label "Valve4" ;
.
IBAL:Valve4_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_140 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Valve4 ICP1" ;
.
IBAL:Valve4_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_145 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Valve4 ICP2" ;
.
IBAL:Valve4_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_141 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Valve4 OCP" ;
.
IBAL:Valve5
  a s223:ThreeWayValve ;
  s223:hasConnectionPoint IBAL:Valve5_ICP1 ;
  s223:hasConnectionPoint IBAL:Valve5_ICP2 ;
  s223:hasConnectionPoint IBAL:Valve5_OCP ;
  rdfs:label "Valve5" ;
.
IBAL:Valve5_ICP1
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_135 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve5 ICP1" ;
.
IBAL:Valve5_ICP2
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_139 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve5 ICP2" ;
.
IBAL:Valve5_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_136 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve5 OCP" ;
.
IBAL:Valve6
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:Valve6_ICP ;
  s223:hasConnectionPoint IBAL:Valve6_OCP ;
  rdfs:label "Valve6" ;
.
IBAL:Valve6_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_128 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve6 ICP" ;
.
IBAL:Valve6_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_131 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve6 OCP" ;
.
IBAL:Valve7
  a s223:TwoWayValve ;
  s223:hasConnectionPoint IBAL:Valve7_ICP ;
  s223:hasConnectionPoint IBAL:Valve7_OCP ;
  rdfs:label "Valve7" ;
.
IBAL:Valve7_ICP
  a s223:InletConnectionPoint ;
  s223:cnx IBAL:Segment_130 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve7 ICP" ;
.
IBAL:Valve7_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_132 ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Valve7 OCP" ;
.
IBAL:Vavle11_OCP
  a s223:OutletConnectionPoint ;
  s223:cnx IBAL:Segment_152 ;
  s223:hasMedium s223:Water-HotWater ;
  rdfs:label "Vavle11 OCP" ;
.
IBAL:WaterChiller_1
  a s223:Chiller ;
  s223:contains IBAL:ChillerHEC1 ;
  s223:contains IBAL:ChillerHEE1 ;
  s223:hasConnectionPoint IBAL:Chiller_1_Lower_ICP ;
  s223:hasConnectionPoint IBAL:Chiller_1_Lower_OCP ;
  s223:hasConnectionPoint IBAL:Chiller_1_Upper_ICP ;
  s223:hasConnectionPoint IBAL:Chiller_1_Upper_OCP ;
  s223:hasProperty IBAL:ch1_t_sp ;
  rdfs:label "Water Chiller 1" ;
.
IBAL:WaterChiller_2
  a s223:Chiller ;
  s223:contains IBAL:ChillerHEC2 ;
  s223:contains IBAL:ChillerHEE2 ;
  s223:hasConnectionPoint IBAL:Chiller_2_Lower_ICP ;
  s223:hasConnectionPoint IBAL:Chiller_2_Lower_OCP ;
  s223:hasConnectionPoint IBAL:Chiller_2_Upper_ICP ;
  s223:hasConnectionPoint IBAL:Chiller_2_Upper_OCP ;
  s223:hasProperty IBAL:ch2_t_sp ;
  rdfs:label "Water Chiller 2" ;
.
IBAL:WaterPump_1
  a s223:Pump ;
  s223:contains IBAL:WaterPump_1_VFD ;
  s223:hasConnectionPoint IBAL:WaterPump_1_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_1_OCP ;
  s223:hasConnectionPoint IBAL:WaterPump_1_S_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_1_S_OCP ;
  rdfs:label "Water pump 1" ;
.
IBAL:WaterPump_1_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 1 ICP" ;
.
IBAL:WaterPump_1_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 1 OCP" ;
.
IBAL:WaterPump_1_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 1 S ICP" ;
.
IBAL:WaterPump_1_S_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 1 S OCP" ;
.
IBAL:WaterPump_1_VFD
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:WaterPump_1_VFD_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_1_VFD_OCP ;
  rdfs:label "Water pump 1 VFD" ;
.
IBAL:WaterPump_1_VFD_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_1_S_ICP ;
  rdfs:label "Water pump 1 VFD ICP" ;
.
IBAL:WaterPump_1_VFD_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_1_S_OCP ;
  rdfs:label "Water pump 1 VFD OCP" ;
.
IBAL:WaterPump_2
  a s223:Pump ;
  s223:contains IBAL:WaterPump_2_VFD ;
  s223:hasConnectionPoint IBAL:WaterPump_2_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_2_OCP ;
  s223:hasConnectionPoint IBAL:WaterPump_2_S_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_2_S_OCP ;
  rdfs:label "Water pump 2" ;
.
IBAL:WaterPump_2_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 2 ICP" ;
.
IBAL:WaterPump_2_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 2 OCP" ;
.
IBAL:WaterPump_2_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 2 S ICP" ;
.
IBAL:WaterPump_2_S_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 2 S OCP" ;
.
IBAL:WaterPump_2_VFD
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:WaterPump_2_VFD_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_2_VFD_OCP ;
  rdfs:label "Water pump 2 VFD" ;
.
IBAL:WaterPump_2_VFD_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_2_S_ICP ;
  rdfs:label "Water pump 2 VFD ICP" ;
.
IBAL:WaterPump_2_VFD_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_2_S_OCP ;
  rdfs:label "Water pump 2 VFD OCP" ;
.
IBAL:WaterPump_3
  a s223:Pump ;
  s223:contains IBAL:WaterPump_3_VFD ;
  s223:hasConnectionPoint IBAL:WaterPump_3_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_3_OCP ;
  s223:hasConnectionPoint IBAL:WaterPump_3_S_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_3_S_OCP ;
  rdfs:label "Water pump 3" ;
.
IBAL:WaterPump_3_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 3 ICP" ;
.
IBAL:WaterPump_3_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 3 OCP" ;
.
IBAL:WaterPump_3_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 3 S ICP" ;
.
IBAL:WaterPump_3_S_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 3 S OCP" ;
.
IBAL:WaterPump_3_VFD
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:WaterPump_3_VFD_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_3_VFD_OCP ;
  rdfs:label "Water pump 3 VFD" ;
.
IBAL:WaterPump_3_VFD_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_3_S_ICP ;
  rdfs:label "Water pump 3 VFD ICP" ;
.
IBAL:WaterPump_3_VFD_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_3_S_OCP ;
  rdfs:label "Water pump 3 VFD OCP" ;
.
IBAL:WaterPump_4
  a s223:Pump ;
  s223:contains IBAL:WaterPump_4_VFD ;
  s223:hasConnectionPoint IBAL:WaterPump_4_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_4_OCP ;
  s223:hasConnectionPoint IBAL:WaterPump_4_S_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_4_S_OCP ;
  rdfs:label "Water pump 4" ;
.
IBAL:WaterPump_4_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 4 ICP" ;
.
IBAL:WaterPump_4_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Fluid-Water ;
  rdfs:label "Water pump 4 OCP" ;
.
IBAL:WaterPump_4_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 4 S ICP" ;
.
IBAL:WaterPump_4_S_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 4 S OCP" ;
.
IBAL:WaterPump_4_VFD
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:WaterPump_4_VFD_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_4_VFD_OCP ;
  rdfs:label "Water pump 4 VFD" ;
.
IBAL:WaterPump_4_VFD_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  s223:mapsTo IBAL:WaterPump_4_S_ICP ;
  rdfs:label "WaterPump 4 VFD ICP" ;
.
IBAL:WaterPump_4_VFD_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  s223:mapsTo IBAL:WaterPump_4_S_OCP ;
  rdfs:label "Water pump 4 VFD OCP" ;
.
IBAL:WaterPump_5
  a s223:Pump ;
  s223:contains IBAL:WaterPump_5_VFD ;
  s223:hasConnectionPoint IBAL:WaterPump_5_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_5_OCP ;
  s223:hasConnectionPoint IBAL:WaterPump_5_S_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_5_S_OCP ;
  rdfs:label "Water pump 5" ;
.
IBAL:WaterPump_5_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Water pump 5 ICP" ;
.
IBAL:WaterPump_5_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Water-ChilledWater ;
  rdfs:label "Water pump 5 OCP" ;
.
IBAL:WaterPump_5_S_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 5 S ICP" ;
.
IBAL:WaterPump_5_S_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Electricity-Signal ;
  rdfs:label "Water pump 5 S OCP" ;
.
IBAL:WaterPump_5_VFD
  a s223:VariableFrequencyDrive ;
  s223:hasConnectionPoint IBAL:WaterPump_5_VFD_ICP ;
  s223:hasConnectionPoint IBAL:WaterPump_5_VFD_OCP ;
  rdfs:label "WaterPump 5 VFD" ;
.
IBAL:WaterPump_5_VFD_ICP
  a s223:InletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_5_S_ICP ;
  rdfs:label "Water pump 5 VFD ICP" ;
.
IBAL:WaterPump_5_VFD_OCP
  a s223:OutletConnectionPoint ;
  s223:hasMedium s223:Constituent-Electricity ;
  s223:mapsTo IBAL:WaterPump_5_S_OCP ;
  rdfs:label "Water Pump 5 VFD OCP" ;
.
IBAL:Zone1_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:zs1_out_rtd ;
  bacnet:hasObject IBAL:zs1_t_sp_f ;
  rdfs:label "Zone1 Controller" ;
.
IBAL:Zone2_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:zs2_out_rtd ;
  bacnet:hasObject IBAL:zs2_t_sp_f ;
  rdfs:label "Zone2 Controller" ;
.
IBAL:Zone3_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:zs3_out_rtd ;
  bacnet:hasObject IBAL:zs3_t_sp_f ;
  rdfs:label "Zone3 Controller" ;
.
IBAL:Zone4_Controller
  a bacnet:Device ;
  a s223:Controller ;
  bacnet:hasObject IBAL:zs4_out_rtd ;
  bacnet:hasObject IBAL:zs4_t_sp_f ;
  rdfs:label "Zone4 Controller" ;
.
IBAL:ahu1_cc_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU1 CC Out RTD" ;
.
IBAL:ahu1_cc_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "45"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU 1 CC RTD" ;
.
IBAL:ahu1_f_cc
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "40"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "Channel 197" ;
.
IBAL:ahu1_f_ra
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "1000"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "AHU 1 F RA" ;
.
IBAL:ahu1_f_sa
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "600"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "AHU 1 F SA" ;
.
IBAL:ahu1_fan_power
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ahu1_fan_power_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "AHU1 Fan Power" ;
.
IBAL:ahu1_fan_power_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1115" ;
  bacnet:object-identifier "analog-value,1" ;
  bacnet:object-name "ahu1_fan_power" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu1 fan power xref" ;
.
IBAL:ahu1_heat_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "AHU1 Heat C" ;
.
IBAL:ahu1_heat_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "AHU1 Heat Power" ;
.
IBAL:ahu1_heat_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU 1 Heat RTD" ;
.
IBAL:ahu1_in_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "45"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU 1 In RTD" ;
.
IBAL:ahu1_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ahu1 on" ;
.
IBAL:ahu1_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ahu1_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU 1 Out RTD" ;
.
IBAL:ahu1_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1115" ;
  bacnet:object-identifier "analog-input,2" ;
  bacnet:object-name "ahu1_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu1 out rtd xref" ;
.
IBAL:ahu1_p_down
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ahu1_p_down_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/IN_H2O> ;
  rdfs:label "AHU 1 P Down" ;
.
IBAL:ahu1_p_down_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1115" ;
  bacnet:object-identifier "analog-input,3" ;
  bacnet:object-name "ahu1_p_down" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu1 p down xref" ;
.
IBAL:ahu1_p_up
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "11296"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "AHU1 P Up" ;
.
IBAL:ahu1_rh_down
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "50"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "AHU 1 RH Down" ;
.
IBAL:ahu1_rh_up
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "60"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "AHU 1 RH Up" ;
.
IBAL:ahu1_t_ra
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "65"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU 1 T RA" ;
.
IBAL:ahu1_t_sa
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "60"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "AHU 1 T SA" ;
.
IBAL:ahu1_vfd
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:ahu1_vfd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ahu1 vfd" ;
.
IBAL:ahu1_vfd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1115" ;
  bacnet:object-identifier "analog-output,1" ;
  bacnet:object-name "ahu1_vfd" ;
  bacnet:present-value "30"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu1 vfd xref" ;
.
IBAL:ahu2_cc_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 cc in rtd" ;
.
IBAL:ahu2_cc_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 cc out rtd" ;
.
IBAL:ahu2_cc_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 cc rtd" ;
.
IBAL:ahu2_f_cc
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "ahu2 f cc" ;
.
IBAL:ahu2_f_cc_mag
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "ahu2 f cc mag" ;
.
IBAL:ahu2_f_ra
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "ahu2 f ra" ;
.
IBAL:ahu2_f_sa
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "ahu2 f sa" ;
.
IBAL:ahu2_fan_power
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ahu2_fan_power_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "ahu2 fan power" ;
.
IBAL:ahu2_fan_power_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1116" ;
  bacnet:object-identifier "analog-value,1" ;
  bacnet:object-name "ahu2_fan_power" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu2 fan power xref" ;
.
IBAL:ahu2_heat_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ahu2 heat c" ;
.
IBAL:ahu2_heat_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "ahu2 heat power" ;
.
IBAL:ahu2_heat_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 heat rtd" ;
.
IBAL:ahu2_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 in rtd" ;
.
IBAL:ahu2_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ahu2 on" ;
.
IBAL:ahu2_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ahu2_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 out rtd" ;
.
IBAL:ahu2_out_rtd_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "AHU2 Supply Air Temperature" ;
  bacnet:object-name "ahu2_out_rtd" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "ahu2 out rtd AI" ;
.
IBAL:ahu2_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1116" ;
  bacnet:object-identifier "analog-input,2" ;
  bacnet:object-name "ahu2_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu2 out rtd xref" ;
.
IBAL:ahu2_p_down
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ahu2_p_down_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/IN_H2O> ;
  rdfs:label "ahu2 p down" ;
.
IBAL:ahu2_p_down_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "Static Pressure Measurement Downstream Fan" ;
  bacnet:object-name "ahu2_p_down" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "ahu2 p down AI" ;
.
IBAL:ahu2_p_down_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1116" ;
  bacnet:object-identifier "analog-input,3" ;
  bacnet:object-name "ahu2_p_down" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu2 p down xref" ;
.
IBAL:ahu2_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "ahu2 p up" ;
.
IBAL:ahu2_rh_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "ahu2 rh down" ;
.
IBAL:ahu2_rh_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "ahu2 rh up" ;
.
IBAL:ahu2_t_ra
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu2 t ra" ;
.
IBAL:ahu2_t_sa
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ahu 2 t sa" ;
.
IBAL:ahu2_vfd
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:ahu2_vfd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ahu2 vfd" ;
.
IBAL:ahu2_vfd_AO
  a bacnet:AnalogOutputObject ;
  bacnet:description "AHU2 Fan Speed" ;
  bacnet:object-name "ahu1_vfd" ;
  bacnet:object-type "analog-output" ;
  bacnet:present-value "30"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu2 vfd AO" ;
.
IBAL:ahu2_vfd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1116" ;
  bacnet:object-identifier "analog-output,1" ;
  bacnet:object-name "ahu2_vfd" ;
  bacnet:present-value "30"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ahu2 vfd xref" ;
.
IBAL:ch1_c_in_rtd
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch1 c in rtd" ;
.
IBAL:ch1_c_in_rtd_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch1 c in rtd xref" ;
.
IBAL:ch1_c_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ch1 c out rtd" ;
.
IBAL:ch1_e_in_rtd
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch1 e in rtd" ;
.
IBAL:ch1_e_in_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:object-identifier "analog-output,8" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ch1 e in rtd xref" ;
.
IBAL:ch1_e_out_rtd
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch1 e out rtd" ;
.
IBAL:ch1_e_out_rtd_exref
  a s223:BACnetExternalReference ;
  bacnet:object-identifier "analog-output,7" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ch1 e out rtd exref" ;
.
IBAL:ch1_f_c
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch1 f c" ;
.
IBAL:ch1_f_c_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch1 f c xref" ;
.
IBAL:ch1_f_e
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch1 f e" ;
.
IBAL:ch1_f_e_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch1 f e xref" ;
.
IBAL:ch1_on
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:ch1_on_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ch1 on" ;
.
IBAL:ch1_on_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch1 on xref" ;
.
IBAL:ch1_power
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ch1_power_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "ch1 power" ;
.
IBAL:ch1_power_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch1 power xref" ;
.
IBAL:ch1_t_reset
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ch1 t reset" ;
.
IBAL:ch1_t_sp
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:ch1_t_sp_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ch1 t sp" ;
.
IBAL:ch1_t_sp_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch1 t sp xref" ;
.
IBAL:ch2_c_in_rtd
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch2 c in rtd" ;
.
IBAL:ch2_c_in_rtd_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch2 c in rtd xref" ;
.
IBAL:ch2_c_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ch2 c out rtd" ;
.
IBAL:ch2_e_out_rtd
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch2 e out rtd" ;
.
IBAL:ch2_e_out_rtd_exref
  a s223:BACnetExternalReference ;
  bacnet:object-identifier "analog-output,7" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "ch2 e out rtd exref" ;
.
IBAL:ch2_f_c
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch2 f c" ;
.
IBAL:ch2_f_c_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch2 f c xref" ;
.
IBAL:ch2_f_e
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "ch2 f e" ;
.
IBAL:ch2_f_e_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch2 f e xref" ;
.
IBAL:ch2_on
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:ch2_on_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ch2 on" ;
.
IBAL:ch2_on_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch2 on xref" ;
.
IBAL:ch2_power
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:ch2_power_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "ch2 power" ;
.
IBAL:ch2_power_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch2 power xref" ;
.
IBAL:ch2_t_reset
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "ch2 t reset" ;
.
IBAL:ch2_t_sp
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:ch2_t_sp_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ch2 t sp" ;
.
IBAL:ch2_t_sp_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "ch2 t sp xref" ;
.
IBAL:cl_f
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "cl f" ;
.
IBAL:cw_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "cw in rtd" ;
.
IBAL:d10_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/A> ;
  rdfs:label "d10 pos c" ;
.
IBAL:d10_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d10 pos fb" ;
.
IBAL:d11_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/A> ;
  rdfs:label "d11 pos c" ;
.
IBAL:d11_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d11 pos fb" ;
.
IBAL:d15_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d15_pos_c_bac ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d15 pos c" ;
.
IBAL:d15_pos_c_AI
  a bacnet:AnalogOutputObject ;
  bacnet:description "VAV1 Damper Control Signal" ;
  bacnet:object-name "d15_pos_c" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d15 pos c AI" ;
.
IBAL:d15_pos_c_AO
  a bacnet:AnalogOutputObject ;
  bacnet:description "VAV1 Damper Control Signal" ;
  bacnet:object-name "d15_pos_c" ;
  bacnet:object-type "analog-output" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d15 pos c AO" ;
.
IBAL:d15_pos_c_bac
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "d15_pos_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "d15 pos c bac" ;
.
IBAL:d15_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d15_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d15 pos fb" ;
.
IBAL:d15_pos_fb_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV1 Damper Feedback Signal" ;
  bacnet:object-name "d15_pos_fb" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d15 pos fb AI" ;
.
IBAL:d15_pos_fb_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-input,1" ;
  bacnet:object-name "d15_pos_fb" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "d15 pos fb xref" ;
.
IBAL:d16_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d16_pos_c_bac ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/A> ;
  rdfs:label "d16 pos c" ;
.
IBAL:d16_pos_c_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV2 Damper Control Signal" ;
  bacnet:object-name "d16_pos_c" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d16 pos c AI" ;
.
IBAL:d16_pos_c_AO
  a bacnet:AnalogOutputObject ;
  bacnet:description "VAV2 Damper Control Signal" ;
  bacnet:object-name "d16_pos_c" ;
  bacnet:object-type "analog-output" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d16 pos c AO" ;
.
IBAL:d16_pos_c_bac
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "d16_pos_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "d16 pos c bac" ;
.
IBAL:d16_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d16_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d16 pos fb" ;
.
IBAL:d16_pos_fb_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VA2 Damper Feedback Signal" ;
  bacnet:object-name "d16_pos_fb" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d16 pos fb AI" ;
.
IBAL:d16_pos_fb_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-input,1" ;
  bacnet:object-name "d16_pos_fb" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "d16 pos fb xref" ;
.
IBAL:d17_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d17_pos_c_bac ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d17 pos c" ;
.
IBAL:d17_pos_c_bac
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "d17_pos_c" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d17 pos c xref" ;
.
IBAL:d17_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d17_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d17 pos fb" ;
.
IBAL:d17_pos_fb_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-input,1" ;
  bacnet:object-name "d17_pos_fb" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "d17 pos fb xref" ;
.
IBAL:d18_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d18_pos_c_bac ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d18 pos c" ;
.
IBAL:d18_pos_c_bac
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "d18_pos_c" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "d18 pos c xref" ;
.
IBAL:d18_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:d18_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "d18 pos fb" ;
.
IBAL:d18_pos_fb_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-input,1" ;
  bacnet:object-name "d18_pos_fb" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "d18 pos fb xref" ;
.
IBAL:d2_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d2 pos c" ;
.
IBAL:d2_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d2 pos fb" ;
.
IBAL:d3_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d3 pos c" ;
.
IBAL:d3_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d3 pos fb" ;
.
IBAL:d4_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d4 pos c" ;
.
IBAL:d4_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d4 pos fb" ;
.
IBAL:d5_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d5 pos c" ;
.
IBAL:d5_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d5 pos fb" ;
.
IBAL:d6_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d6 pos c" ;
.
IBAL:d6_pos_fb
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d6 pos fb" ;
.
IBAL:d7_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d7 pos c" ;
.
IBAL:d7_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d7 pos fb" ;
.
IBAL:d8_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d8 pos c" ;
.
IBAL:d8_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Dimensionless> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT> ;
  rdfs:label "d8 pos fb" ;
.
IBAL:exf1_f
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "exf1 f" ;
.
IBAL:exf1_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "exf1 on" ;
.
IBAL:exf1_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "exf1 p down" ;
.
IBAL:exf1_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "exf1 p up" ;
.
IBAL:exf1_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "exf1 power" ;
.
IBAL:exf1_t_in
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "exf1 t in" ;
.
IBAL:exf1_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "exf1 vfd" ;
.
IBAL:exf2_f
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "exf2 f" ;
.
IBAL:exf2_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "exf2 on" ;
.
IBAL:exf2_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "exf2 p down" ;
.
IBAL:exf2_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "exf2 p up" ;
.
IBAL:exf2_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "exf2 power" ;
.
IBAL:exf2_t_in
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "exf2 t in" ;
.
IBAL:exf2_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "exf2 vfd" ;
.
IBAL:hw_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hw rtd" ;
.
IBAL:hx1_f_hw
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "hx1 f hw" ;
.
IBAL:hx1_f_pg
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "hx1 f pg" ;
.
IBAL:hx1_hw_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hx1 hw rtd" ;
.
IBAL:hx1_pg_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "70" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hx1_hw_rtd" ;
.
IBAL:hx2_cw_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hx2 cw rtd" ;
.
IBAL:hx2_dp
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "hx2 dp" ;
.
IBAL:hx2_hw_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hx2 hw rtd" ;
.
IBAL:hx3_cw_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hx3 cw rtd" ;
.
IBAL:hx3_f_cw
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "hx3 f cw" ;
.
IBAL:hx3_f_pg
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "hx3 f pg" ;
.
IBAL:hx3_pg_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "72" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "hx1 pg rtd" ;
.
IBAL:indoor_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "indoor rtd" ;
.
IBAL:oau_cc_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "45"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "oau cc rtd" ;
.
IBAL:oau_f_out
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "oau f out" ;
.
IBAL:oau_fan_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "oau fan power" ;
.
IBAL:oau_heat_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "oau heat c" ;
.
IBAL:oau_hs_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "60"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "oau hs rt" ;
.
IBAL:oau_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "oau in rtd" ;
.
IBAL:oau_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "45"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "oau out rtd" ;
.
IBAL:oau_p_down
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "11270"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "oau p down" ;
.
IBAL:oau_p_up
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "11297"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PA> ;
  rdfs:label "oau p up" ;
.
IBAL:oau_rh
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "80" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "oau rh" ;
.
IBAL:oau_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "oau vfd" ;
.
IBAL:pl_f
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "pl f" ;
.
IBAL:pl_ftemp
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "pl ftemp" ;
.
IBAL:pl_in_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "68" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "pl in rtd" ;
.
IBAL:pl_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "pl out rtd" ;
.
IBAL:pump1_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump1 on" ;
.
IBAL:pump1_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump1 p down" ;
.
IBAL:pump1_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump1 p up" ;
.
IBAL:pump1_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "pump1 power" ;
.
IBAL:pump1_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump1 vfd" ;
.
IBAL:pump2_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump2 on" ;
.
IBAL:pump2_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump2 p down" ;
.
IBAL:pump2_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump2 p up" ;
.
IBAL:pump2_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "pump2 power" ;
.
IBAL:pump2_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump2 vfd" ;
.
IBAL:pump3_dp
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump3 dp" ;
.
IBAL:pump3_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "pump3 out rtd" ;
.
IBAL:pump3_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump3 p down" ;
.
IBAL:pump3_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump3 p up" ;
.
IBAL:pump3_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "pump3 power" ;
.
IBAL:pump3_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump3 vfd" ;
.
IBAL:pump4_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump4 on" ;
.
IBAL:pump4_out_rtd
  a bacnet:AnalogInputObject ;
  a s223:QuantifiableObservableProperty ;
  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"^^xsd:float ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "pump4 out rtd" ;
.
IBAL:pump4_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump4 p down" ;
.
IBAL:pump4_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump4 p up" ;
.
IBAL:pump4_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "pump4 power" ;
.
IBAL:pump4_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump4 vfd" ;
.
IBAL:pump5_on
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump5 on" ;
.
IBAL:pump5_p_down
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump5 p down" ;
.
IBAL:pump5_p_up
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Pressure> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PSI> ;
  rdfs:label "pump5 p up" ;
.
IBAL:pump5_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "pump5 power" ;
.
IBAL:pump5_vfd
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "pump5 vfd" ;
.
IBAL:sl_f
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/GAL_US-PER-MIN> ;
  rdfs:label "sl f" ;
.
IBAL:sl_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "64" ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "sl out rtd" ;
.
IBAL:tmc1_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc1 in rtd" ;
.
IBAL:tmc1_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc1 out rtd" ;
.
IBAL:tmc2_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc2 in rtd" ;
.
IBAL:tmc2_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc2 out rtd" ;
.
IBAL:tmc3_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc3 in rtd" ;
.
IBAL:tmc3_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc3 out rtd" ;
.
IBAL:tmc4_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc4 in rtd" ;
.
IBAL:tmc4_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "tmc4 out rtd" ;
.
IBAL:ts_in_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ts in rtd" ;
.
IBAL:ts_out_rtd
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "ts out rtd" ;
.
IBAL:v10_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v10 pos c" ;
.
IBAL:v10_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v10 pos fb" ;
.
IBAL:v11_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v11 pos c" ;
.
IBAL:v11_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v11 pos fb" ;
.
IBAL:v12_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v12_pos_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v12 pos c" ;
.
IBAL:v12_pos_c_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1115" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "v12_pos_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "v12 pos c xref" ;
.
IBAL:v12_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v12_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v12 pos fb" ;
.
IBAL:v12_pos_fb_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1115" ;
  bacnet:object-identifier "analog-input,1" ;
  bacnet:object-name "v12_pos_fb" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "v12 pos fb xref" ;
.
IBAL:v13_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v13_pos_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v13 pos c" ;
.
IBAL:v13_pos_c_AO
  a bacnet:AnalogOutputObject ;
  bacnet:description "AHU2 Cooling Coil Valve Control Signal" ;
  bacnet:object-name "v13_pos_c" ;
  bacnet:object-type "analog-output" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "v13 pos c AO" ;
.
IBAL:v13_pos_c_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1116" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "v13_pos_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "v13 pos c xref" ;
.
IBAL:v13_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v13_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v13 pos fb" ;
.
IBAL:v13_pos_fb_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "AHU2 Cooling Coil Feedback Signal" ;
  bacnet:object-name "v13_pos_fb" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "v13 pos fb AI" ;
.
IBAL:v13_pos_fb_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1116" ;
  bacnet:object-identifier "analog-input,1" ;
  bacnet:object-name "v13_pos_fb" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "v13 pos fb xref" ;
.
IBAL:v14_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v14 pos c" ;
.
IBAL:v14_pos_fb
  a s223:QuantifiableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v14 pos fb" ;
.
IBAL:v15_pos_fb
  a s223:QuantifiableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v15 pos fb" ;
.
IBAL:v16_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v16 pos c" ;
.
IBAL:v16_pos_fb
  a s223:QuantifiableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v16 pos fb" ;
.
IBAL:v17_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v17 pos c" ;
.
IBAL:v17_pos_fb
  a s223:QuantifiableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v17 pos fb" ;
.
IBAL:v18_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v18_pos_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v18 pos c" ;
.
IBAL:v18_pos_c_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "v18 pos c xref" ;
.
IBAL:v18_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v18 pos fb" ;
.
IBAL:v19_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v19_pos_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v19 pos c" ;
.
IBAL:v19_pos_c_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "v19 pos c xref" ;
.
IBAL:v19_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v19 pos fb" ;
.
IBAL:v1_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/A> ;
  rdfs:label "v1 pos c" ;
.
IBAL:v1_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v1 pos fb" ;
.
IBAL:v20_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v20 pos c" ;
.
IBAL:v20_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v20 pos fb" ;
.
IBAL:v2_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v2 pos c" ;
.
IBAL:v2_pos_fb
  a s223:QuantifiableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v2 pos fb" ;
.
IBAL:v3_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/A> ;
  rdfs:label "v3 pos c" ;
.
IBAL:v3_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v3 pos fb" ;
.
IBAL:v4_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v4 pos c" ;
.
IBAL:v4_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v4 pos fb" ;
.
IBAL:v5_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v5 pos c" ;
.
IBAL:v5_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v5 pos fb" ;
.
IBAL:v6_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v6_pos_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v6 pos c" ;
.
IBAL:v6_pos_c_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "v6 pos c xref" ;
.
IBAL:v6_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v6_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v6 pos fb" ;
.
IBAL:v6_pos_fb_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "v6 pos fb xref" ;
.
IBAL:v7_pos_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v7_pos_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v7 pos c" ;
.
IBAL:v7_pos_c_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "v7 pos c xref" ;
.
IBAL:v7_pos_fb
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:v7_pos_fb_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v7 pos fb" ;
.
IBAL:v7_pos_fb_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "v7 pos fb xref" ;
.
IBAL:v8_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v8 pos c" ;
.
IBAL:v8_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v8 pos fb" ;
.
IBAL:v9_pos_c
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v9 pos c" ;
.
IBAL:v9_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "v9 pos fb" ;
.
IBAL:vav1_f
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav1_f_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "VAV1 F" ;
.
IBAL:vav1_f_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV1 Airflow Rate" ;
  bacnet:object-name "vav1_f" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "vav1 f AI" ;
.
IBAL:vav1_f_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-input,4" ;
  bacnet:object-name "vav1_f" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav1 f xref" ;
.
IBAL:vav1_heat_c
  a bacnet:AnalogOutputObject ;
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:vav1_heat_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vav1 heat c" ;
.
IBAL:vav1_heat_c_AO
  a bacnet:AnalogOutputObject ;
  bacnet:description "VAV1 Heater Control Signal" ;
  bacnet:object-name "vav1_heat_c" ;
  bacnet:object-type "analog-output" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "vav1 heat c AO" ;
.
IBAL:vav1_heat_c_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-output,1" ;
  bacnet:object-name "vav1_heat_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav1 heat c xref" ;
.
IBAL:vav1_heat_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "vav1 heat power" ;
.
IBAL:vav1_out_rtd
  a s223:QuantifiableObservableProperty ;
  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> ;
  rdfs:label "vav1 out rtd" ;
.
IBAL:vav1_out_rtd_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV1 Discharge Temperature" ;
  bacnet:object-name "vav1_out_rtd" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "vav1 out rtd AI" ;
.
IBAL:vav1_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-input,2" ;
  bacnet:object-name "vav1_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav1 out rtd xref" ;
.
IBAL:vav1_t_in
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav1_t_in_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav1 t in" ;
.
IBAL:vav1_t_in_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV1 Supply Air Temperature" ;
  bacnet:object-name "vav1_t_in" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "vav1 t in AI" ;
.
IBAL:vav1_t_in_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-input,3" ;
  bacnet:object-name "vav1_t_in" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav1 t in xref" ;
.
IBAL:vav2_f
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav2_f_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "vav2 f" ;
.
IBAL:vav2_f_AI
  a rdfs:Resource ;
  rdfs:label "vav2 f AI" ;
.
IBAL:vav2_f_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-input,4" ;
  bacnet:object-name "vav2_f" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav2 f xref" ;
.
IBAL:vav2_heat_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:vav2_heat_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vav2 heat c" ;
.
IBAL:vav2_heat_c_AI
  a s223:BACnetExternalReference ;
  bacnet:description "VAV1 Heater Control Signal" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "vav2 heat c AI" ;
.
IBAL:vav2_heat_c_AO
  a bacnet:AnalogOutputObject ;
  bacnet:description "VAV2 Heater Control Signal" ;
  bacnet:object-name "vav2_heat_c" ;
  bacnet:object-type "analog-output" ;
  bacnet:present-value "0"^^xsd:float ;
  rdfs:label "vav2 heat c AO" ;
.
IBAL:vav2_heat_c_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "vav2_heat_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav2 heat c xref" ;
.
IBAL:vav2_heat_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "vav2 heat power" ;
.
IBAL:vav2_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav2_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav2 out rtd" ;
.
IBAL:vav2_out_rtd_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV2 Discharge Temperature" ;
  bacnet:object-name "vav2_out_rtd" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "vav2 out rtd AI" ;
.
IBAL:vav2_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-input,2" ;
  bacnet:object-name "vav2_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav2 out rtd xref" ;
.
IBAL:vav2_t_in
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav2_t_in_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav2 t in" ;
.
IBAL:vav2_t_in_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "VAV1 Supply Air Temperature" ;
  bacnet:object-name "vav1_t_in" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "vav2 t in AI" ;
.
IBAL:vav2_t_in_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-input,3" ;
  bacnet:object-name "vav2_t_in" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav2 t in xref" ;
.
IBAL:vav3_f
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav3_f_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "vav3 f" ;
.
IBAL:vav3_f_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-input,4" ;
  bacnet:object-name "vav3_f" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav3 f xref" ;
.
IBAL:vav3_heat_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:vav3_heat_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vav3 heat c" ;
.
IBAL:vav3_heat_c_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "vav3_heat_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav3 heat c xref" ;
.
IBAL:vav3_heat_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "vav3 heat power" ;
.
IBAL:vav3_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav3_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav3 out rtd" ;
.
IBAL:vav3_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-input,2" ;
  bacnet:object-name "vav3_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav3 out rtd xref" ;
.
IBAL:vav3_t_in
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav3_t_in_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav3 t in" ;
.
IBAL:vav3_t_in_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-input,3" ;
  bacnet:object-name "vav3_t_in" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav3 t in xref" ;
.
IBAL:vav4_f
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav4_f_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/FT3-PER-MIN> ;
  rdfs:label "vav4 f" ;
.
IBAL:vav4_f_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-input,4" ;
  bacnet:object-name "vav4_f" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav4 f xref" ;
.
IBAL:vav4_heat_c
  a s223:QuantifiableActuatableProperty ;
  s223:hasExternalReference IBAL:vav4_heat_c_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vav4 heat c" ;
.
IBAL:vav4_heat_c_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-output,2" ;
  bacnet:object-name "vav4_heat_c" ;
  bacnet:present-value "0"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav4 heat c xref" ;
.
IBAL:vav4_heat_power
  a s223:QuantifiableObservableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Power> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/W> ;
  rdfs:label "vav4 heat power" ;
.
IBAL:vav4_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav4_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav4 out rtd" ;
.
IBAL:vav4_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-input,2" ;
  bacnet:object-name "vav4_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav4 out rtd xref" ;
.
IBAL:vav4_t_in
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:vav4_t_in_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "vav4 t in" ;
.
IBAL:vav4_t_in_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-input,3" ;
  bacnet:object-name "vav4_t_in" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "vav4 t in xref" ;
.
IBAL:vch1_pos_fb
  a s223:QuantifiableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vch1 pos fb" ;
.
IBAL:vch2_pos_fb
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vch2 pos fb" ;
.
IBAL:vsh_in
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vsh in" ;
.
IBAL:vsh_out
  a s223:QuantifiableActuatableProperty ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Voltage> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/V> ;
  rdfs:label "vsh out" ;
.
IBAL:zs1_heat_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "66"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs1 heat rtd" ;
.
IBAL:zs1_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:zs1_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs1_out_rtd" ;
.
IBAL:zs1_out_rtd_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "Zone1 Temperature" ;
  bacnet:object-name "zs1_out_rtd" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "zs1 out rtd AI" ;
.
IBAL:zs1_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1111" ;
  bacnet:object-identifier "analog-input,5" ;
  bacnet:object-name "zs1_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "zs1 out rtd xref" ;
.
IBAL:zs1_rh
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "80"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "zs1_rh" ;
.
IBAL:zs1_t_sp_f
  a s223:QuantifiableProperty ;
  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> ;
  rdfs:label "zs1 t sp f" ;
.
IBAL:zs1_t_sp_f_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "zs1 t sp f xref" ;
.
IBAL:zs2_heat_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "70"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs2 heat rtd" ;
.
IBAL:zs2_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:zs2_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs2 out rtd" ;
.
IBAL:zs2_out_rtd_AI
  a bacnet:AnalogInputObject ;
  bacnet:description "Zone2 Temperature" ;
  bacnet:object-name "zs2_out_rtd" ;
  bacnet:object-type "analog-input" ;
  bacnet:present-value "70"^^xsd:float ;
  rdfs:label "zs2 out rtd AI" ;
.
IBAL:zs2_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1112" ;
  bacnet:object-identifier "analog-input,5" ;
  bacnet:object-name "zs2_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "zs2 out rtd xref" ;
.
IBAL:zs2_rh
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "50"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "zs2 rh" ;
.
IBAL:zs2_t_sp_f
  a s223:QuantifiableProperty ;
  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> ;
  rdfs:label "zs2 t sp f" ;
.
IBAL:zs2_t_sp_f_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "zs2 t sp f xref" ;
.
IBAL:zs3_heat_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "66"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs3 heat rtd" ;
.
IBAL:zs3_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:zs3_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs3 out rtd" ;
.
IBAL:zs3_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1113" ;
  bacnet:object-identifier "analog-input,5" ;
  bacnet:object-name "zs3_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "zs3 out rtd xref" ;
.
IBAL:zs3_rh
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "50"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "zs3 rh" ;
.
IBAL:zs3_t_sp_f
  a s223:QuantifiableProperty ;
  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> ;
  rdfs:label "zs3 t sp f" ;
.
IBAL:zs3_t_sp_f_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "zs3 t sp f xref" ;
.
IBAL:zs4_heat_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "68"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs4 heat rtd" ;
.
IBAL:zs4_out_rtd
  a s223:QuantifiableObservableProperty ;
  s223:hasExternalReference IBAL:zs4_out_rtd_xref ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/Temperature> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/DEG_F> ;
  rdfs:label "zs4_out_rtd" ;
.
IBAL:zs4_out_rtd_xref
  a s223:BACnetExternalReference ;
  bacnet:device-identifier "device,1114" ;
  bacnet:object-identifier "analog-input,5" ;
  bacnet:object-name "zs4_out_rtd" ;
  bacnet:present-value "70"^^xsd:float ;
  bacnet:property-identifier "present-value" ;
  rdfs:label "zs4 out rtd xref" ;
.
IBAL:zs4_rh
  a s223:QuantifiableObservableProperty ;
  s223:hasValue "30"^^xsd:decimal ;
  qudt:hasQuantityKind <http://qudt.org/vocab/quantitykind/RelativeHumidity> ;
  qudt:hasUnit <http://qudt.org/vocab/unit/PERCENT_RH> ;
  rdfs:label "zsh4 rh" ;
.
IBAL:zs4_t_sp_f
  a s223:QuantifiableProperty ;
  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> ;
  rdfs:label "zs4 t sp f" ;
.
IBAL:zs4_t_sp_f_xref
  a s223:BACnetExternalReference ;
  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"^^xsd:float ;
  rdfs:label "zs4 t sp f xref" ;
.
