@prefix brick: . @prefix dcterms: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sdo: . @prefix skos: . @prefix sosa: . @prefix tag: . @prefix xml: . @prefix xsd: . a owl:Ontology ; rdfs:label "Brick" ; dcterms:creator ( [ a sdo:Person ; sdo:email "gtfierro@cs.berkeley.edu" ; sdo:name "Gabe Fierro" ] [ a sdo:Person ; sdo:email "jbkoh@eng.ucsd.edu" ; sdo:name "Jason Koh" ] ) ; dcterms:license ; dcterms:version "1.1.0" ; rdfs:seeAlso . brick:Absorption_Chiller a owl:Class ; rdfs:label "Absorption Chiller" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Chiller [ a owl:Restriction ; owl:hasValue tag:Absorption ; owl:onProperty brick:hasTag ] ) ], brick:Chiller ; brick:hasAssociatedTag tag:Absorption, tag:Chiller, tag:Equipment . brick:Acceleration_Time_Setpoint a owl:Class ; rdfs:label "Acceleration Time Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Time _:has_Setpoint [ a owl:Restriction ; owl:hasValue tag:Acceleration ; owl:onProperty brick:hasTag ] ) ], brick:Time_Setpoint ; brick:hasAssociatedTag tag:Acceleration, tag:Point, tag:Setpoint, tag:Time . brick:Active_Power_Sensor a owl:Class ; rdfs:label "Active Power Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Power [ a owl:Restriction ; owl:hasValue tag:Real ; owl:onProperty brick:hasTag ] _:has_Electrical ) ], brick:Electrical_Power_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Active_Power ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Electrical, tag:Point, tag:Power, tag:Real, tag:Sensor . brick:Air_Differential_Pressure_Sensor a owl:Class ; rdfs:label "Air Differential Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Sensor _:has_Pressure _:has_Differential ) ], brick:Differential_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Point, tag:Pressure, tag:Sensor . brick:Air_Flow_Loss_Alarm a owl:Class ; rdfs:label "Air Flow Loss Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Alarm _:has_Flow _:has_Loss ) ], brick:Air_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Flow, tag:Loss, tag:Point . brick:Air_Handler_Unit a owl:Class ; rdfs:label "Air Handler Unit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Air [ a owl:Restriction ; owl:hasValue tag:Handler ; owl:onProperty brick:hasTag ] _:has_Unit ) ], brick:HVAC ; owl:equivalentClass brick:AHU ; skos:definition "Assembly consisting of sections containing a fan or fans and other necessary equipment to perform one or more of the following functions: circulating, filtration, heating, cooling, heat recovery, humidifying, dehumidifying, and mixing of air. Is usually connected to an air-distribution system." ; brick:hasAssociatedTag tag:Air, tag:Equipment, tag:Handler, tag:Unit . brick:Alarm_Delay_Parameter a owl:Class ; rdfs:label "Alarm Delay Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Alarm _:has_Delay _:has_Parameter ) ], brick:Delay_Parameter ; brick:hasAssociatedTag tag:Alarm, tag:Delay, tag:Parameter, tag:Point . brick:Automatic_Mode_Command a owl:Class ; rdfs:label "Automatic Mode Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Automatic ; owl:onProperty brick:hasTag ] _:has_Mode _:has_Command ) ], brick:Mode_Command ; brick:hasAssociatedTag tag:Automatic, tag:Command, tag:Mode, tag:Point . brick:Average_Cooling_Demand_Sensor a owl:Class ; rdfs:label "Average Cooling Demand Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Demand _:has_Cool _:has_Average ) ], brick:Cooling_Demand_Sensor ; brick:hasAssociatedTag tag:Average, tag:Cool, tag:Demand, tag:Point, tag:Sensor . brick:Average_Discharge_Air_Flow_Sensor a owl:Class ; rdfs:label "Average Discharge Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Average _:has_Discharge _:has_Air _:has_Flow _:has_Sensor ) ], brick:Discharge_Air_Flow_Sensor ; brick:hasAssociatedTag tag:Air, tag:Average, tag:Discharge, tag:Flow, tag:Point, tag:Sensor . brick:Average_Exhaust_Air_Static_Pressure_Sensor a owl:Class ; rdfs:label "Average Exhaust Air Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Average _:has_Exhaust _:has_Air _:has_Static _:has_Pressure _:has_Sensor ) ], brick:Exhaust_Air_Static_Pressure_Sensor ; brick:hasAssociatedTag tag:Air, tag:Average, tag:Exhaust, tag:Point, tag:Pressure, tag:Sensor, tag:Static . brick:Average_Heating_Demand_Sensor a owl:Class ; rdfs:label "Average Heating Demand Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Demand _:has_Heat _:has_Average ) ], brick:Heating_Demand_Sensor ; brick:hasAssociatedTag tag:Average, tag:Demand, tag:Heat, tag:Point, tag:Sensor . brick:Average_Supply_Air_Flow_Sensor a owl:Class ; rdfs:label "Average Supply Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Average _:has_Supply _:has_Air _:has_Flow _:has_Sensor ) ], brick:Supply_Air_Flow_Sensor ; brick:hasAssociatedTag tag:Air, tag:Average, tag:Flow, tag:Point, tag:Sensor, tag:Supply . brick:Average_Zone_Air_Temperature_Sensor a owl:Class ; rdfs:label "Average Zone Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Zone _:has_Average _:has_Air ) ], brick:Zone_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Average, tag:Point, tag:Sensor, tag:Temperature, tag:Zone . brick:Basement a owl:Class ; rdfs:label "Basement" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Basement ; owl:onProperty brick:hasTag ] _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Basement, tag:Location . brick:Battery a owl:Class ; rdfs:label "Battery" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Battery _:has_Energy _:has_Storage _:has_Equipment ) ], brick:Energy_Storage ; brick:hasAssociatedTag tag:Battery, tag:Energy, tag:Equipment, tag:Storage . brick:Battery_Voltage_Sensor a owl:Class ; rdfs:label "Battery Voltage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Voltage _:has_Battery ) ], brick:Voltage_Sensor ; brick:hasAssociatedTag tag:Battery, tag:Point, tag:Sensor, tag:Voltage . brick:Boiler a owl:Class ; rdfs:label "Boiler" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Boiler ; owl:onProperty brick:hasTag ] ) ], brick:HVAC ; skos:definition "A closed, pressure vessel that uses fuel or electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications." ; brick:hasAssociatedTag tag:Boiler, tag:Equipment . brick:Booster_Fan a owl:Class ; rdfs:label "Booster Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan [ a owl:Restriction ; owl:hasValue tag:Booster ; owl:onProperty brick:hasTag ] ) ], brick:Supply_Fan ; brick:hasAssociatedTag tag:Booster, tag:Equipment, tag:Fan . brick:Box_Mode_Command a owl:Class ; rdfs:label "Box Mode Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Box _:has_Mode _:has_Command ) ], brick:Mode_Command ; brick:hasAssociatedTag tag:Box, tag:Command, tag:Mode, tag:Point . brick:Building a owl:Class ; rdfs:label "Building" ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue tag:Site ; owl:onProperty brick:hasTag ], brick:Location ; brick:hasAssociatedTag tag:Site . brick:Building_Air_Static_Pressure_Sensor a owl:Class ; rdfs:label "Building Air Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Building _:has_Air _:has_Static _:has_Pressure _:has_Sensor ) ], brick:Static_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Static_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Building_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Building, tag:Point, tag:Pressure, tag:Sensor, tag:Static . brick:Building_Air_Static_Pressure_Setpoint a owl:Class ; rdfs:label "Building Air Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Building _:has_Air _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Building, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Building_Chilled_Water_Meter a owl:Class ; rdfs:label "Building Chilled Water Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Building _:has_Chilled _:has_Water _:has_Meter _:has_Equipment ) ], brick:Building_Meter, brick:Chilled_Water_Meter ; brick:hasAssociatedTag tag:Building, tag:Chilled, tag:Equipment, tag:Meter, tag:Water . brick:Building_Electrical_Meter a owl:Class ; rdfs:label "Building Electrical Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Building _:has_Electrical _:has_Meter _:has_Equipment ) ], brick:Building_Meter, brick:Electrical_Meter ; brick:hasAssociatedTag tag:Building, tag:Electrical, tag:Equipment, tag:Meter . brick:Building_Gas_Meter a owl:Class ; rdfs:label "Building Gas Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Building _:has_Gas _:has_Meter _:has_Equipment ) ], brick:Building_Meter, brick:Gas_Meter ; brick:hasAssociatedTag tag:Building, tag:Equipment, tag:Gas, tag:Meter . brick:Building_Hot_Water_Meter a owl:Class ; rdfs:label "Building Hot Water Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Building _:has_Hot _:has_Water _:has_Meter _:has_Equipment ) ], brick:Building_Meter, brick:Hot_Water_Meter ; brick:hasAssociatedTag tag:Building, tag:Equipment, tag:Hot, tag:Meter, tag:Water . brick:Building_Water_Meter a owl:Class ; rdfs:label "Building Water Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Building _:has_Water _:has_Meter _:has_Equipment ) ], brick:Building_Meter, brick:Water_Meter ; brick:hasAssociatedTag tag:Building, tag:Equipment, tag:Meter, tag:Water . brick:Bypass_Air_Flow_Sensor a owl:Class ; rdfs:label "Bypass Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air _:has_Bypass ) ], brick:Air_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Bypass_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Bypass, tag:Flow, tag:Point, tag:Sensor . brick:Bypass_Command a owl:Class ; rdfs:label "Bypass Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Bypass _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Bypass, tag:Command, tag:Point . brick:CO2_Differential_Sensor a owl:Class ; rdfs:label "CO2 Differential Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_CO2 _:has_Differential _:has_Sensor ) ], brick:CO2_Sensor ; brick:hasAssociatedTag tag:CO2, tag:Differential, tag:Point, tag:Sensor . brick:CO2_Level_Sensor a owl:Class ; rdfs:label "CO2 Level Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_CO2 _:has_Level _:has_Sensor ) ], brick:CO2_Sensor ; brick:hasAssociatedTag tag:CO2, tag:Level, tag:Point, tag:Sensor . brick:Capacity_Sensor a owl:Class ; rdfs:label "Capacity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor [ a owl:Restriction ; owl:hasValue tag:Capacity ; owl:onProperty brick:hasTag ] ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Capacity ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Capacity, tag:Point, tag:Sensor . brick:Centrifugal_Chiller a owl:Class ; rdfs:label "Centrifugal Chiller" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Chiller [ a owl:Restriction ; owl:hasValue tag:Centrifugal ; owl:onProperty brick:hasTag ] ) ], brick:Chiller ; brick:hasAssociatedTag tag:Centrifugal, tag:Chiller, tag:Equipment . brick:Change_Filter_Alarm a owl:Class ; rdfs:label "Change Filter Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Change ; owl:onProperty brick:hasTag ] _:has_Filter _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Change, tag:Filter, tag:Point . brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Chilled Water Differential Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Time, tag:Water . brick:Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class ; rdfs:label "Chilled Water Differential Pressure Load Shed Reset Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Reset _:has_Status ) ], brick:Chilled_Water_Differential_Pressure_Load_Shed_Status ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Load, tag:Point, tag:Pressure, tag:Reset, tag:Shed, tag:Status, tag:Water . brick:Chilled_Water_Differential_Pressure_Load_Shed_Setpoint a owl:Class ; rdfs:label "Chilled Water Differential Pressure Load Shed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Setpoint ) ], brick:Chilled_Water_Differential_Pressure_Setpoint, brick:Load_Shed_Differential_Pressure_Setpoint ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Load, tag:Point, tag:Pressure, tag:Setpoint, tag:Shed, tag:Water . brick:Chilled_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Chilled Water Differential Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Proportional_Band ; brick:hasAssociatedTag tag:Band, tag:Chilled, tag:Differential, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Water . brick:Chilled_Water_Differential_Pressure_Sensor a owl:Class ; rdfs:label "Chilled Water Differential Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Differential _:has_Water _:has_Chilled ) ], brick:Differential_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Chilled_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Point, tag:Pressure, tag:Sensor, tag:Water . brick:Chilled_Water_Differential_Pressure_Step_Parameter a owl:Class ; rdfs:label "Chilled Water Differential Pressure Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Step _:has_Parameter ) ], brick:Differential_Pressure_Step_Parameter ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Parameter, tag:Point, tag:Pressure, tag:Step, tag:Water . brick:Chilled_Water_Differential_Temperature_Sensor a owl:Class ; rdfs:label "Chilled Water Differential Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Temperature _:has_Sensor ) ], brick:Chilled_Water_Temperature_Sensor ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Point, tag:Sensor, tag:Temperature, tag:Water . brick:Chilled_Water_Discharge_Flow_Sensor a owl:Class ; rdfs:label "Chilled Water Discharge Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Water _:has_Discharge _:has_Chilled ) ], brick:Discharge_Water_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Chilled_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Chilled, tag:Discharge, tag:Flow, tag:Point, tag:Sensor, tag:Water . brick:Chilled_Water_Pump a owl:Class ; rdfs:label "Chilled Water Pump" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Pump _:has_Chilled _:has_Water ) ], brick:Water_Pump ; brick:hasAssociatedTag tag:Chilled, tag:Equipment, tag:Pump, tag:Water . brick:Chilled_Water_Pump_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Chilled Water Pump Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Pump _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Chilled, tag:Deadband, tag:Differential, tag:Point, tag:Pressure, tag:Pump, tag:Setpoint, tag:Water . brick:Chilled_Water_Return_Temperature_Sensor a owl:Class ; rdfs:label "Chilled Water Return Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Return _:has_Temperature _:has_Sensor ) ], brick:Chilled_Water_Temperature_Sensor, brick:Return_Water_Temperature_Sensor ; brick:hasAssociatedTag tag:Chilled, tag:Point, tag:Return, tag:Sensor, tag:Temperature, tag:Water . brick:Chilled_Water_Static_Pressure_Setpoint a owl:Class ; rdfs:label "Chilled Water Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Chilled, tag:Point, tag:Pressure, tag:Setpoint, tag:Static, tag:Water . brick:Chilled_Water_Supply_Flow_Sensor a owl:Class ; rdfs:label "Chilled Water Supply Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Water _:has_Supply _:has_Chilled ) ], brick:Supply_Water_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Chilled_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Chilled, tag:Flow, tag:Point, tag:Sensor, tag:Supply, tag:Water . brick:Chilled_Water_Supply_Temperature_Sensor a owl:Class ; rdfs:label "Chilled Water Supply Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Chilled _:has_Supply ) ], brick:Chilled_Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Chilled_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Chilled, tag:Point, tag:Sensor, tag:Supply, tag:Temperature, tag:Water . brick:Chilled_Water_System_Enable_Command a owl:Class ; rdfs:label "Chilled Water System Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Chilled _:has_Water _:has_System ) ], brick:System_Enable_Command ; brick:hasAssociatedTag tag:Chilled, tag:Command, tag:Enable, tag:Point, tag:System, tag:Water . brick:Chilled_Water_Valve a owl:Class ; rdfs:label "Chilled Water Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Chilled _:has_Valve _:has_Water _:has_Equipment ) ], brick:Chilled_Water_System, brick:Water_Valve ; brick:hasAssociatedTag tag:Chilled, tag:Equipment, tag:Valve, tag:Water . brick:City a owl:Class ; rdfs:label "City" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:City ; owl:onProperty brick:hasTag ] _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:City, tag:Location . brick:Close_Limit a owl:Class ; rdfs:label "Close Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Close ; owl:onProperty brick:hasTag ] _:has_Parameter _:has_Limit ) ], brick:Limit ; brick:hasAssociatedTag tag:Close, tag:Limit, tag:Parameter, tag:Point . brick:Cold_Box a owl:Class ; rdfs:label "Cold Box" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Cold ; owl:onProperty brick:hasTag ] _:has_Box _:has_Laboratory _:has_Room _:has_Location ) ], brick:Laboratory ; brick:hasAssociatedTag tag:Box, tag:Cold, tag:Laboratory, tag:Location, tag:Room . brick:Communication_Loss_Alarm a owl:Class ; rdfs:label "Communication Loss Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Communication ; owl:onProperty brick:hasTag ] _:has_Loss _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Communication, tag:Loss, tag:Point . brick:Compressor a owl:Class ; rdfs:label "Compressor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Compressor ; owl:onProperty brick:hasTag ] ) ], brick:HVAC ; skos:definition "(1) device for mechanically increasing the pressure of a gas. (2) often described as being either open, hermetic, or semihermetic to describe how the compressor and motor drive is situated in relation to the gas or vapor being compressed. Types include centrifugal, axial flow, reciprocating, rotary screw, rotary vane, scroll, or diaphragm. 1. device for mechanically increasing the pressure of a gas. 2. specific machine, with or without accessories, for compressing refrigerant vapor." ; brick:hasAssociatedTag tag:Compressor, tag:Equipment . brick:Condensate_Leak_Alarm a owl:Class ; rdfs:label "Condensate Leak Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Condensate ; owl:onProperty brick:hasTag ] _:has_Leak _:has_Alarm ) ], brick:Leak_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Condensate, tag:Leak, tag:Point . brick:Condenser a owl:Class ; rdfs:label "Condenser" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Condenser ) ], brick:HVAC ; skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase." ; brick:hasAssociatedTag tag:Condenser, tag:Equipment . brick:Condenser_Heat_Exchanger a owl:Class ; rdfs:label "Condenser Heat Exchanger" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Condenser _:has_Equipment _:has_Heat _:has_Exchanger ) ], brick:Heat_Exchanger ; brick:hasAssociatedTag tag:Condenser, tag:Equipment, tag:Exchanger, tag:Heat . brick:Condenser_Water_Pump a owl:Class ; rdfs:label "Condenser Water Pump" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Pump _:has_Condenser _:has_Water ) ], brick:Water_Pump ; brick:hasAssociatedTag tag:Condenser, tag:Equipment, tag:Pump, tag:Water . brick:Contact_Sensor a owl:Class ; rdfs:label "Contact Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor [ a owl:Restriction ; owl:hasValue tag:Contact ; owl:onProperty brick:hasTag ] ) ], brick:Sensor ; skos:definition "Senses or detects contact, such as for detecting if a door is closed." ; brick:hasAssociatedTag tag:Contact, tag:Point, tag:Sensor . brick:Cooling_Coil a owl:Class ; rdfs:label "Cooling Coil" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Coil _:has_Cool ) ], brick:Coil ; brick:hasAssociatedTag tag:Coil, tag:Cool, tag:Equipment . brick:Cooling_Demand_Setpoint a owl:Class ; rdfs:label "Cooling Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Demand _:has_Setpoint ) ], brick:Demand_Setpoint ; brick:hasAssociatedTag tag:Cool, tag:Demand, tag:Point, tag:Setpoint . brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Cooling Discharge Air Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Discharge _:has_Air _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Cooling_Setpoint, brick:Discharge_Air_Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Deadband, tag:Discharge, tag:Point, tag:Setpoint, tag:Temperature . brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class ; rdfs:label "Cooling Discharge Air Temperature Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Discharge _:has_Air _:has_Temperature _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Air_Temperature_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Temperature, tag:Time . brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Cooling Discharge Air Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Discharge _:has_Air _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Cool, tag:Discharge, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Temperature . brick:Cooling_On_Off_Status a owl:Class ; rdfs:label "Cooling On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Cool, tag:Off, tag:On, tag:Point, tag:Status . brick:Cooling_Request_Percent_Setpoint a owl:Class ; rdfs:label "Cooling Request Percent Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Request _:has_Percent _:has_Setpoint ) ], brick:Cooling_Request_Setpoint ; brick:hasAssociatedTag tag:Cool, tag:Percent, tag:Point, tag:Request, tag:Setpoint . brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Cooling Supply Air Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Supply _:has_Air _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Cooling_Temperature_Setpoint, brick:Supply_Air_Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Deadband, tag:Point, tag:Setpoint, tag:Supply, tag:Temperature . brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class ; rdfs:label "Cooling Supply Air Temperature Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Supply _:has_Air _:has_Temperature _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Air_Temperature_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Supply, tag:Temperature, tag:Time . brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Cooling Supply Air Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Supply _:has_Air _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Supply_Air_Temperature_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Cool, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Supply, tag:Temperature . brick:Cooling_Tower_Fan a owl:Class ; rdfs:label "Cooling Tower Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Cool [ a owl:Restriction ; owl:hasValue tag:Tower ; owl:onProperty brick:hasTag ] _:has_Equipment _:has_Fan ) ], brick:Fan ; brick:hasAssociatedTag tag:Cool, tag:Equipment, tag:Fan, tag:Tower . brick:Cooling_Valve a owl:Class ; rdfs:label "Cooling Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Valve _:has_Cool _:has_Equipment ) ], brick:Valve ; brick:hasAssociatedTag tag:Cool, tag:Equipment, tag:Valve . brick:Current_Limit a owl:Class ; rdfs:label "Current Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Current _:has_Limit _:has_Parameter ) ], brick:Limit ; brick:hasAssociatedTag tag:Current, tag:Limit, tag:Parameter, tag:Point . brick:Curtailment_Override_Command a owl:Class ; rdfs:label "Curtailment Override Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Curtailment ; owl:onProperty brick:hasTag ] _:has_Override _:has_Command ) ], brick:Override_Command ; brick:hasAssociatedTag tag:Command, tag:Curtailment, tag:Override, tag:Point . brick:DC_Bus_Voltage_Sensor a owl:Class ; rdfs:label "DC Bus Voltage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Dc ; owl:onProperty brick:hasTag ] [ a owl:Restriction ; owl:hasValue tag:Bus ; owl:onProperty brick:hasTag ] _:has_Voltage _:has_Sensor ) ], brick:Voltage_Sensor ; brick:hasAssociatedTag tag:Bus, tag:Dc, tag:Point, tag:Sensor, tag:Voltage . brick:Daily_Energy_Usage_Sensor a owl:Class ; rdfs:label "Daily Energy Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Energy _:has_Usage [ a owl:Restriction ; owl:hasValue tag:Daily ; owl:onProperty brick:hasTag ] ) ], brick:Energy_Usage_Sensor ; brick:hasAssociatedTag tag:Daily, tag:Energy, tag:Point, tag:Sensor, tag:Usage . brick:Damper_Position_Command a owl:Class ; rdfs:label "Damper Position Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Damper _:has_Position _:has_Command ) ], brick:Damper_Command, brick:Position_Command ; brick:hasAssociatedTag tag:Command, tag:Damper, tag:Point, tag:Position . brick:Damper_Position_Sensor a owl:Class ; rdfs:label "Damper Position Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Damper _:has_Position _:has_Sensor ) ], brick:Position_Sensor ; brick:hasAssociatedTag tag:Damper, tag:Point, tag:Position, tag:Sensor . brick:Damper_Position_Setpoint a owl:Class ; rdfs:label "Damper Position Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Damper _:has_Position _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Damper, tag:Point, tag:Position, tag:Setpoint . brick:Deceleration_Time_Setpoint a owl:Class ; rdfs:label "Deceleration Time Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Time _:has_Setpoint [ a owl:Restriction ; owl:hasValue tag:Deceleration ; owl:onProperty brick:hasTag ] ) ], brick:Time_Setpoint ; brick:hasAssociatedTag tag:Deceleration, tag:Point, tag:Setpoint, tag:Time . brick:Dehumidification_On_Off_Status a owl:Class ; rdfs:label "Dehumidification On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Dehumidification ; owl:onProperty brick:hasTag ] _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Dehumidification, tag:Off, tag:On, tag:Point, tag:Status . brick:Deionised_Water_Conductivity_Sensor a owl:Class ; rdfs:label "Deionised Water Conductivity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Conductivity _:has_Water _:has_Deionised ) ], brick:Conductivity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Conductivity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Deionized_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Conductivity, tag:Deionised, tag:Point, tag:Sensor, tag:Water . brick:Deionised_Water_Level_Sensor a owl:Class ; rdfs:label "Deionised Water Level Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Water _:has_Level _:has_Deionised ) ], brick:Water_Level_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Deionized_Water ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Level ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Deionised, tag:Level, tag:Point, tag:Sensor, tag:Water . brick:Deionized_Water_Alarm a owl:Class ; rdfs:label "Deionized Water Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Deionized _:has_Water _:has_Alarm ) ], brick:Water_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Deionized, tag:Point, tag:Water . brick:Derivative_Gain_Parameter a owl:Class ; rdfs:label "Derivative Gain Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Gain _:has_Derivative ) ], brick:Gain_Parameter ; brick:hasAssociatedTag tag:Derivative, tag:Gain, tag:PID, tag:Parameter, tag:Point . brick:Derivative_Time_Parameter a owl:Class ; rdfs:label "Derivative Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Time _:has_Derivative ) ], brick:Time_Parameter ; brick:hasAssociatedTag tag:Derivative, tag:PID, tag:Parameter, tag:Point, tag:Time . brick:Dew_Point_Setpoint a owl:Class ; rdfs:label "Dew Point Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Dewpoint _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Dewpoint, tag:Point, tag:Setpoint . brick:Differential_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Differential Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Point, tag:Setpoint, tag:Temperature . brick:Differential_Speed_Sensor a owl:Class ; rdfs:label "Differential Speed Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Speed _:has_Differential ) ], brick:Speed_Sensor ; brick:hasAssociatedTag tag:Differential, tag:Point, tag:Sensor, tag:Speed . brick:Differential_Supply_Return_Water_Temperature_Sensor a owl:Class ; rdfs:label "Differential Supply Return Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Supply _:has_Return _:has_Temperature _:has_Sensor ) ], brick:Return_Water_Temperature_Sensor ; brick:hasAssociatedTag tag:Differential, tag:Point, tag:Return, tag:Sensor, tag:Supply, tag:Temperature . brick:Dimmer a owl:Class ; rdfs:label "Dimmer" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Interface _:has_Switch [ a owl:Restriction ; owl:hasValue tag:Dimmer ; owl:onProperty brick:hasTag ] ) ], brick:Switch ; brick:hasAssociatedTag tag:Dimmer, tag:Equipment, tag:Interface, tag:Switch . brick:Direction_Command a owl:Class ; rdfs:label "Direction Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Direction _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Direction, tag:Point . brick:Disable_Differential_Enthalpy_Command a owl:Class ; rdfs:label "Disable Differential Enthalpy Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Command _:has_Differential _:has_Enthalpy ) ], brick:Disable_Command ; brick:hasAssociatedTag tag:Command, tag:Differential, tag:Disable, tag:Enthalpy, tag:Point . brick:Disable_Differential_Temperature_Command a owl:Class ; rdfs:label "Disable Differential Temperature Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Command _:has_Differential _:has_Temperature ) ], brick:Disable_Command ; brick:hasAssociatedTag tag:Command, tag:Differential, tag:Disable, tag:Point, tag:Temperature . brick:Disable_Fixed_Enthalpy_Command a owl:Class ; rdfs:label "Disable Fixed Enthalpy Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Command _:has_Fixed _:has_Enthalpy ) ], brick:Disable_Command ; brick:hasAssociatedTag tag:Command, tag:Disable, tag:Enthalpy, tag:Fixed, tag:Point . brick:Disable_Fixed_Temperature_Command a owl:Class ; rdfs:label "Disable Fixed Temperature Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Command _:has_Fixed _:has_Temperature ) ], brick:Disable_Command ; brick:hasAssociatedTag tag:Command, tag:Disable, tag:Fixed, tag:Point, tag:Temperature . brick:Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Disable Hot Water System Outside Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Hot _:has_Water _:has_System _:has_Outside _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Outside_Air_Temperature_Setpoint ; skos:definition "Disables hot water system when outside air temperature reaches the indicated value" ; brick:hasAssociatedTag tag:Air, tag:Disable, tag:Hot, tag:Outside, tag:Point, tag:Setpoint, tag:System, tag:Temperature, tag:Water . brick:Disable_Status a owl:Class ; rdfs:label "Disable Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Disable, tag:Point, tag:Status . brick:Discharge_Air_Duct_Pressure_Status a owl:Class ; rdfs:label "Discharge Air Duct Pressure Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Duct _:has_Pressure _:has_Status ) ], brick:Pressure_Status ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Duct, tag:Point, tag:Pressure, tag:Status . brick:Discharge_Air_Flow_Demand_Setpoint a owl:Class ; rdfs:label "Discharge Air Flow Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Flow _:has_Demand _:has_Setpoint ) ], brick:Air_Flow_Demand_Setpoint, brick:Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Demand, tag:Discharge, tag:Flow, tag:Point, tag:Setpoint . brick:Discharge_Air_Flow_Reset_High_Setpoint a owl:Class ; rdfs:label "Discharge Air Flow Reset High Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Flow _:has_Reset _:has_Setpoint _:has_High ) ], brick:Discharge_Air_Flow_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:High, tag:Point, tag:Reset, tag:Setpoint . brick:Discharge_Air_Flow_Reset_Low_Setpoint a owl:Class ; rdfs:label "Discharge Air Flow Reset Low Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Flow _:has_Reset _:has_Setpoint _:has_Low ) ], brick:Discharge_Air_Flow_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Low, tag:Point, tag:Reset, tag:Setpoint . brick:Discharge_Air_Humidity_Sensor a owl:Class ; rdfs:label "Discharge Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air _:has_Discharge ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Humidity, tag:Point, tag:Sensor . brick:Discharge_Air_Smoke_Detected_Alarm a owl:Class ; rdfs:label "Discharge Air Smoke Detected Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Smoke _:has_Detected _:has_Alarm ) ], brick:Air_Alarm, brick:Smoke_Detected_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Detected, tag:Discharge, tag:Point, tag:Smoke . brick:Discharge_Air_Static_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Discharge Air Static Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Discharge_Air_Static_Pressure_Setpoint, brick:Static_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Discharge, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Discharge Air Static Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Static_Pressure_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Static, tag:Time . brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Discharge Air Static Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Static_Pressure_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Discharge, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Static . brick:Discharge_Air_Static_Pressure_Sensor a owl:Class ; rdfs:label "Discharge Air Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Static _:has_Air _:has_Discharge ) ], brick:Static_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Static_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Point, tag:Pressure, tag:Sensor, tag:Static . brick:Discharge_Air_Static_Pressure_Step_Parameter a owl:Class ; rdfs:label "Discharge Air Static Pressure Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Step _:has_Parameter ) ], brick:Air_Static_Pressure_Step_Parameter ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Parameter, tag:Point, tag:Pressure, tag:Static, tag:Step . brick:Discharge_Air_Temperature_Reset_High_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Reset High Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Differential _:has_Reset _:has_Setpoint _:has_High ) ], brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Discharge, tag:High, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Discharge_Air_Temperature_Reset_Low_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Reset Low Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Differential _:has_Reset _:has_Setpoint _:has_Low ) ], brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Discharge, tag:Low, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Discharge_Air_Temperature_Step_Parameter a owl:Class ; rdfs:label "Discharge Air Temperature Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Step _:has_Parameter ) ], brick:Air_Temperature_Step_Parameter ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Parameter, tag:Point, tag:Step, tag:Temperature . brick:Discharge_Air_Velocity_Pressure_Sensor a owl:Class ; rdfs:label "Discharge Air Velocity Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Velocity _:has_Discharge _:has_Air ) ], brick:Velocity_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Velocity_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Point, tag:Pressure, tag:Sensor, tag:Velocity . brick:Discharge_Fan a owl:Class ; rdfs:label "Discharge Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan _:has_Discharge ) ], brick:Fan ; brick:hasAssociatedTag tag:Discharge, tag:Equipment, tag:Fan . brick:Discharge_Fan_Differential_Speed_Setpoint a owl:Class ; rdfs:label "Discharge Fan Differential Speed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Fan _:has_Differential _:has_Speed _:has_Setpoint ) ], brick:Differential_Speed_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Discharge, tag:Fan, tag:Point, tag:Setpoint, tag:Speed . brick:Discharge_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Discharge Water Differential Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Water _:has_Differential _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Differential, tag:Discharge, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Time, tag:Water . brick:Discharge_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Discharge Water Differential Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Water _:has_Differential _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Proportional_Band ; brick:hasAssociatedTag tag:Band, tag:Differential, tag:Discharge, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Water . brick:Discharge_Water_Temperature_Alarm a owl:Class ; rdfs:label "Discharge Water Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Water _:has_Temperature _:has_Alarm ) ], brick:Water_Temperature_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Discharge, tag:Point, tag:Temperature, tag:Water . brick:Discharge_Water_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Discharge Water Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Water _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Proportional_Band_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Band, tag:Discharge, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Temperature, tag:Water . brick:Discharge_Water_Temperature_Sensor a owl:Class ; rdfs:label "Discharge Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Discharge ) ], brick:Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Discharge, tag:Point, tag:Sensor, tag:Temperature, tag:Water . brick:Discharge_Water_Temperature_Setpoint a owl:Class ; rdfs:label "Discharge Water Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Water _:has_Temperature _:has_Setpoint ) ], brick:Water_Temperature_Setpoint ; brick:hasAssociatedTag tag:Discharge, tag:Point, tag:Setpoint, tag:Temperature, tag:Water . brick:Domestic_Hot_Water_Supply_Temperature_Sensor a owl:Class ; rdfs:label "Domestic Hot Water Supply Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Domestic _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Sensor ) ], brick:Hot_Water_Supply_Temperature_Sensor ; brick:hasAssociatedTag tag:Domestic, tag:Hot, tag:Point, tag:Sensor, tag:Supply, tag:Temperature, tag:Water . brick:Domestic_Hot_Water_Supply_Temperature_Setpoint a owl:Class ; rdfs:label "Domestic Hot Water Supply Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Domestic _:has_Hot _:has_Supply _:has_Water _:has_Temperature _:has_Setpoint ) ], brick:Domestic_Hot_Water_Temperature_Setpoint, brick:Supply_Water_Temperature_Setpoint ; brick:hasAssociatedTag tag:Domestic, tag:Hot, tag:Point, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:Domestic_Hot_Water_System_Enable_Command a owl:Class ; rdfs:label "Domestic Hot Water System Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Domestic _:has_Hot _:has_Water _:has_System ) ], brick:Hot_Water_System_Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Domestic, tag:Enable, tag:Hot, tag:Point, tag:System, tag:Water . brick:Domestic_Hot_Water_Valve a owl:Class ; rdfs:label "Domestic Hot Water Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Domestic _:has_Water _:has_Hot _:has_Valve _:has_Heat _:has_Equipment ) ], brick:Domestic_Hot_Water_System, brick:Heating_Valve, brick:Water_Valve ; brick:hasAssociatedTag tag:Domestic, tag:Equipment, tag:Heat, tag:Hot, tag:Valve, tag:Water . brick:Drive_Ready_Status a owl:Class ; rdfs:label "Drive Ready Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Drive [ a owl:Restriction ; owl:hasValue tag:Ready ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Drive, tag:Point, tag:Ready, tag:Status . brick:Dual_Band_Mode_Setpoint a owl:Class ; rdfs:label "Dual Band Mode Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Dual ; owl:onProperty brick:hasTag ] _:has_Band _:has_Mode _:has_Setpoint ) ], brick:Mode_Setpoint ; brick:hasAssociatedTag tag:Band, tag:Dual, tag:Mode, tag:Point, tag:Setpoint . brick:EconCycle_On_Off_Status a owl:Class ; rdfs:label "EconCycle On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Econcycle ; owl:onProperty brick:hasTag ] _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Econcycle, tag:Off, tag:On, tag:Point, tag:Status . brick:Economizer a owl:Class ; rdfs:label "Economizer" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Economizer ) ], brick:HVAC ; skos:definition "Device that, on proper variable sensing, initiates control signals or actions to conserve energy. A control system that reduces the mechanical heating and cooling requirement." ; brick:hasAssociatedTag tag:Economizer, tag:Equipment . brick:Economizer_Damper a owl:Class ; rdfs:label "Economizer Damper" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Damper _:has_Economizer ) ], brick:Damper ; brick:hasAssociatedTag tag:Damper, tag:Economizer, tag:Equipment . brick:Effective_Air_Temperature_Cooling_Setpoint a owl:Class ; rdfs:label "Effective Air Temperature Cooling Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Effective _:has_Air _:has_Cool _:has_Temperature _:has_Setpoint ) ], brick:Cooling_Temperature_Setpoint, brick:Effective_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Effective, tag:Point, tag:Setpoint, tag:Temperature . brick:Effective_Air_Temperature_Heating_Setpoint a owl:Class ; rdfs:label "Effective Air Temperature Heating Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Effective _:has_Air _:has_Heat _:has_Temperature _:has_Setpoint ) ], brick:Effective_Air_Temperature_Setpoint, brick:Heating_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Effective, tag:Heat, tag:Point, tag:Setpoint, tag:Temperature . brick:Elevator a owl:Class ; rdfs:label "Elevator" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Elevator ; owl:onProperty brick:hasTag ] _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Elevator, tag:Equipment . brick:Emergency_Air_Flow_Status a owl:Class ; rdfs:label "Emergency Air Flow Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Air _:has_Flow _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Air, tag:Emergency, tag:Flow, tag:Point, tag:Status . brick:Emergency_Generator_Alarm a owl:Class ; rdfs:label "Emergency Generator Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Generator _:has_Emergency _:has_Alarm ) ], brick:Emergency_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Emergency, tag:Generator, tag:Point . brick:Emergency_Generator_Status a owl:Class ; rdfs:label "Emergency Generator Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Generator _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Emergency, tag:Generator, tag:Point, tag:Status . brick:Emergency_Power_Loss_Alarm a owl:Class ; rdfs:label "Emergency Power Loss Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Power _:has_Loss _:has_Emergency _:has_Alarm ) ], brick:Emergency_Alarm, brick:Power_Loss_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Emergency, tag:Loss, tag:Point, tag:Power . brick:Emergency_Power_Off_Activated_By_High_Temperature_Status a owl:Class ; rdfs:label "Emergency Power Off Activated By High Temperature Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Power _:has_Off _:has_High _:has_Temperature _:has_Status ) ], brick:Emergency_Power_Off_Status ; brick:hasAssociatedTag tag:Emergency, tag:High, tag:Off, tag:Point, tag:Power, tag:Status, tag:Temperature . brick:Emergency_Power_Off_Activated_By_Leak_Detection_System_Status a owl:Class ; rdfs:label "Emergency Power Off Activated By Leak Detection System Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Power _:has_Off _:has_Leak [ a owl:Restriction ; owl:hasValue tag:Detection ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Emergency_Power_Off_Status ; brick:hasAssociatedTag tag:Detection, tag:Emergency, tag:Leak, tag:Off, tag:Point, tag:Power, tag:Status . brick:Emergency_Power_Off_Enable_Status a owl:Class ; rdfs:label "Emergency Power Off Enable Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Power _:has_Off _:has_Enable _:has_Status ) ], brick:Emergency_Power_Off_Status ; brick:hasAssociatedTag tag:Emergency, tag:Enable, tag:Off, tag:Point, tag:Power, tag:Status . brick:Emergency_Power_Off_System a owl:Class ; rdfs:label "Emergency Power Off System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Emergency _:has_Power _:has_Off _:has_Equipment ) ], brick:Electrical_System ; brick:hasAssociatedTag tag:Emergency, tag:Equipment, tag:Off, tag:Power . brick:Emergency_Power_Off_System_Enable_Status a owl:Class ; rdfs:label "Emergency Power Off System Enable Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Power _:has_Off _:has_Enable _:has_Status ) ], brick:Emergency_Power_Off_Status ; brick:hasAssociatedTag tag:Emergency, tag:Enable, tag:Off, tag:Point, tag:Power, tag:Status . brick:Emergency_Push_Button_Status a owl:Class ; rdfs:label "Emergency Push Button Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency [ a owl:Restriction ; owl:hasValue tag:Push ; owl:onProperty brick:hasTag ] [ a owl:Restriction ; owl:hasValue tag:Button ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Button, tag:Emergency, tag:Point, tag:Push, tag:Status . brick:Enable_Differential_Enthalpy_Command a owl:Class ; rdfs:label "Enable Differential Enthalpy Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Differential _:has_Enthalpy ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Differential, tag:Enable, tag:Enthalpy, tag:Point . brick:Enable_Differential_Temperature_Command a owl:Class ; rdfs:label "Enable Differential Temperature Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Differential _:has_Temperature ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Differential, tag:Enable, tag:Point, tag:Temperature . brick:Enable_Fixed_Enthalpy_Command a owl:Class ; rdfs:label "Enable Fixed Enthalpy Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Fixed _:has_Enthalpy ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Enthalpy, tag:Fixed, tag:Point . brick:Enable_Fixed_Temperature_Command a owl:Class ; rdfs:label "Enable Fixed Temperature Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Fixed _:has_Temperature ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Fixed, tag:Point, tag:Temperature . brick:Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Enable Hot Water System Outside Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Hot _:has_Water _:has_System _:has_Outside _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Outside_Air_Temperature_Setpoint ; skos:definition "Enables hot water system when outside air temperature reaches the indicated value" ; brick:hasAssociatedTag tag:Air, tag:Enable, tag:Hot, tag:Outside, tag:Point, tag:Setpoint, tag:System, tag:Temperature, tag:Water . brick:Entering_Water_Temperature_Sensor a owl:Class ; rdfs:label "Entering Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Entering ) ], brick:Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Entering_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Entering, tag:Point, tag:Sensor, tag:Temperature, tag:Water . brick:Entering_Water_Temperature_Setpoint a owl:Class ; rdfs:label "Entering Water Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Entering _:has_Water _:has_Temperature _:has_Setpoint ) ], brick:Water_Temperature_Setpoint ; brick:hasAssociatedTag tag:Entering, tag:Point, tag:Setpoint, tag:Temperature, tag:Water . brick:Enthalpy_Setpoint a owl:Class ; rdfs:label "Enthalpy Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Setpoint _:has_Enthalpy ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Enthalpy, tag:Point, tag:Setpoint . brick:Environment_Box a owl:Class ; rdfs:label "Environment Box" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Environment ; owl:onProperty brick:hasTag ] _:has_Box _:has_Laboratory _:has_Room _:has_Location ) ], brick:Laboratory ; brick:hasAssociatedTag tag:Box, tag:Environment, tag:Laboratory, tag:Location, tag:Room . brick:Evaporative_Heat_Exchanger a owl:Class ; rdfs:label "Evaporative Heat Exchanger" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Evaporative ; owl:onProperty brick:hasTag ] _:has_Equipment _:has_Heat _:has_Exchanger ) ], brick:Heat_Exchanger ; brick:hasAssociatedTag tag:Equipment, tag:Evaporative, tag:Exchanger, tag:Heat . brick:Even_Month_Status a owl:Class ; rdfs:label "Even Month Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Even ; owl:onProperty brick:hasTag ] [ a owl:Restriction ; owl:hasValue tag:Month ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Even, tag:Month, tag:Point, tag:Status . brick:Exhaust_Air_Humidity_Sensor a owl:Class ; rdfs:label "Exhaust Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air _:has_Exhaust ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Exhaust_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Humidity, tag:Point, tag:Sensor . brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint a owl:Class ; rdfs:label "Exhaust Air Stack Flow Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Stack _:has_Flow _:has_Deadband _:has_Setpoint ) ], brick:Air_Flow_Deadband_Setpoint, brick:Exhaust_Air_Stack_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Exhaust, tag:Flow, tag:Point, tag:Setpoint, tag:Stack . brick:Exhaust_Air_Stack_Flow_Integral_Time_Parameter a owl:Class ; rdfs:label "Exhaust Air Stack Flow Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Stack _:has_Flow _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Exhaust_Air_Flow_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Flow, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Stack, tag:Time . brick:Exhaust_Air_Stack_Flow_Proportional_Band_Parameter a owl:Class ; rdfs:label "Exhaust Air Stack Flow Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Stack _:has_Flow _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Exhaust_Air_Flow_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Exhaust, tag:Flow, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Stack . brick:Exhaust_Air_Stack_Flow_Sensor a owl:Class ; rdfs:label "Exhaust Air Stack Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Stack _:has_Flow _:has_Sensor ) ], brick:Exhaust_Air_Flow_Sensor ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Flow, tag:Point, tag:Sensor, tag:Stack . brick:Exhaust_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Exhaust Air Static Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Static _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Static_Pressure_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Exhaust, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Static . brick:Exhaust_Air_Static_Pressure_Setpoint a owl:Class ; rdfs:label "Exhaust Air Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Exhaust_Air_Temperature_Sensor a owl:Class ; rdfs:label "Exhaust Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air _:has_Exhaust ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Exhaust_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Point, tag:Sensor, tag:Temperature . brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class ; rdfs:label "Exhaust Air Velocity Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Velocity _:has_Exhaust _:has_Air ) ], brick:Velocity_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Velocity_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Exhaust_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Point, tag:Pressure, tag:Sensor, tag:Velocity . brick:Exhaust_Damper a owl:Class ; rdfs:label "Exhaust Damper" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Damper _:has_Exhaust ) ], brick:Damper ; brick:hasAssociatedTag tag:Damper, tag:Equipment, tag:Exhaust . brick:Exhaust_Fan a owl:Class ; rdfs:label "Exhaust Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan _:has_Exhaust ) ], brick:Fan ; brick:hasAssociatedTag tag:Equipment, tag:Exhaust, tag:Fan . brick:Exhaust_Fan_Disable_Command a owl:Class ; rdfs:label "Exhaust Fan Disable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Command _:has_Fan _:has_Exhaust ) ], brick:Disable_Command ; brick:hasAssociatedTag tag:Command, tag:Disable, tag:Exhaust, tag:Fan, tag:Point . brick:Exhaust_Fan_Enable_Command a owl:Class ; rdfs:label "Exhaust Fan Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Fan _:has_Exhaust ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Exhaust, tag:Fan, tag:Point . brick:Exhaust_Fan_Fire_Control_Panel_Off_Command a owl:Class ; rdfs:label "Exhaust Fan Fire Control Panel Off Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Fan _:has_Fire _:has_Control _:has_Panel _:has_Off _:has_Command ) ], brick:Off_Command ; brick:hasAssociatedTag tag:Command, tag:Control, tag:Exhaust, tag:Fan, tag:Fire, tag:Off, tag:Panel, tag:Point . brick:Exhaust_Fan_Fire_Control_Panel_On_Command a owl:Class ; rdfs:label "Exhaust Fan Fire Control Panel On Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Fan _:has_Fire _:has_Control _:has_Panel _:has_On _:has_Command ) ], brick:On_Command ; brick:hasAssociatedTag tag:Command, tag:Control, tag:Exhaust, tag:Fan, tag:Fire, tag:On, tag:Panel, tag:Point . brick:Fan_Air_Flow_Setpoint a owl:Class ; rdfs:label "Fan Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fan _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Fan, tag:Flow, tag:Point, tag:Setpoint . brick:Fan_Coil_Unit a owl:Class ; rdfs:label "Fan Coil Unit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan _:has_Coil _:has_Unit ) ], brick:Terminal_Unit ; owl:equivalentClass brick:FCU ; brick:hasAssociatedTag tag:Coil, tag:Equipment, tag:Fan, tag:Unit . brick:Fan_Speed_Reset_Command a owl:Class ; rdfs:label "Fan Speed Reset Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fan _:has_Speed _:has_Reset _:has_Command ) ], brick:Speed_Reset_Command ; brick:hasAssociatedTag tag:Command, tag:Fan, tag:Point, tag:Reset, tag:Speed . brick:Fan_Start_Stop_Status a owl:Class ; rdfs:label "Fan Start Stop Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fan _:has_Start _:has_Stop _:has_Status ) ], brick:Fan_Status, brick:Start_Stop_Status ; brick:hasAssociatedTag tag:Fan, tag:Point, tag:Start, tag:Status, tag:Stop . brick:Fault_Indicator_Status a owl:Class ; rdfs:label "Fault Indicator Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Indicator ; owl:onProperty brick:hasTag ] _:has_Fault _:has_Status ) ], brick:Fault_Status ; brick:hasAssociatedTag tag:Fault, tag:Indicator, tag:Point, tag:Status . brick:Fault_Reset_Command a owl:Class ; rdfs:label "Fault Reset Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fault _:has_Reset _:has_Command ) ], brick:Reset_Command ; brick:hasAssociatedTag tag:Command, tag:Fault, tag:Point, tag:Reset . brick:Filter_Differential_Pressure_Sensor a owl:Class ; rdfs:label "Filter Differential Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Differential _:has_Filter ) ], brick:Differential_Pressure_Sensor ; brick:hasAssociatedTag tag:Differential, tag:Filter, tag:Point, tag:Pressure, tag:Sensor . brick:Filter_Reset_Command a owl:Class ; rdfs:label "Filter Reset Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Filter _:has_Reset _:has_Command ) ], brick:Reset_Command ; brick:hasAssociatedTag tag:Command, tag:Filter, tag:Point, tag:Reset . brick:Fire_Control_Panel a owl:Class ; rdfs:label "Fire Control Panel" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fire _:has_Safety _:has_Panel ) ], brick:Fire_Safety_System ; owl:equivalentClass brick:FCP ; brick:hasAssociatedTag tag:Equipment, tag:Fire, tag:Panel, tag:Safety . brick:Fire_Sensor a owl:Class ; rdfs:label "Fire Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Fire ) ], brick:Sensor ; skos:definition "senses or detects fire" ; brick:hasAssociatedTag tag:Fire, tag:Point, tag:Sensor . brick:Fire_Zone a owl:Class ; rdfs:label "Fire Zone" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fire _:has_Zone _:has_Location ) ], brick:Zone ; brick:hasAssociatedTag tag:Fire, tag:Location, tag:Zone . brick:Floor a owl:Class ; rdfs:label "Floor" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Floor ; owl:onProperty brick:hasTag ] _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Floor, tag:Location . brick:Freeze_Status a owl:Class ; rdfs:label "Freeze Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Freeze _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Freeze, tag:Point, tag:Status . brick:Freezer a owl:Class ; rdfs:label "Freezer" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Freezer ; owl:onProperty brick:hasTag ] _:has_Laboratory _:has_Room _:has_Location ) ], brick:Laboratory ; brick:hasAssociatedTag tag:Freezer, tag:Laboratory, tag:Location, tag:Room . brick:Frost_Sensor a owl:Class ; rdfs:label "Frost Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Frost ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Frost ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Frost, tag:Point, tag:Sensor . brick:Fume_Hood a owl:Class ; rdfs:label "Fume Hood" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fume _:has_Hood ) ], brick:HVAC ; skos:definition "A fume-collection device mounted over a work space, table, or shelf and serving to conduct unwanted gases away from the area enclosed." ; brick:hasAssociatedTag tag:Equipment, tag:Fume, tag:Hood . brick:Fume_Hood_Air_Flow_Sensor a owl:Class ; rdfs:label "Fume Hood Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fume _:has_Hood _:has_Air _:has_Flow _:has_Sensor ) ], brick:Air_Flow_Sensor ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Fume, tag:Hood, tag:Point, tag:Sensor . brick:Furniture a owl:Class ; rdfs:label "Furniture" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Furniture ; owl:onProperty brick:hasTag ] ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Furniture . brick:Gas_Sensor a owl:Class ; rdfs:label "Gas Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Gas ) ], brick:Sensor ; skos:definition "senses or detects gas concentration (other than CO2)" ; brick:hasAssociatedTag tag:Gas, tag:Point, tag:Sensor . brick:HVAC_Zone a owl:Class ; rdfs:label "HVAC Zone" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_HVAC _:has_Zone _:has_Location ) ], brick:Zone ; brick:hasAssociatedTag tag:HVAC, tag:Location, tag:Zone . brick:Hail_Sensor a owl:Class ; rdfs:label "Hail Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Hail ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Hail ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Hail, tag:Point, tag:Sensor . brick:Hand_Auto_Status a owl:Class ; rdfs:label "Hand Auto Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Hand ; owl:onProperty brick:hasTag ] _:has_Auto _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Auto, tag:Hand, tag:Point, tag:Status . brick:Heat_Exchanger_Supply_Water_Temperature_Sensor a owl:Class ; rdfs:label "Heat Exchanger Supply Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Exchanger _:has_Supply _:has_Water _:has_Temperature _:has_Sensor ) ], brick:Water_Temperature_Sensor ; brick:hasAssociatedTag tag:Exchanger, tag:Heat, tag:Point, tag:Sensor, tag:Supply, tag:Temperature, tag:Water . brick:Heat_Exchanger_System_Enable_Status a owl:Class ; rdfs:label "Heat Exchanger System Enable Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Exchanger _:has_System _:has_Enable _:has_Status ) ], brick:Enable_Status, brick:System_Status ; brick:hasAssociatedTag tag:Enable, tag:Exchanger, tag:Heat, tag:Point, tag:Status, tag:System . brick:Heat_Wheel_VFD a owl:Class ; rdfs:label "Heat Wheel VFD" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Heat [ a owl:Restriction ; owl:hasValue tag:Wheel ; owl:onProperty brick:hasTag ] _:has_VFD ) ], brick:VFD ; brick:hasAssociatedTag tag:Equipment, tag:Heat, tag:VFD, tag:Wheel . brick:Heating_Coil a owl:Class ; rdfs:label "Heating Coil" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Coil _:has_Heat ) ], brick:Coil ; brick:hasAssociatedTag tag:Coil, tag:Equipment, tag:Heat . brick:Heating_Command a owl:Class ; rdfs:label "Heating Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Heat, tag:Point . brick:Heating_Demand_Setpoint a owl:Class ; rdfs:label "Heating Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Demand _:has_Setpoint ) ], brick:Demand_Setpoint ; brick:hasAssociatedTag tag:Demand, tag:Heat, tag:Point, tag:Setpoint . brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Heating Discharge Air Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Discharge _:has_Air _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Deadband_Setpoint, brick:Discharge_Air_Temperature_Heating_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Discharge, tag:Heat, tag:Point, tag:Setpoint, tag:Temperature . brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter a owl:Class ; rdfs:label "Heating Discharge Air Temperature Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Discharge _:has_Air _:has_Temperature _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Air_Temperature_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Heat, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Temperature, tag:Time . brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Heating Discharge Air Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Discharge _:has_Air _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Discharge_Air_Temperature_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Discharge, tag:Heat, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Temperature . brick:Heating_On_Off_Status a owl:Class ; rdfs:label "Heating On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Heat, tag:Off, tag:On, tag:Point, tag:Status . brick:Heating_Request_Percent_Setpoint a owl:Class ; rdfs:label "Heating Request Percent Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Request _:has_Percent _:has_Setpoint ) ], brick:Heating_Request_Setpoint ; brick:hasAssociatedTag tag:Heat, tag:Percent, tag:Point, tag:Request, tag:Setpoint . brick:Heating_Supply_Air_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Heating Supply Air Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Supply _:has_Air _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Heating_Temperature_Setpoint, brick:Supply_Air_Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Heat, tag:Point, tag:Setpoint, tag:Supply, tag:Temperature . brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter a owl:Class ; rdfs:label "Heating Supply Air Temperature Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Supply _:has_Air _:has_Temperature _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Air_Temperature_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Heat, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Supply, tag:Temperature, tag:Time . brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Heating Supply Air Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Supply _:has_Air _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Supply_Air_Temperature_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Heat, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Supply, tag:Temperature . brick:Heating_Thermal_Power_Sensor a owl:Class ; rdfs:label "Heating Thermal Power Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Sensor _:has_Power _:has_Thermal ) ], brick:Thermal_Power_Sensor ; brick:hasAssociatedTag tag:Heat, tag:Point, tag:Power, tag:Sensor, tag:Thermal . brick:High_CO2_Alarm a owl:Class ; rdfs:label "High CO2 Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_CO2 _:has_Alarm ) ], brick:CO2_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:CO2, tag:High, tag:Point . brick:High_Discharge_Air_Temperature_Alarm a owl:Class ; rdfs:label "High Discharge Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Discharge _:has_Air _:has_Temperature _:has_Alarm ) ], brick:Discharge_Air_Temperature_Alarm, brick:High_Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Discharge, tag:High, tag:Point, tag:Temperature . brick:High_Head_Pressure_Alarm a owl:Class ; rdfs:label "High Head Pressure Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High [ a owl:Restriction ; owl:hasValue tag:Head ; owl:onProperty brick:hasTag ] _:has_Pressure _:has_Alarm ) ], brick:Pressure_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Head, tag:High, tag:Point, tag:Pressure . brick:High_Humidity_Alarm a owl:Class ; rdfs:label "High Humidity Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Humidity _:has_Alarm ) ], brick:Humidity_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:High, tag:Humidity, tag:Point . brick:High_Humidity_Alarm_Parameter a owl:Class ; rdfs:label "High Humidity Alarm Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Humidity _:has_Alarm _:has_Parameter ) ], brick:Humidity_Parameter ; brick:hasAssociatedTag tag:Alarm, tag:High, tag:Humidity, tag:Parameter, tag:Point . brick:High_Outside_Air_Lockout_Temperature_Differential_Sensor a owl:Class ; rdfs:label "High Outside Air Lockout Temperature Differential Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Outside _:has_Air _:has_Lockout _:has_Temperature _:has_Differential _:has_Sensor ) ], brick:Outside_Air_Lockout_Temperature_Differential_Sensor ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:High, tag:Lockout, tag:Outside, tag:Point, tag:Sensor, tag:Temperature . brick:High_Return_Air_Temperature_Alarm a owl:Class ; rdfs:label "High Return Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Return _:has_Air _:has_Temperature _:has_Alarm ) ], brick:High_Temperature_Alarm, brick:Return_Air_Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:High, tag:Point, tag:Return, tag:Temperature . brick:High_Static_Pressure_Cutout_Setpoint_Limit a owl:Class ; rdfs:label "High Static Pressure Cutout Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Static _:has_Pressure [ a owl:Restriction ; owl:hasValue tag:Cutout ; owl:onProperty brick:hasTag ] _:has_Limit _:has_Setpoint ) ], brick:Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Cutout, tag:High, tag:Limit, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:High_Temperature_Alarm_Parameter a owl:Class ; rdfs:label "High Temperature Alarm Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Temperature _:has_Alarm _:has_Parameter ) ], brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Alarm, tag:High, tag:Parameter, tag:Point, tag:Temperature . brick:High_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; rdfs:label "High Temperature Hot Water Return Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Hot _:has_Water _:has_Return _:has_Temperature _:has_Sensor ) ], brick:Hot_Water_Return_Temperature_Sensor ; brick:hasAssociatedTag tag:High, tag:Hot, tag:Point, tag:Return, tag:Sensor, tag:Temperature, tag:Water . brick:High_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; rdfs:label "High Temperature Hot Water Supply Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Temperature _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Sensor ) ], brick:Hot_Water_Supply_Temperature_Sensor ; brick:hasAssociatedTag tag:High, tag:Hot, tag:Point, tag:Sensor, tag:Supply, tag:Temperature, tag:Water . brick:Highest_Zone_Air_Temperature_Sensor a owl:Class ; rdfs:label "Highest Zone Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Zone _:has_Highest _:has_Air ) ], brick:Zone_Air_Temperature_Sensor ; owl:equivalentClass brick:Warmest_Zone_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Highest, tag:Point, tag:Sensor, tag:Temperature, tag:Zone . brick:Highest_Zone_Cooling_Command a owl:Class ; rdfs:label "Highest Zone Cooling Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Highest _:has_Zone _:has_Cool _:has_Command ) ], brick:Cooling_Command ; brick:hasAssociatedTag tag:Command, tag:Cool, tag:Highest, tag:Point, tag:Zone . brick:Hold_Status a owl:Class ; rdfs:label "Hold Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Hold ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Hold, tag:Point, tag:Status . brick:Hot_Box a owl:Class ; rdfs:label "Hot Box" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Hot _:has_Box _:has_Laboratory _:has_Room _:has_Location ) ], brick:Laboratory ; brick:hasAssociatedTag tag:Box, tag:Hot, tag:Laboratory, tag:Location, tag:Room . brick:Hot_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Hot Water Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Differential_Pressure_Deadband_Setpoint, brick:Hot_Water_Differential_Pressure_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Differential, tag:Hot, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Hot_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Hot Water Differential Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Time, tag:Water . brick:Hot_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class ; rdfs:label "Hot Water Differential Pressure Load Shed Reset Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Reset _:has_Status ) ], brick:Hot_Water_Differential_Pressure_Load_Shed_Status ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Load, tag:Point, tag:Pressure, tag:Reset, tag:Shed, tag:Status, tag:Water . brick:Hot_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Hot Water Differential Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Proportional_Band ; brick:hasAssociatedTag tag:Band, tag:Differential, tag:Hot, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Water . brick:Hot_Water_Discharge_Temperature_Load_Shed_Status a owl:Class ; rdfs:label "Hot Water Discharge Temperature Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Discharge _:has_Temperature _:has_Load _:has_Shed _:has_Status ) ], brick:Load_Shed_Status ; brick:hasAssociatedTag tag:Discharge, tag:Hot, tag:Load, tag:Point, tag:Shed, tag:Status, tag:Temperature, tag:Water . brick:Hot_Water_Flow_Sensor a owl:Class ; rdfs:label "Hot Water Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Water _:has_Hot ) ], brick:Water_Flow_Sensor ; brick:hasAssociatedTag tag:Flow, tag:Hot, tag:Point, tag:Sensor, tag:Water . brick:Hot_Water_Pump a owl:Class ; rdfs:label "Hot Water Pump" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Pump _:has_Hot _:has_Water ) ], brick:Water_Pump ; brick:hasAssociatedTag tag:Equipment, tag:Hot, tag:Pump, tag:Water . brick:Hot_Water_Static_Pressure_Setpoint a owl:Class ; rdfs:label "Hot Water Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Hot, tag:Point, tag:Pressure, tag:Setpoint, tag:Static, tag:Water . brick:Hot_Water_Usage_Sensor a owl:Class ; rdfs:label "Hot Water Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Usage _:has_Hot _:has_Water ) ], brick:Water_Usage_Sensor ; brick:hasAssociatedTag tag:Hot, tag:Point, tag:Sensor, tag:Usage, tag:Water . brick:Humidification_On_Off_Status a owl:Class ; rdfs:label "Humidification On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Humidification ; owl:onProperty brick:hasTag ] _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Humidification, tag:Off, tag:On, tag:Point, tag:Status . brick:Humidifier a owl:Class ; rdfs:label "Humidifier" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Humidifier ) ], brick:HVAC ; brick:hasAssociatedTag tag:Equipment, tag:Humidifier . brick:Humidifier_Fault_Status a owl:Class ; rdfs:label "Humidifier Fault Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Humidifier _:has_Fault _:has_Status ) ], brick:Fault_Status ; brick:hasAssociatedTag tag:Fault, tag:Humidifier, tag:Point, tag:Status . brick:Humidify_Command a owl:Class ; rdfs:label "Humidify Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Humidify ; owl:onProperty brick:hasTag ] _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Humidify, tag:Point . brick:Humidity_Setpoint a owl:Class ; rdfs:label "Humidity Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Humidity _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Humidity, tag:Point, tag:Setpoint . brick:Humidity_Tolerance_Parameter a owl:Class ; rdfs:label "Humidity Tolerance Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Tolerance _:has_Parameter _:has_Humidity ) ], brick:Humidity_Parameter, brick:Tolerance_Parameter ; brick:hasAssociatedTag tag:Humidity, tag:Parameter, tag:Point, tag:Tolerance . brick:Ice_Tank_Leaving_Water_Temperature_Sensor a owl:Class ; rdfs:label "Ice Tank Leaving Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Ice [ a owl:Restriction ; owl:hasValue tag:Tank ; owl:onProperty brick:hasTag ] _:has_Leaving _:has_Water _:has_Temperature _:has_Sensor ) ], brick:Leaving_Water_Temperature_Sensor ; brick:hasAssociatedTag tag:Ice, tag:Leaving, tag:Point, tag:Sensor, tag:Tank, tag:Temperature, tag:Water . brick:Inverter a owl:Class ; rdfs:label "Inverter" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Inverter ; owl:onProperty brick:hasTag ] _:has_Equipment ) ], brick:Electrical_System ; brick:hasAssociatedTag tag:Equipment, tag:Inverter . brick:Isolation_Valve a owl:Class ; rdfs:label "Isolation Valve" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Isolation ; owl:onProperty brick:hasTag ] _:has_Valve _:has_Equipment ) ], brick:Valve ; brick:hasAssociatedTag tag:Equipment, tag:Isolation, tag:Valve . brick:Last_Fault_Code_Status a owl:Class ; rdfs:label "Last Fault Code Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Last ; owl:onProperty brick:hasTag ] _:has_Fault [ a owl:Restriction ; owl:hasValue tag:Code ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Fault_Status ; brick:hasAssociatedTag tag:Code, tag:Fault, tag:Last, tag:Point, tag:Status . brick:Lead_Lag_Command a owl:Class ; rdfs:label "Lead Lag Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Lead _:has_Lag _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Lag, tag:Lead, tag:Point . brick:Lead_Lag_Status a owl:Class ; rdfs:label "Lead Lag Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Lead _:has_Lag _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Lag, tag:Lead, tag:Point, tag:Status . brick:Lead_On_Off_Command a owl:Class ; rdfs:label "Lead On Off Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Lead _:has_On _:has_Off _:has_Command ) ], brick:On_Off_Command ; brick:hasAssociatedTag tag:Command, tag:Lead, tag:Off, tag:On, tag:Point . brick:Leaving_Water_Temperature_Setpoint a owl:Class ; rdfs:label "Leaving Water Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Leaving _:has_Setpoint _:has_Temperature _:has_Water ) ], brick:Water_Temperature_Setpoint ; brick:hasAssociatedTag tag:Leaving, tag:Point, tag:Setpoint, tag:Temperature, tag:Water . brick:Lighting_Zone a owl:Class ; rdfs:label "Lighting Zone" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Lighting _:has_Zone _:has_Location ) ], brick:Zone ; brick:hasAssociatedTag tag:Lighting, tag:Location, tag:Zone . brick:Liquid_Detected_Alarm a owl:Class ; rdfs:label "Liquid Detected Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Liquid _:has_Detected _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Detected, tag:Liquid, tag:Point . brick:Load_Current_Sensor a owl:Class ; rdfs:label "Load Current Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Load _:has_Current _:has_Sensor ) ], brick:Current_Sensor ; brick:hasAssociatedTag tag:Current, tag:Load, tag:Point, tag:Sensor . brick:Locally_On_Off_Status a owl:Class ; rdfs:label "Locally On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Locally ; owl:onProperty brick:hasTag ] _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Locally, tag:Off, tag:On, tag:Point, tag:Status . brick:Lockout_Command a owl:Class ; rdfs:label "Lockout Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Lockout _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Lockout, tag:Point . brick:Louver a owl:Class ; rdfs:label "Louver" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Shade _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Louver ; owl:onProperty brick:hasTag ] ) ], brick:Shading_System ; brick:hasAssociatedTag tag:Equipment, tag:Louver, tag:Shade . brick:Low_Freeze_Protect_Temperature_Parameter a owl:Class ; rdfs:label "Low Freeze Protect Temperature Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Freeze [ a owl:Restriction ; owl:hasValue tag:Protect ; owl:onProperty brick:hasTag ] _:has_Temperature _:has_Parameter ) ], brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Freeze, tag:Low, tag:Parameter, tag:Point, tag:Protect, tag:Temperature . brick:Low_Humidity_Alarm a owl:Class ; rdfs:label "Low Humidity Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Humidity _:has_Alarm ) ], brick:Humidity_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Humidity, tag:Low, tag:Point . brick:Low_Humidity_Alarm_Parameter a owl:Class ; rdfs:label "Low Humidity Alarm Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Humidity _:has_Alarm _:has_Parameter ) ], brick:Humidity_Parameter ; brick:hasAssociatedTag tag:Alarm, tag:Humidity, tag:Low, tag:Parameter, tag:Point . brick:Low_Outside_Air_Lockout_Temperature_Differential_Sensor a owl:Class ; rdfs:label "Low Outside Air Lockout Temperature Differential Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Outside _:has_Air _:has_Lockout _:has_Temperature _:has_Differential _:has_Sensor ) ], brick:Outside_Air_Lockout_Temperature_Differential_Sensor ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Lockout, tag:Low, tag:Outside, tag:Point, tag:Sensor, tag:Temperature . brick:Low_Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class ; rdfs:label "Low Outside Air Temperature Enable Differential Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Outside _:has_Air _:has_Temperature _:has_Enable _:has_Differential _:has_Sensor ) ], brick:Outside_Air_Temperature_Enable_Differential_Sensor ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Enable, tag:Low, tag:Outside, tag:Point, tag:Sensor, tag:Temperature . brick:Low_Outside_Air_Temperature_Enable_Setpoint a owl:Class ; rdfs:label "Low Outside Air Temperature Enable Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Outside _:has_Air _:has_Temperature _:has_Enable _:has_Setpoint ) ], brick:Outside_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Enable, tag:Low, tag:Outside, tag:Point, tag:Setpoint, tag:Temperature . brick:Low_Return_Air_Temperature_Alarm a owl:Class ; rdfs:label "Low Return Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Return _:has_Air _:has_Temperature _:has_Alarm ) ], brick:Low_Temperature_Alarm, brick:Return_Air_Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Low, tag:Point, tag:Return, tag:Temperature . brick:Low_Suction_Pressure_Alarm a owl:Class ; rdfs:label "Low Suction Pressure Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low [ a owl:Restriction ; owl:hasValue tag:Suction ; owl:onProperty brick:hasTag ] _:has_Pressure _:has_Alarm ) ], brick:Pressure_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Low, tag:Point, tag:Pressure, tag:Suction . brick:Low_Temperature_Alarm_Parameter a owl:Class ; rdfs:label "Low Temperature Alarm Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Temperature _:has_Alarm _:has_Parameter ) ], brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Alarm, tag:Low, tag:Parameter, tag:Point, tag:Temperature . brick:Lowest_Exhaust_Air_Static_Pressure_Sensor a owl:Class ; rdfs:label "Lowest Exhaust Air Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Lowest _:has_Exhaust _:has_Air _:has_Static _:has_Pressure _:has_Sensor ) ], brick:Exhaust_Air_Static_Pressure_Sensor ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Lowest, tag:Point, tag:Pressure, tag:Sensor, tag:Static . brick:Lowest_Zone_Air_Temperature_Sensor a owl:Class ; rdfs:label "Lowest Zone Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Zone _:has_Lowest _:has_Air ) ], brick:Zone_Air_Temperature_Sensor ; owl:equivalentClass brick:Coldest_Zone_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Lowest, tag:Point, tag:Sensor, tag:Temperature, tag:Zone . brick:Luminaire a owl:Class ; rdfs:label "Luminaire" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Luminaire _:has_Equipment ) ], brick:Lighting ; brick:hasAssociatedTag tag:Equipment, tag:Luminaire . brick:Luminaire_Driver a owl:Class ; rdfs:label "Luminaire Driver" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Luminaire [ a owl:Restriction ; owl:hasValue tag:Driver ; owl:onProperty brick:hasTag ] _:has_Equipment ) ], brick:Lighting ; brick:hasAssociatedTag tag:Driver, tag:Equipment, tag:Luminaire . brick:Luminance_Alarm a owl:Class ; rdfs:label "Luminance Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Luminance _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Luminance, tag:Point . brick:Luminance_Command a owl:Class ; rdfs:label "Luminance Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Luminance _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Luminance, tag:Point . brick:Luminance_Sensor a owl:Class ; rdfs:label "Luminance Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Luminance ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Luminance ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Luminance, tag:Point, tag:Sensor . brick:Luminance_Setpoint a owl:Class ; rdfs:label "Luminance Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Luminance _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Luminance, tag:Point, tag:Setpoint . brick:Maintenance_Mode_Command a owl:Class ; rdfs:label "Maintenance Mode Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Maintenance _:has_Mode _:has_Command ) ], brick:Mode_Command ; brick:hasAssociatedTag tag:Command, tag:Maintenance, tag:Mode, tag:Point . brick:Maintenance_Required_Alarm a owl:Class ; rdfs:label "Maintenance Required Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Maintenance [ a owl:Restriction ; owl:hasValue tag:Required ; owl:onProperty brick:hasTag ] _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Maintenance, tag:Point, tag:Required . brick:Manual_Auto_Status a owl:Class ; rdfs:label "Manual Auto Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Manual ; owl:onProperty brick:hasTag ] _:has_Auto _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Auto, tag:Manual, tag:Point, tag:Status . brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Max Chilled Water Differential Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint_Limit, brick:Max_Limit ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Max Discharge Air Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Limit, brick:Max_Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Max_Discharge_Air_Temperature_Setpoint_Limit a owl:Class ; rdfs:label "Max Discharge Air Temperature Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Discharge _:has_Air _:has_Temperature _:has_Limit _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Setpoint_Limit, brick:Max_Temperature_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Limit, tag:Max, tag:Point, tag:Setpoint, tag:Temperature . brick:Max_Frequency_Command a owl:Class ; rdfs:label "Max Frequency Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Fequency _:has_Command ) ], brick:Frequency_Command ; brick:hasAssociatedTag tag:Command, tag:Fequency, tag:Max, tag:Point . brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Max Hot Water Differential Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint_Limit, brick:Max_Limit ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Max_Load_Setpoint a owl:Class ; rdfs:label "Max Load Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Load _:has_Parameter _:has_Setpoint ) ], brick:Load_Parameter ; brick:hasAssociatedTag tag:Load, tag:Max, tag:Parameter, tag:Point, tag:Setpoint . brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Occupied Cooling Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Occupied _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Limit, tag:Max, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint . brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Occupied Cooling Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Occupied _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Limit, tag:Max, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Occupied Heating Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Occupied _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Limit, tag:Max, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint . brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Occupied Heating Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Occupied _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Limit, tag:Max, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Max_Position_Setpoint_Limit a owl:Class ; rdfs:label "Max Position Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Position _:has_Limit _:has_Setpoint ) ], brick:Max_Limit, brick:Position_Limit ; brick:hasAssociatedTag tag:Limit, tag:Max, tag:Point, tag:Position, tag:Setpoint . brick:Max_Return_Air_CO2_Setpoint a owl:Class ; rdfs:label "Max Return Air CO2 Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Return _:has_Air _:has_CO2 _:has_Setpoint ) ], brick:Return_Air_CO2_Setpoint ; brick:hasAssociatedTag tag:Air, tag:CO2, tag:Max, tag:Point, tag:Return, tag:Setpoint . brick:Max_Speed_Setpoint_Limit a owl:Class ; rdfs:label "Max Speed Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Speed _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Limit, brick:Speed_Setpoint_Limit ; brick:hasAssociatedTag tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Speed . brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Max Supply Air Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Supply _:has_Air _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Limit, brick:Max_Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static, tag:Supply . brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Unoccupied Cooling Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Unoccupied _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Unoccupied . brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Unoccupied Cooling Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Unoccupied _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply, tag:Unoccupied . brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Unoccupied Heating Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Unoccupied _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Unoccupied . brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Unoccupied Heating Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Unoccupied _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply, tag:Unoccupied . brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class ; rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Reset Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Reset _:has_Status ) ], brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status ; brick:hasAssociatedTag tag:Differential, tag:Load, tag:Medium, tag:Point, tag:Pressure, tag:Reset, tag:Shed, tag:Status, tag:Temperature . brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint a owl:Class ; rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Shed _:has_Load _:has_Setpoint ) ], brick:Load_Shed_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Load, tag:Medium, tag:Point, tag:Pressure, tag:Setpoint, tag:Shed, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Differential_Pressure_Sensor a owl:Class ; rdfs:label "Medium Temperature Hot Water Differential Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Sensor _:has_Pressure _:has_Differential _:has_Water _:has_Hot ) ], brick:Hot_Water_Differential_Pressure_Sensor ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Medium, tag:Point, tag:Pressure, tag:Sensor, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Discharge_Temperature_High_Reset_Setpoint a owl:Class ; rdfs:label "Medium Temperature Hot Water Discharge Temperature High Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Discharge _:has_Temperature _:has_High _:has_Reset _:has_Setpoint ) ], brick:Hot_Water_Supply_Temperature_High_Reset_Setpoint ; brick:hasAssociatedTag tag:Discharge, tag:High, tag:Hot, tag:Medium, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Discharge_Temperature_Low_Reset_Setpoint a owl:Class ; rdfs:label "Medium Temperature Hot Water Discharge Temperature Low Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Discharge _:has_Temperature _:has_Low _:has_Reset _:has_Setpoint ) ], brick:Hot_Water_Supply_Temperature_Low_Reset_Setpoint ; brick:hasAssociatedTag tag:Discharge, tag:Hot, tag:Low, tag:Medium, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ; rdfs:label "Medium Temperature Hot Water Return Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Hot _:has_Water _:has_Return _:has_Temperature _:has_Sensor ) ], brick:Hot_Water_Return_Temperature_Sensor ; brick:hasAssociatedTag tag:Hot, tag:Medium, tag:Point, tag:Return, tag:Sensor, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Supply_Temperature_High_Reset_Setpoint a owl:Class ; rdfs:label "Medium Temperature Hot Water Supply Temperature High Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_High _:has_Reset _:has_Setpoint ) ], brick:Hot_Water_Supply_Temperature_High_Reset_Setpoint ; brick:hasAssociatedTag tag:High, tag:Hot, tag:Medium, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Supply_Temperature_Load_Shed_Setpoint a owl:Class ; rdfs:label "Medium Temperature Hot Water Supply Temperature Load Shed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Supply _:has_Pressure _:has_Shed _:has_Load _:has_Setpoint ) ], brick:Load_Shed_Setpoint ; brick:hasAssociatedTag tag:Hot, tag:Load, tag:Medium, tag:Point, tag:Pressure, tag:Setpoint, tag:Shed, tag:Supply, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Supply_Temperature_Load_Shed_Status a owl:Class ; rdfs:label "Medium Temperature Hot Water Supply Temperature Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Load _:has_Shed _:has_Status ) ], brick:Hot_Water_Supply_Temperature_Load_Shed_Status ; brick:hasAssociatedTag tag:Hot, tag:Load, tag:Medium, tag:Point, tag:Shed, tag:Status, tag:Supply, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Supply_Temperature_Low_Reset_Setpoint a owl:Class ; rdfs:label "Medium Temperature Hot Water Supply Temperature Low Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Low _:has_Reset _:has_Setpoint ) ], brick:Hot_Water_Supply_Temperature_Low_Reset_Setpoint ; brick:hasAssociatedTag tag:Hot, tag:Low, tag:Medium, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:Medium_Temperature_Hot_Water_Supply_Temperature_Sensor a owl:Class ; rdfs:label "Medium Temperature Hot Water Supply Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Sensor ) ], brick:Hot_Water_Supply_Temperature_Sensor ; brick:hasAssociatedTag tag:Hot, tag:Medium, tag:Point, tag:Sensor, tag:Supply, tag:Temperature, tag:Water . brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Min Chilled Water Differential Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint_Limit, brick:Min_Limit ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Min Discharge Air Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Limit, brick:Min_Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Min_Discharge_Air_Temperature_Setpoint_Limit a owl:Class ; rdfs:label "Min Discharge Air Temperature Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Discharge _:has_Air _:has_Temperature _:has_Limit _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Setpoint_Limit, brick:Min_Temperature_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Limit, tag:Min, tag:Point, tag:Setpoint, tag:Temperature . brick:Min_Fresh_Air_Setpoint_Limit a owl:Class ; rdfs:label "Min Fresh Air Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Fresh _:has_Air _:has_Limit _:has_Setpoint ) ], brick:Fresh_Air_Setpoint_Limit, brick:Min_Limit ; brick:hasAssociatedTag tag:Air, tag:Fresh, tag:Limit, tag:Min, tag:Point, tag:Setpoint . brick:Min_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Min Hot Water Differential Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint_Limit, brick:Min_Limit ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Occupied Cooling Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Occupied _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Limit, tag:Min, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint . brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Occupied Cooling Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Occupied _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Limit, tag:Min, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Occupied Heating Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Occupied _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Limit, tag:Min, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint . brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Occupied Heating Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Occupied _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Limit, tag:Min, tag:Occupied, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Min_Outside_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Outside Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Outside _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Limit, tag:Min, tag:Outside, tag:Parameter, tag:Point, tag:Setpoint . brick:Min_Position_Setpoint_Limit a owl:Class ; rdfs:label "Min Position Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Position _:has_Limit _:has_Setpoint ) ], brick:Min_Limit, brick:Position_Limit ; brick:hasAssociatedTag tag:Limit, tag:Min, tag:Point, tag:Position, tag:Setpoint . brick:Min_Speed_Setpoint_Limit a owl:Class ; rdfs:label "Min Speed Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Speed _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Limit, brick:Speed_Setpoint_Limit ; brick:hasAssociatedTag tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Speed . brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Min Supply Air Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Supply _:has_Air _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Limit, brick:Min_Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static, tag:Supply . brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Unoccupied Cooling Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Unoccupied _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Unoccupied . brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Unoccupied Cooling Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Unoccupied _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply, tag:Unoccupied . brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Unoccupied Heating Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Unoccupied _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Unoccupied . brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Unoccupied Heating Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Unoccupied _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply, tag:Unoccupied . brick:Mixed_Air_Filter a owl:Class ; rdfs:label "Mixed Air Filter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Mixed _:has_Air _:has_Filter ) ], brick:Filter ; brick:hasAssociatedTag tag:Air, tag:Equipment, tag:Filter, tag:Mixed . brick:Mixed_Air_Temperature_Sensor a owl:Class ; rdfs:label "Mixed Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air _:has_Mixed ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Mixed_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Mixed, tag:Point, tag:Sensor, tag:Temperature . brick:Mixed_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Mixed Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Mixed _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Mixed, tag:Point, tag:Setpoint, tag:Temperature . brick:Monthly_Energy_Usage_Sensor a owl:Class ; rdfs:label "Monthly Energy Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Energy _:has_Usage _:has_Monthly ) ], brick:Energy_Usage_Sensor ; brick:hasAssociatedTag tag:Energy, tag:Monthly, tag:Point, tag:Sensor, tag:Usage . brick:Monthly_Steam_Usage_Sensor a owl:Class ; rdfs:label "Monthly Steam Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Monthly _:has_Sensor _:has_Usage _:has_Steam ) ], brick:Steam_Usage_Sensor ; brick:hasAssociatedTag tag:Monthly, tag:Point, tag:Sensor, tag:Steam, tag:Usage . brick:Motor_Current_Sensor a owl:Class ; rdfs:label "Motor Current Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Motor _:has_Current _:has_Sensor ) ], brick:Current_Sensor ; brick:hasAssociatedTag tag:Current, tag:Motor, tag:Point, tag:Sensor . brick:Motor_Direction_Status a owl:Class ; rdfs:label "Motor Direction Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Motor _:has_Direction _:has_Status ) ], brick:Direction_Status ; brick:hasAssociatedTag tag:Direction, tag:Motor, tag:Point, tag:Status . brick:Motor_Speed_Sensor a owl:Class ; rdfs:label "Motor Speed Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Motor _:has_Speed _:has_Sensor ) ], brick:Speed_Sensor ; brick:hasAssociatedTag tag:Motor, tag:Point, tag:Sensor, tag:Speed . brick:Motor_Start_Stop_Status a owl:Class ; rdfs:label "Motor Start Stop Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Motor _:has_Start _:has_Stop _:has_Status ) ], brick:Start_Stop_Status ; brick:hasAssociatedTag tag:Motor, tag:Point, tag:Start, tag:Status, tag:Stop . brick:Motor_Torque_Sensor a owl:Class ; rdfs:label "Motor Torque Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Motor _:has_Torque _:has_Sensor ) ], brick:Torque_Sensor ; brick:hasAssociatedTag tag:Motor, tag:Point, tag:Sensor, tag:Torque . brick:No_Water_Alarm a owl:Class ; rdfs:label "No Water Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:No ; owl:onProperty brick:hasTag ] _:has_Water _:has_Alarm ) ], brick:Water_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:No, tag:Point, tag:Water . brick:Occupancy_Command a owl:Class ; rdfs:label "Occupancy Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupancy _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Occupancy, tag:Point . brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Occupied Cooling Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Cooling_Discharge_Air_Flow_Setpoint, brick:Occupied_Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Occupied, tag:Point, tag:Setpoint . brick:Occupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class ; rdfs:label "Occupied Cooling Supply Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Cooling_Supply_Air_Flow_Setpoint, brick:Occupied_Supply_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Occupied, tag:Point, tag:Setpoint, tag:Supply . brick:Occupied_Cooling_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Occupied Cooling Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Cool _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Cooling_Temperature_Setpoint, brick:Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Cool, tag:Deadband, tag:Occupied, tag:Point, tag:Setpoint, tag:Temperature . brick:Occupied_Heating_Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Occupied Heating Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Heating_Discharge_Air_Flow_Setpoint, brick:Occupied_Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Occupied, tag:Point, tag:Setpoint . brick:Occupied_Heating_Supply_Air_Flow_Setpoint a owl:Class ; rdfs:label "Occupied Heating Supply Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Heating_Supply_Air_Flow_Setpoint, brick:Occupied_Supply_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Occupied, tag:Point, tag:Setpoint, tag:Supply . brick:Occupied_Heating_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Occupied Heating Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Heat _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Heating_Temperature_Setpoint, brick:Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Heat, tag:Occupied, tag:Point, tag:Setpoint, tag:Temperature . brick:Occupied_Mode_Setpoint a owl:Class ; rdfs:label "Occupied Mode Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Mode _:has_Setpoint ) ], brick:Mode_Setpoint ; brick:hasAssociatedTag tag:Mode, tag:Occupied, tag:Point, tag:Setpoint . brick:Occupied_Mode_Status a owl:Class ; rdfs:label "Occupied Mode Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Mode _:has_Status ) ], brick:Mode_Status ; brick:hasAssociatedTag tag:Mode, tag:Occupied, tag:Point, tag:Status . brick:On_Timer_Sensor a owl:Class ; rdfs:label "On Timer Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_On [ a owl:Restriction ; owl:hasValue tag:Timer ; owl:onProperty brick:hasTag ] _:has_Sensor ) ], brick:Duration_Sensor ; brick:hasAssociatedTag tag:On, tag:Point, tag:Sensor, tag:Timer . brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Open Heating Valve Outside Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Open ; owl:onProperty brick:hasTag ] _:has_Heat _:has_Valve _:has_Outside _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Heating_Temperature_Setpoint, brick:Outside_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Heat, tag:Open, tag:Outside, tag:Point, tag:Setpoint, tag:Temperature, tag:Valve . brick:Output_Frequency_Sensor a owl:Class ; rdfs:label "Output Frequency Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Output _:has_Frequency _:has_Sensor ) ], brick:Frequency_Sensor ; brick:hasAssociatedTag tag:Frequency, tag:Output, tag:Point, tag:Sensor . brick:Output_Voltage_Sensor a owl:Class ; rdfs:label "Output Voltage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Output _:has_Voltage _:has_Sensor ) ], brick:Voltage_Sensor ; brick:hasAssociatedTag tag:Output, tag:Point, tag:Sensor, tag:Voltage . brick:Outside a owl:Class ; rdfs:label "Outside" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Outside _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Location, tag:Outside . brick:Outside_Air_CO2_Sensor a owl:Class ; rdfs:label "Outside Air CO2 Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_CO2 _:has_Sensor ) ], brick:CO2_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:CO2 ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:CO2, tag:Outside, tag:Point, tag:Sensor . brick:Outside_Air_Dewpoint_Sensor a owl:Class ; rdfs:label "Outside Air Dewpoint Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Dewpoint _:has_Air _:has_Outside ) ], brick:Dewpoint_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Dewpoint ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Dewpoint, tag:Outside, tag:Point, tag:Sensor . brick:Outside_Air_Enthalpy_Sensor a owl:Class ; rdfs:label "Outside Air Enthalpy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Enthalpy _:has_Sensor ) ], brick:Air_Enthalpy_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Enthalpy ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Enthalpy, tag:Outside, tag:Point, tag:Sensor . brick:Outside_Air_Flow_Sensor a owl:Class ; rdfs:label "Outside Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air _:has_Outside ) ], brick:Air_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Outside, tag:Point, tag:Sensor . brick:Outside_Air_Flow_Setpoint a owl:Class ; rdfs:label "Outside Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Outside, tag:Point, tag:Setpoint . brick:Outside_Air_Grains_Sensor a owl:Class ; rdfs:label "Outside Air Grains Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Grains _:has_Sensor ) ], brick:Air_Grains_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Grains ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Grains, tag:Outside, tag:Point, tag:Sensor . brick:Outside_Air_Humidity_Sensor a owl:Class ; rdfs:label "Outside Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air _:has_Outside ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Humidity, tag:Outside, tag:Point, tag:Sensor . brick:Outside_Air_Lockout_Temperature_Setpoint a owl:Class ; rdfs:label "Outside Air Lockout Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Lockout _:has_Temperature _:has_Setpoint ) ], brick:Outside_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Lockout, tag:Outside, tag:Point, tag:Setpoint, tag:Temperature . brick:Outside_Air_Temperature_High_Reset_Setpoint a owl:Class ; rdfs:label "Outside Air Temperature High Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Temperature _:has_High _:has_Reset _:has_Setpoint ) ], brick:Temperature_High_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:High, tag:Outside, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Outside_Air_Temperature_Low_Reset_Setpoint a owl:Class ; rdfs:label "Outside Air Temperature Low Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Temperature _:has_Low _:has_Reset _:has_Setpoint ) ], brick:Temperature_Low_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Low, tag:Outside, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Outside_Damper a owl:Class ; rdfs:label "Outside Damper" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Damper _:has_Outside ) ], brick:Damper ; brick:hasAssociatedTag tag:Damper, tag:Equipment, tag:Outside . brick:Outside_Illuminance_Sensor a owl:Class ; rdfs:label "Outside Illuminance Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Illuminance _:has_Outside ) ], brick:Illuminance_Sensor ; brick:hasAssociatedTag tag:Illuminance, tag:Outside, tag:Point, tag:Sensor . brick:Overload_Alarm a owl:Class ; rdfs:label "Overload Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Overload ; owl:onProperty brick:hasTag ] _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Overload, tag:Point . brick:Overridden_Off_Status a owl:Class ; rdfs:label "Overridden Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Overridden _:has_Off _:has_Status ) ], brick:Off_Status, brick:Overridden_Status ; brick:hasAssociatedTag tag:Off, tag:Overridden, tag:Point, tag:Status . brick:Overridden_On_Status a owl:Class ; rdfs:label "Overridden On Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Overridden _:has_On _:has_Status ) ], brick:On_Status, brick:Overridden_Status ; brick:hasAssociatedTag tag:On, tag:Overridden, tag:Point, tag:Status . brick:PIR_Sensor a owl:Class ; rdfs:label "PIR Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor [ a owl:Restriction ; owl:hasValue tag:PIR ; owl:onProperty brick:hasTag ] ) ], brick:Motion_Sensor, brick:Occupancy_Sensor ; brick:hasAssociatedTag tag:PIR, tag:Pir, tag:Point, tag:Sensor . brick:Peak_Power_Demand_Sensor a owl:Class ; rdfs:label "Peak Power Demand Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Peak _:has_Power _:has_Demand _:has_Sensor _:has_Electrical ) ], brick:Demand_Sensor, brick:Electrical_Power_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Peak_Power ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Demand, tag:Electrical, tag:Peak, tag:Point, tag:Power, tag:Sensor . brick:Photovoltaic_Current_Output_Sensor a owl:Class ; rdfs:label "Photovoltaic Current Output Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Photovoltaic ; owl:onProperty brick:hasTag ] _:has_Current _:has_Output _:has_Sensor ) ], brick:Current_Output_Sensor ; owl:equivalentClass brick:PV_Current_Output_Sensor ; brick:hasAssociatedTag tag:Current, tag:Output, tag:Photovoltaic, tag:Point, tag:Sensor . brick:Piezoelectric_Sensor a owl:Class ; rdfs:label "Piezoelectric Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor [ a owl:Restriction ; owl:hasValue tag:Piezoelectric ; owl:onProperty brick:hasTag ] ) ], brick:Sensor ; brick:hasAssociatedTag tag:Piezoelectric, tag:Point, tag:Sensor . brick:PlugStrip a owl:Class ; rdfs:label "PlugStrip" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:PlugStrip ; owl:onProperty brick:hasTag ] _:has_Equipment ) ], brick:Electrical_System ; brick:hasAssociatedTag tag:Equipment, tag:PlugStrip . brick:Pre_Filter_Status a owl:Class ; rdfs:label "Pre Filter Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Pre ; owl:onProperty brick:hasTag ] _:has_Filter _:has_Status ) ], brick:Filter_Status ; brick:hasAssociatedTag tag:Filter, tag:Point, tag:Pre, tag:Status . brick:Preheat_Demand_Setpoint a owl:Class ; rdfs:label "Preheat Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Preheat _:has_Demand _:has_Setpoint ) ], brick:Demand_Setpoint ; brick:hasAssociatedTag tag:Demand, tag:Point, tag:Preheat, tag:Setpoint . brick:Preheat_Discharge_Air_Temperature_Sensor a owl:Class ; rdfs:label "Preheat Discharge Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Preheat _:has_Discharge _:has_Air _:has_Temperature _:has_Sensor ) ], brick:Discharge_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Point, tag:Preheat, tag:Sensor, tag:Temperature . brick:Preheat_Hot_Water_Valve a owl:Class ; rdfs:label "Preheat Hot Water Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Preheat _:has_Water _:has_Hot _:has_Valve _:has_Heat _:has_Equipment ) ], brick:Heating_Valve, brick:Hot_Water_System, brick:Water_Valve ; brick:hasAssociatedTag tag:Equipment, tag:Heat, tag:Hot, tag:Preheat, tag:Valve, tag:Water . brick:Preheat_Supply_Air_Temperature_Sensor a owl:Class ; rdfs:label "Preheat Supply Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Preheat _:has_Supply _:has_Air _:has_Temperature _:has_Sensor ) ], brick:Supply_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Preheat, tag:Sensor, tag:Supply, tag:Temperature . brick:Preheat_Valve_VFD a owl:Class ; rdfs:label "Preheat Valve VFD" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Preheat _:has_VFD ) ], brick:VFD ; brick:hasAssociatedTag tag:Equipment, tag:Preheat, tag:VFD . brick:Pump_Command a owl:Class ; rdfs:label "Pump Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Pump _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Pump . brick:Pump_Start_Stop_Status a owl:Class ; rdfs:label "Pump Start Stop Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Pump _:has_Start _:has_Stop _:has_Status ) ], brick:Start_Stop_Status ; brick:hasAssociatedTag tag:Point, tag:Pump, tag:Start, tag:Status, tag:Stop . brick:Rain_Duration_Sensor a owl:Class ; rdfs:label "Rain Duration Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Rain _:has_Duration ) ], brick:Duration_Sensor, brick:Rain_Sensor ; brick:hasAssociatedTag tag:Duration, tag:Point, tag:Rain, tag:Sensor . brick:Rated_Speed_Setpoint a owl:Class ; rdfs:label "Rated Speed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Rated ; owl:onProperty brick:hasTag ] _:has_Speed _:has_Setpoint ) ], brick:Speed_Setpoint ; brick:hasAssociatedTag tag:Point, tag:Rated, tag:Setpoint, tag:Speed . brick:Reactive_Power_Sensor a owl:Class ; rdfs:label "Reactive Power Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Power [ a owl:Restriction ; owl:hasValue tag:Reactive ; owl:onProperty brick:hasTag ] _:has_Electrical ) ], brick:Electrical_Power_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Reactive_Power ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Electrical, tag:Point, tag:Power, tag:Reactive, tag:Sensor . brick:Reheat_Valve a owl:Class ; rdfs:label "Reheat Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Valve _:has_Reheat _:has_Heat _:has_Equipment ) ], brick:Heating_Valve ; brick:hasAssociatedTag tag:Equipment, tag:Heat, tag:Reheat, tag:Valve . brick:Relative_Humidity_Sensor a owl:Class ; rdfs:label "Relative Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air [ a owl:Restriction ; owl:hasValue tag:Relative ; owl:onProperty brick:hasTag ] ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Relative_Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Humidity, tag:Point, tag:Relative, tag:Sensor . brick:Remotely_On_Off_Status a owl:Class ; rdfs:label "Remotely On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Remotely ; owl:onProperty brick:hasTag ] _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Off, tag:On, tag:Point, tag:Remotely, tag:Status . brick:Return_Air_CO2_Sensor a owl:Class ; rdfs:label "Return Air CO2 Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Return _:has_Air _:has_CO2 _:has_Sensor ) ], brick:CO2_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:CO2 ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:CO2, tag:Point, tag:Return, tag:Sensor . brick:Return_Air_Dewpoint_Sensor a owl:Class ; rdfs:label "Return Air Dewpoint Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Dewpoint _:has_Air _:has_Return ) ], brick:Dewpoint_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Dewpoint ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Dewpoint, tag:Point, tag:Return, tag:Sensor . brick:Return_Air_Enthalpy_Sensor a owl:Class ; rdfs:label "Return Air Enthalpy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Return _:has_Air _:has_Enthalpy _:has_Sensor ) ], brick:Air_Enthalpy_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Enthalpy ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Enthalpy, tag:Point, tag:Return, tag:Sensor . brick:Return_Air_Flow_Sensor a owl:Class ; rdfs:label "Return Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air _:has_Return ) ], brick:Air_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Point, tag:Return, tag:Sensor . brick:Return_Air_Grains_Sensor a owl:Class ; rdfs:label "Return Air Grains Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Return _:has_Air _:has_Grains _:has_Sensor ) ], brick:Air_Grains_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Grains ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Grains, tag:Point, tag:Return, tag:Sensor . brick:Return_Air_Humidity_Sensor a owl:Class ; rdfs:label "Return Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air _:has_Return ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Humidity, tag:Point, tag:Return, tag:Sensor . brick:Return_Air_Temperature_Sensor a owl:Class ; rdfs:label "Return Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air _:has_Return ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Return_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Return, tag:Sensor, tag:Temperature . brick:Return_Damper a owl:Class ; rdfs:label "Return Damper" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Damper _:has_Return ) ], brick:Damper ; brick:hasAssociatedTag tag:Damper, tag:Equipment, tag:Return . brick:Return_Fan a owl:Class ; rdfs:label "Return Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan _:has_Return ) ], brick:Fan ; brick:hasAssociatedTag tag:Equipment, tag:Fan, tag:Return . brick:Return_Fan_Differential_Speed_Setpoint a owl:Class ; rdfs:label "Return Fan Differential Speed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Return _:has_Fan _:has_Differential _:has_Speed _:has_Setpoint ) ], brick:Differential_Speed_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Fan, tag:Point, tag:Return, tag:Setpoint, tag:Speed . brick:Return_Heating_Valve a owl:Class ; rdfs:label "Return Heating Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Valve _:has_Return _:has_Heat _:has_Equipment ) ], brick:Heating_Valve ; skos:definition "A valve installed on the return side of a heat exchanger" ; brick:hasAssociatedTag tag:Equipment, tag:Heat, tag:Return, tag:Valve . brick:Roof a owl:Class ; rdfs:label "Roof" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Roof ; owl:onProperty brick:hasTag ] _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Location, tag:Roof . brick:Room_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Room Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Room _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Room, tag:Setpoint, tag:Temperature . brick:Run_Enable_Command a owl:Class ; rdfs:label "Run Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Run ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Point, tag:Run . brick:Run_Enable_Status a owl:Class ; rdfs:label "Run Enable Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Run _:has_Enable _:has_Status ) ], brick:Enable_Status, brick:Run_Status ; brick:hasAssociatedTag tag:Enable, tag:Point, tag:Run, tag:Status . brick:Run_Request_Command a owl:Class ; rdfs:label "Run Request Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Run _:has_Request _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Request, tag:Run . brick:Run_Request_Status a owl:Class ; rdfs:label "Run Request Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Request _:has_Run _:has_Status ) ], brick:Run_Status ; brick:hasAssociatedTag tag:Point, tag:Request, tag:Run, tag:Status . brick:Run_Time_Sensor a owl:Class ; rdfs:label "Run Time Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Run _:has_Time _:has_Sensor ) ], brick:Duration_Sensor ; brick:hasAssociatedTag tag:Point, tag:Run, tag:Sensor, tag:Time . brick:Sash_Position_Sensor a owl:Class ; rdfs:label "Sash Position Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Sash ; owl:onProperty brick:hasTag ] _:has_Position _:has_Sensor ) ], brick:Position_Sensor ; brick:hasAssociatedTag tag:Point, tag:Position, tag:Sash, tag:Sensor . brick:Schedule_Temperature_Setpoint a owl:Class ; rdfs:label "Schedule Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Setpoint [ a owl:Restriction ; owl:hasValue tag:Schedule ; owl:onProperty brick:hasTag ] ) ], brick:Temperature_Setpoint ; skos:definition "The current setpoint as indicated by the schedule" ; brick:hasAssociatedTag tag:Point, tag:Schedule, tag:Setpoint, tag:Temperature . brick:Server_Room a owl:Class ; rdfs:label "Server Room" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Server ; owl:onProperty brick:hasTag ] _:has_Room _:has_Location ) ], brick:Room ; brick:hasAssociatedTag tag:Location, tag:Room, tag:Server . brick:Short_Cycle_Alarm a owl:Class ; rdfs:label "Short Cycle Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Short ; owl:onProperty brick:hasTag ] _:has_Cycle _:has_Alarm ) ], brick:Cycle_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Cycle, tag:Point, tag:Short . brick:Solar_Azimuth_Angle_Sensor a owl:Class ; rdfs:label "Solar Azimuth Angle Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Solar [ a owl:Restriction ; owl:hasValue tag:Azimuth ; owl:onProperty brick:hasTag ] _:has_Angle _:has_Sensor ) ], brick:Angle_Sensor ; brick:hasAssociatedTag tag:Angle, tag:Azimuth, tag:Point, tag:Sensor, tag:Solar . brick:Solar_Panel a owl:Class ; rdfs:label "Solar Panel" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Solar _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Solar . brick:Solar_Radiance_Sensor a owl:Class ; rdfs:label "Solar Radiance Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor [ a owl:Restriction ; owl:hasValue tag:Radiance ; owl:onProperty brick:hasTag ] _:has_Solar ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Solar_Radiance ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Radiance, tag:Sensor, tag:Solar . brick:Solar_Zenith_Angle_Sensor a owl:Class ; rdfs:label "Solar Zenith Angle Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Solar [ a owl:Restriction ; owl:hasValue tag:Zenith ; owl:onProperty brick:hasTag ] _:has_Angle _:has_Sensor ) ], brick:Angle_Sensor ; brick:hasAssociatedTag tag:Angle, tag:Point, tag:Sensor, tag:Solar, tag:Zenith . brick:Space a owl:Class ; rdfs:label "Space" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Space _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Location, tag:Space . brick:Space_Heater a owl:Class ; rdfs:label "Space Heater" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Space [ a owl:Restriction ; owl:hasValue tag:Heater ; owl:onProperty brick:hasTag ] ) ], brick:HVAC ; skos:definition "A heater used to warm the air in an enclosed area, such as a room or office" ; brick:hasAssociatedTag tag:Equipment, tag:Heater, tag:Space . brick:Speed_Status a owl:Class ; rdfs:label "Speed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Speed _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Point, tag:Speed, tag:Status . brick:Stages_Status a owl:Class ; rdfs:label "Stages Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Stages ; owl:onProperty brick:hasTag ] _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Point, tag:Stages, tag:Status . brick:Standby_CRAC a owl:Class ; rdfs:label "Standby CRAC" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_CRAC _:has_Standby ) ], brick:CRAC ; brick:hasAssociatedTag tag:CRAC, tag:Equipment, tag:Standby . brick:Standby_Fan a owl:Class ; rdfs:label "Standby Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan _:has_Standby ) ], brick:Fan ; brick:hasAssociatedTag tag:Equipment, tag:Fan, tag:Standby . brick:Standby_Glycool_Unit_On_Off_Status a owl:Class ; rdfs:label "Standby Glycool Unit On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Standby [ a owl:Restriction ; owl:hasValue tag:Glycool ; owl:onProperty brick:hasTag ] _:has_Unit _:has_On _:has_Off _:has_Status ) ], brick:Standby_Unit_On_Off_Status ; brick:hasAssociatedTag tag:Glycool, tag:Off, tag:On, tag:Point, tag:Standby, tag:Status, tag:Unit . brick:Start_Stop_Command a owl:Class ; rdfs:label "Start Stop Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Start _:has_Stop _:has_Command ) ], brick:On_Off_Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Start, tag:Stop . brick:Steam_On_Off_Command a owl:Class ; rdfs:label "Steam On Off Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Steam _:has_On _:has_Off _:has_Command ) ], brick:On_Off_Command ; brick:hasAssociatedTag tag:Command, tag:Off, tag:On, tag:Point, tag:Steam . brick:Steam_System a owl:Class ; rdfs:label "Steam System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Steam _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Steam . brick:Supply_Air_Duct_Pressure_Status a owl:Class ; rdfs:label "Supply Air Duct Pressure Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Duct _:has_Pressure _:has_Status ) ], brick:Pressure_Status ; brick:hasAssociatedTag tag:Air, tag:Duct, tag:Point, tag:Pressure, tag:Status, tag:Supply . brick:Supply_Air_Flow_Demand_Setpoint a owl:Class ; rdfs:label "Supply Air Flow Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Flow _:has_Demand _:has_Setpoint ) ], brick:Air_Flow_Demand_Setpoint, brick:Supply_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Demand, tag:Flow, tag:Point, tag:Setpoint, tag:Supply . brick:Supply_Air_Humidity_Sensor a owl:Class ; rdfs:label "Supply Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air _:has_Supply ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Humidity, tag:Point, tag:Sensor, tag:Supply . brick:Supply_Air_Integral_Gain_Parameter a owl:Class ; rdfs:label "Supply Air Integral Gain Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Integral _:has_Gain _:has_Parameter _:has_PID ) ], brick:Integral_Gain_Parameter ; brick:hasAssociatedTag tag:Air, tag:Gain, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Supply . brick:Supply_Air_Proportional_Gain_Parameter a owl:Class ; rdfs:label "Supply Air Proportional Gain Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Gain _:has_Proportional _:has_Supply _:has_Air ) ], brick:Proportional_Gain_Parameter ; brick:hasAssociatedTag tag:Air, tag:Gain, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Supply . brick:Supply_Air_Static_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Supply Air Static Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Static _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Static_Pressure_Deadband_Setpoint, brick:Supply_Air_Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Point, tag:Pressure, tag:Setpoint, tag:Static, tag:Supply . brick:Supply_Air_Static_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Supply Air Static Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Static _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Static_Pressure_Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Static, tag:Supply, tag:Time . brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Supply Air Static Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Static _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Static_Pressure_Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Static, tag:Supply . brick:Supply_Air_Static_Pressure_Sensor a owl:Class ; rdfs:label "Supply Air Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Static _:has_Air _:has_Supply ) ], brick:Static_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Static_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Pressure, tag:Sensor, tag:Static, tag:Supply . brick:Supply_Air_Temperature_Alarm a owl:Class ; rdfs:label "Supply Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_Alarm ) ], brick:Air_Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Point, tag:Supply, tag:Temperature . brick:Supply_Air_Temperature_Reset_Differential_Setpoint a owl:Class ; rdfs:label "Supply Air Temperature Reset Differential Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_Differential _:has_Reset _:has_Setpoint ) ], brick:Temperature_Differential_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature . brick:Supply_Air_Temperature_Reset_High_Setpoint a owl:Class ; rdfs:label "Supply Air Temperature Reset High Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_High _:has_Reset _:has_Setpoint ) ], brick:Temperature_High_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:High, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature . brick:Supply_Air_Temperature_Reset_Low_Setpoint a owl:Class ; rdfs:label "Supply Air Temperature Reset Low Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_Low _:has_Reset _:has_Setpoint ) ], brick:Temperature_Low_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Low, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature . brick:Supply_Air_Temperature_Step_Parameter a owl:Class ; rdfs:label "Supply Air Temperature Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_Step _:has_Parameter ) ], brick:Air_Temperature_Step_Parameter ; brick:hasAssociatedTag tag:Air, tag:Parameter, tag:Point, tag:Step, tag:Supply, tag:Temperature . brick:Supply_Air_Velocity_Pressure_Sensor a owl:Class ; rdfs:label "Supply Air Velocity Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Velocity _:has_Supply _:has_Air ) ], brick:Velocity_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Velocity_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Pressure, tag:Sensor, tag:Supply, tag:Velocity . brick:Supply_Fan_Differential_Speed_Setpoint a owl:Class ; rdfs:label "Supply Fan Differential Speed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Fan _:has_Differential _:has_Speed _:has_Setpoint ) ], brick:Differential_Speed_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Fan, tag:Point, tag:Setpoint, tag:Speed, tag:Supply . brick:Supply_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Supply Water Differential Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Differential _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Integral_Time_Parameter, brick:Integral_Time_Parameter ; brick:hasAssociatedTag tag:Differential, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Supply, tag:Time, tag:Water . brick:Supply_Water_Differential_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Supply Water Differential Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Differential _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Differential_Pressure_Proportional_Band ; brick:hasAssociatedTag tag:Band, tag:Differential, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Supply, tag:Water . brick:Supply_Water_Temperature_Alarm a owl:Class ; rdfs:label "Supply Water Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Temperature _:has_Alarm ) ], brick:Water_Temperature_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Supply, tag:Temperature, tag:Water . brick:Supply_Water_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Supply Water Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Supply_Water_Temperature_Setpoint, brick:Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Point, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:Supply_Water_Temperature_Integral_Time_Parameter a owl:Class ; rdfs:label "Supply Water Temperature Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Temperature _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Integral_Time_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Supply, tag:Temperature, tag:Time, tag:Water . brick:Supply_Water_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Supply Water Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Proportional_Band_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Band, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Supply, tag:Temperature, tag:Water . brick:System_Mode_Status a owl:Class ; rdfs:label "System Mode Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_System _:has_Mode _:has_Status ) ], brick:Mode_Status, brick:System_Status ; brick:hasAssociatedTag tag:Mode, tag:Point, tag:Status, tag:System . brick:System_Shutdown_Status a owl:Class ; rdfs:label "System Shutdown Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_System _:has_Shutdown _:has_Status ) ], brick:Status, brick:System_Status ; brick:hasAssociatedTag tag:Point, tag:Shutdown, tag:Status, tag:System . brick:Temperature_Adjust_Sensor a owl:Class ; rdfs:label "Temperature Adjust Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Adjust _:has_Temperature ) ], brick:Adjust_Sensor ; brick:hasAssociatedTag tag:Adjust, tag:Point, tag:Sensor, tag:Temperature . brick:Temperature_Tolerance_Parameter a owl:Class ; rdfs:label "Temperature Tolerance Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Tolerance _:has_Parameter _:has_Temperature ) ], brick:Temperature_Parameter, brick:Tolerance_Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Temperature, tag:Tolerance . brick:Temporary_Occupancy_Status a owl:Class ; rdfs:label "Temporary Occupancy Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Temporary ; owl:onProperty brick:hasTag ] _:has_Occupancy _:has_Status ) ], brick:Occupancy_Status ; brick:hasAssociatedTag tag:Occupancy, tag:Point, tag:Status, tag:Temporary . brick:Thermal_Energy_Storage_Discharge_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Thermal Energy Storage Discharge Water Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Thermal _:has_Energy _:has_Storage _:has_Discharge _:has_Water _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Discharge_Water_Differential_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Differential, tag:Discharge, tag:Energy, tag:Point, tag:Pressure, tag:Setpoint, tag:Storage, tag:Thermal, tag:Water . brick:Thermal_Energy_Storage_Supply_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Thermal Energy Storage Supply Water Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Thermal _:has_Energy _:has_Storage _:has_Supply _:has_Water _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Supply_Water_Differential_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Differential, tag:Energy, tag:Point, tag:Pressure, tag:Setpoint, tag:Storage, tag:Supply, tag:Thermal, tag:Water . brick:Thermostat a owl:Class ; rdfs:label "Thermostat" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Thermostat ; owl:onProperty brick:hasTag ] ) ], brick:HVAC ; skos:definition "An automatic control device used to maintain temperature at a fixed or adjustable setpoint." ; brick:hasAssociatedTag tag:Equipment, tag:Thermostat . brick:Today_Peak_Energy_Sensor a owl:Class ; rdfs:label "Today Peak Energy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Energy _:has_Today _:has_Peak ) ], brick:Energy_Sensor ; brick:hasAssociatedTag tag:Energy, tag:Peak, tag:Point, tag:Sensor, tag:Today . brick:Today_Steam_Usage_Sensor a owl:Class ; rdfs:label "Today Steam Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Today _:has_Sensor _:has_Usage _:has_Steam ) ], brick:Steam_Usage_Sensor ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Steam, tag:Today, tag:Usage . brick:Touchpanel a owl:Class ; rdfs:label "Touchpanel" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Interface [ a owl:Restriction ; owl:hasValue tag:Touchpanel ; owl:onProperty brick:hasTag ] ) ], brick:Interface ; brick:hasAssociatedTag tag:Equipment, tag:Interface, tag:Touchpanel . brick:Trace_Heat_Sensor a owl:Class ; rdfs:label "Trace Heat Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Trace ; owl:onProperty brick:hasTag ] _:has_Heat _:has_Sensor ) ], brick:Heat_Sensor ; brick:hasAssociatedTag tag:Heat, tag:Point, tag:Sensor, tag:Trace . brick:Turn_Off_Status a owl:Class ; rdfs:label "Turn Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Turn _:has_Off _:has_Status ) ], brick:Off_Status ; brick:hasAssociatedTag tag:Off, tag:Point, tag:Status, tag:Turn . brick:Turn_On_Status a owl:Class ; rdfs:label "Turn On Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Turn _:has_On _:has_Status ) ], brick:On_Status ; brick:hasAssociatedTag tag:On, tag:Point, tag:Status, tag:Turn . brick:Underfloor_Air_Temperature_Sensor a owl:Class ; rdfs:label "Underfloor Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Underfloor ; owl:onProperty brick:hasTag ] _:has_Air _:has_Temperature _:has_Sensor ) ], brick:Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Sensor, tag:Temperature, tag:Underfloor . brick:Unit_Failure_Alarm a owl:Class ; rdfs:label "Unit Failure Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unit _:has_Failure _:has_Alarm ) ], brick:Failure_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Failure, tag:Point, tag:Unit . brick:Unoccupied_Air_Temperature_Cooling_Setpoint a owl:Class ; rdfs:label "Unoccupied Air Temperature Cooling Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Cool _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Cooling_Temperature_Setpoint, brick:Unoccupied_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Point, tag:Setpoint, tag:Temperature, tag:Unoccupied . brick:Unoccupied_Air_Temperature_Heating_Setpoint a owl:Class ; rdfs:label "Unoccupied Air Temperature Heating Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Heat _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Heating_Temperature_Setpoint, brick:Unoccupied_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Heat, tag:Point, tag:Setpoint, tag:Temperature, tag:Unoccupied . brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Unoccupied Cooling Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Cooling_Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Point, tag:Setpoint, tag:Unoccupied . brick:Unoccupied_Hot_Water_Shutdown_Command a owl:Class ; rdfs:label "Unoccupied Hot Water Shutdown Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Hot _:has_Water _:has_Shutdown _:has_Command ) ], brick:Hot_Water_Shutdown_Command ; brick:hasAssociatedTag tag:Command, tag:Hot, tag:Point, tag:Shutdown, tag:Unoccupied, tag:Water . brick:Unoccupied_Mode_Setpoint a owl:Class ; rdfs:label "Unoccupied Mode Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Mode _:has_Setpoint ) ], brick:Mode_Setpoint ; brick:hasAssociatedTag tag:Mode, tag:Point, tag:Setpoint, tag:Unoccupied . brick:VFD_Enable_Command a owl:Class ; rdfs:label "VFD Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_VFD ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Point, tag:VFD . brick:Valve_Command a owl:Class ; rdfs:label "Valve Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Valve _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Valve . brick:Variable_Air_Volume_Box_With_Reheat a owl:Class ; rdfs:label "Variable Air Volume Box With Reheat" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Variable _:has_Volume _:has_Box _:has_Reheat ) ], brick:Variable_Air_Volume_Box ; owl:equivalentClass brick:RVAV ; brick:hasAssociatedTag tag:Box, tag:Equipment, tag:Reheat, tag:Variable, tag:Volume . brick:Variable_Frequency_Drive a owl:Class ; rdfs:label "Variable Frequency Drive" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Variable _:has_Frequency _:has_Drive ) ], brick:HVAC ; owl:equivalentClass brick:VFD ; skos:definition "Electronic device that varies its output frequency to vary the rotating speed of a motor, given a fixed input frequency. Used with fans or pumps to vary the flow in the system as a function of a maintained pressure." ; brick:hasAssociatedTag tag:Drive, tag:Equipment, tag:Frequency, tag:Variable . brick:Velocity_Pressure_Setpoint a owl:Class ; rdfs:label "Velocity Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Velocity _:has_Pressure _:has_Setpoint ) ], brick:Pressure_Setpoint ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Setpoint, tag:Velocity . brick:Vent_Operating_Mode_Status a owl:Class ; rdfs:label "Vent Operating Mode Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Vent ; owl:onProperty brick:hasTag ] _:has_Operating _:has_Mode _:has_Status ) ], brick:Operating_Mode_Status ; brick:hasAssociatedTag tag:Mode, tag:Operating, tag:Point, tag:Status, tag:Vent . brick:Ventilation_Air_Flow_Ratio_Limit a owl:Class ; rdfs:label "Ventilation Air Flow Ratio Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Ventilation _:has_Air [ a owl:Restriction ; owl:hasValue tag:Ratio ; owl:onProperty brick:hasTag ] _:has_Limit ) ], brick:Limit ; brick:hasAssociatedTag tag:Air, tag:Limit, tag:Point, tag:Ratio, tag:Ventilation . brick:Warm_Cool_Adjust_Sensor a owl:Class ; rdfs:label "Warm Cool Adjust Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Adjust [ a owl:Restriction ; owl:hasValue tag:Warm ; owl:onProperty brick:hasTag ] _:has_Cool ) ], brick:Adjust_Sensor ; brick:hasAssociatedTag tag:Adjust, tag:Cool, tag:Point, tag:Sensor, tag:Warm . brick:Water_Loss_Alarm a owl:Class ; rdfs:label "Water Loss Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Loss _:has_Water _:has_Alarm ) ], brick:Water_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Loss, tag:Point, tag:Water . brick:Weather a owl:Class ; rdfs:label "Weather" ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue tag:Weather ; owl:onProperty brick:hasTag ], brick:Equipment ; brick:hasAssociatedTag tag:Weather . brick:Wind_Direction_Sensor a owl:Class ; rdfs:label "Wind Direction Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Direction _:has_Wind ) ], brick:Direction_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Wind_Direction ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Direction, tag:Point, tag:Sensor, tag:Wind . brick:Wind_Speed_Sensor a owl:Class ; rdfs:label "Wind Speed Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Speed _:has_Wind ) ], brick:Speed_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Wind_Speed ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Speed, tag:Wind . brick:Wing a owl:Class ; rdfs:label "Wing" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:Wing ; owl:onProperty brick:hasTag ] _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Location, tag:Wing . brick:Yearly_Energy_Usage_Sensor a owl:Class ; rdfs:label "Yearly Energy Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Energy _:has_Usage _:has_Yearly ) ], brick:Energy_Usage_Sensor ; brick:hasAssociatedTag tag:Energy, tag:Point, tag:Sensor, tag:Usage, tag:Yearly . brick:Yearly_Steam_Usage_Sensor a owl:Class ; rdfs:label "Yearly Steam Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Yearly _:has_Sensor _:has_Usage _:has_Steam ) ], brick:Steam_Usage_Sensor ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Steam, tag:Usage, tag:Yearly . brick:Zone_Air_Humidity_Sensor a owl:Class ; rdfs:label "Zone Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air _:has_Zone ) ], brick:Air_Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Zone_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Humidity, tag:Point, tag:Sensor, tag:Zone . brick:Zone_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Zone Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Zone _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Setpoint, tag:Temperature, tag:Zone . brick:Zone_Standby_Load_Shed_Command a owl:Class ; rdfs:label "Zone Standby Load Shed Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Zone _:has_Standby _:has_Load _:has_Shed _:has_Command ) ], brick:Standby_Load_Shed_Command ; brick:hasAssociatedTag tag:Command, tag:Load, tag:Point, tag:Shed, tag:Standby, tag:Zone . brick:Zone_Unoccupied_Load_Shed_Command a owl:Class ; rdfs:label "Zone Unoccupied Load Shed Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Zone _:has_Unoccupied _:has_Load _:has_Shed _:has_Command ) ], brick:Unoccupied_Load_Shed_Command ; brick:hasAssociatedTag tag:Command, tag:Load, tag:Point, tag:Shed, tag:Unoccupied, tag:Zone . brick:feedsAir a owl:ObjectProperty ; rdfs:subPropertyOf brick:feeds ; skos:definition "Passes air" . brick:hasInputSubstance a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:range brick:Substance ; skos:definition "The subject receives the given substance as an input to its internal process" . brick:hasOutputSubstance a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:range brick:Substance ; skos:definition "The subject produces or exports the given substance from its internal process" . brick:regulates a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Equipment ; rdfs:range brick:Substance ; owl:inverseOf brick:isRegulatedBy ; skos:definition "The subject contributes to or performs the regulation of the substance given by the object" . brick:Acceleration_Time a owl:Class, brick:Acceleration_Time ; rdfs:label "Acceleration Time" ; rdfs:subClassOf brick:Time . brick:Air_Flow_Deadband_Setpoint a owl:Class ; rdfs:label "Air Flow Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Flow _:has_Deadband _:has_Setpoint ) ], brick:Air_Flow_Setpoint, brick:Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Flow, tag:Point, tag:Setpoint . brick:Air_Static_Pressure_Step_Parameter a owl:Class ; rdfs:label "Air Static Pressure Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Static _:has_Pressure _:has_Step _:has_Parameter ) ], brick:Static_Pressure_Step_Parameter ; brick:hasAssociatedTag tag:Air, tag:Parameter, tag:Point, tag:Pressure, tag:Static, tag:Step . brick:Air_Temperature_Setpoint_Limit a owl:Class ; rdfs:label "Air Temperature Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Temperature _:has_Limit _:has_Setpoint ) ], brick:Limit, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Air, tag:Limit, tag:Point, tag:Setpoint, tag:Temperature . brick:Alternating_Current_Frequency a owl:Class, brick:Alternating_Current_Frequency ; rdfs:label "Alternating Current Frequency" ; rdfs:subClassOf brick:Electric_Current, brick:Frequency . brick:Apparent_Power a owl:Class, brick:Apparent_Power ; rdfs:label "Apparent Power" ; rdfs:subClassOf brick:Electric_Power . brick:Atmospheric_Pressure a owl:Class, brick:Atmospheric_Pressure ; rdfs:label "Atmospheric Pressure" ; rdfs:subClassOf brick:Pressure . brick:Blowdown_Water a owl:Class, brick:Blowdown_Water ; rdfs:label "Blowdown Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water [ a owl:Restriction ; owl:hasValue tag:Blowdown ; owl:onProperty brick:hasTag ] ) ], brick:Water ; skos:definition "Water expelled from a system to remove mineral build up" ; brick:hasAssociatedTag tag:Blowdown, tag:Fluid, tag:Liquid, tag:Water . brick:CO2_Alarm a owl:Class ; rdfs:label "CO2 Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_CO2 _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:CO2, tag:Point . brick:CO2_Level a owl:Class, brick:CO2_Level ; rdfs:label "CO2 Level" ; rdfs:subClassOf brick:Air_Quality, brick:Level . brick:CO2_Setpoint a owl:Class ; rdfs:label "CO2 Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_CO2 _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:CO2, tag:Point, tag:Setpoint . brick:CWS a owl:Class ; rdfs:label "CWS" ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue tag:CWS ; owl:onProperty brick:hasTag ], brick:Water_System ; owl:equivalentClass brick:Chilled_Water_System ; brick:hasAssociatedTag tag:CWS . brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Chilled Water Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Chilled_Water_Differential_Pressure_Setpoint, brick:Differential_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Chilled, tag:Deadband, tag:Differential, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Chilled_Water_Differential_Pressure_Load_Shed_Status a owl:Class ; rdfs:label "Chilled Water Differential Pressure Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Status ) ], brick:Differential_Pressure_Load_Shed_Status ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Load, tag:Point, tag:Pressure, tag:Shed, tag:Status, tag:Water . brick:Chilled_Water_Meter a owl:Class ; rdfs:label "Chilled Water Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Meter _:has_Equipment _:has_Water _:has_Chilled ) ], brick:Chilled_Water_System, brick:Water_Meter ; brick:hasAssociatedTag tag:Chilled, tag:Equipment, tag:Meter, tag:Water . brick:Cloudage a owl:Class, brick:Cloudage ; rdfs:label "Cloudage" ; rdfs:subClassOf brick:Quantity . brick:Coldest_Zone_Air_Temperature_Sensor a owl:Class ; rdfs:label "Coldest Zone Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Coldest ; owl:onProperty brick:hasTag ] _:has_Zone _:has_Air _:has_Temperature _:has_Sensor ) ], brick:Zone_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Coldest, tag:Point, tag:Sensor, tag:Temperature, tag:Zone . brick:Complex_Power a owl:Class, brick:Complex_Power ; rdfs:label "Complex Power" ; rdfs:subClassOf brick:Electric_Power . brick:Computer_Room_Air_Conditioning a owl:Class ; rdfs:label "Computer Room Air Conditioning" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Computer ; owl:onProperty brick:hasTag ] _:has_Room _:has_Air _:has_Conditioning ) ], brick:HVAC ; owl:equivalentClass brick:CRAC ; skos:definition "A device that monitors and maintains the temperature, air distribution and humidity in a network room or data center. " ; brick:hasAssociatedTag tag:Air, tag:Computer, tag:Conditioning, tag:Equipment, tag:Room . brick:Condenser_Water a owl:Class, brick:Condenser_Water ; rdfs:label "Condenser Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Condenser ) ], brick:Water ; skos:definition "Water used used to remove heat through condensation" ; brick:hasAssociatedTag tag:Condenser, tag:Fluid, tag:Liquid, tag:Water . brick:Conductivity_Sensor a owl:Class ; rdfs:label "Conductivity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Conductivity ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Conductivity ; owl:onProperty brick:measures ] ) ] ; skos:definition "senses or detects electrical conductance" ; brick:hasAssociatedTag tag:Conductivity, tag:Point, tag:Sensor . brick:Cooling_Command a owl:Class ; rdfs:label "Cooling Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Cool, tag:Point . brick:Cooling_Demand_Sensor a owl:Class ; rdfs:label "Cooling Demand Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Demand _:has_Cool ) ], brick:Demand_Sensor ; brick:hasAssociatedTag tag:Cool, tag:Demand, tag:Point, tag:Sensor . brick:Cooling_Request_Setpoint a owl:Class ; rdfs:label "Cooling Request Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Request _:has_Setpoint ) ], brick:Request_Setpoint ; brick:hasAssociatedTag tag:Cool, tag:Point, tag:Request, tag:Setpoint . brick:Cooling_Supply_Air_Flow_Setpoint a owl:Class ; rdfs:label "Cooling Supply Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Supply_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Point, tag:Setpoint, tag:Supply . brick:Current_Angle a owl:Class, brick:Current_Angle ; rdfs:label "Current Angle" ; rdfs:subClassOf brick:Electric_Current . brick:Current_Imbalance a owl:Class, brick:Current_Imbalance ; rdfs:label "Current Imbalance" ; rdfs:subClassOf brick:Electric_Current . brick:Current_Magnitude a owl:Class, brick:Current_Magnitude ; rdfs:label "Current Magnitude" ; rdfs:subClassOf brick:Electric_Current . brick:Current_Total_Harmonic_Distortion a owl:Class, brick:Current_Total_Harmonic_Distortion ; rdfs:label "Current Total Harmonic Distortion" ; rdfs:subClassOf brick:Electric_Current . brick:Cycle_Alarm a owl:Class ; rdfs:label "Cycle Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cycle _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Cycle, tag:Point . brick:Damper_Command a owl:Class ; rdfs:label "Damper Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Damper _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Damper, tag:Point . brick:Daytime a owl:Class, brick:Daytime ; rdfs:label "Daytime" ; rdfs:subClassOf brick:Quantity . brick:Deceleration_Time a owl:Class, brick:Deceleration_Time ; rdfs:label "Deceleration Time" ; rdfs:subClassOf brick:Time . brick:Delay_Parameter a owl:Class ; rdfs:label "Delay Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Delay _:has_Parameter ) ], brick:Parameter ; brick:hasAssociatedTag tag:Delay, tag:Parameter, tag:Point . brick:Differential_Pressure_Step_Parameter a owl:Class ; rdfs:label "Differential Pressure Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Step _:has_Parameter ) ], brick:Step_Parameter ; brick:hasAssociatedTag tag:Differential, tag:Parameter, tag:Point, tag:Pressure, tag:Step . brick:Direction_Sensor a owl:Class ; rdfs:label "Direction Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Direction ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Direction ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Direction, tag:Point, tag:Sensor . brick:Direction_Status a owl:Class ; rdfs:label "Direction Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Direction _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Direction, tag:Point, tag:Status . brick:Discharge_Air_Flow_Sensor a owl:Class ; rdfs:label "Discharge Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air _:has_Discharge ) ], brick:Air_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Point, tag:Sensor . brick:Discharge_Air_Static_Pressure_Setpoint a owl:Class ; rdfs:label "Discharge Air Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Discharge_Air_Temperature_Alarm a owl:Class ; rdfs:label "Discharge Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Alarm ) ], brick:Air_Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Discharge, tag:Point, tag:Temperature . brick:Discharge_Air_Temperature_Cooling_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Cooling Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Cool _:has_Setpoint ) ], brick:Cooling_Temperature_Setpoint, brick:Discharge_Air_Temperature_Setpoint ; owl:equivalentClass brick:Max_Discharge_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Point, tag:Setpoint, tag:Temperature . brick:Discharge_Air_Temperature_Heating_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Heating Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Heat _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Setpoint, brick:Heating_Temperature_Setpoint ; owl:equivalentClass brick:Min_Discharge_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Heat, tag:Point, tag:Setpoint, tag:Temperature . brick:Discharge_Air_Temperature_Sensor a owl:Class ; rdfs:label "Discharge Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air _:has_Discharge ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Point, tag:Sensor, tag:Temperature . brick:Discharge_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Discharge Water Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Water _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Differential_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Differential, tag:Discharge, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Discharge_Water_Flow_Sensor a owl:Class ; rdfs:label "Discharge Water Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Water _:has_Discharge ) ], brick:Water_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Discharge_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Discharge, tag:Flow, tag:Point, tag:Sensor, tag:Water . brick:Domestic_Hot_Water_System a owl:Class ; rdfs:label "Domestic Hot Water System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Domestic _:has_Water _:has_Hot _:has_Equipment ) ], brick:Hot_Water_System ; brick:hasAssociatedTag tag:Domestic, tag:Equipment, tag:Hot, tag:Water . brick:Domestic_Hot_Water_Temperature_Setpoint a owl:Class ; rdfs:label "Domestic Hot Water Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Domestic _:has_Hot _:has_Water _:has_Temperature _:has_Setpoint ) ], brick:Water_Temperature_Setpoint ; brick:hasAssociatedTag tag:Domestic, tag:Hot, tag:Point, tag:Setpoint, tag:Temperature, tag:Water . brick:Domestic_Water a owl:Class, brick:Domestic_Water ; rdfs:label "Domestic Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Domestic ) ], brick:Water ; skos:definition "Tap water for drinking, washing, cooking, and flushing of toliets" ; brick:hasAssociatedTag tag:Domestic, tag:Fluid, tag:Liquid, tag:Water . brick:Dry_Bulb_Temperature a owl:Class, brick:Dry_Bulb_Temperature ; rdfs:label "Dry Bulb Temperature" ; rdfs:subClassOf brick:Temperature . brick:Electric_Energy a owl:Class, brick:Electric_Energy ; rdfs:label "Electric Energy" ; rdfs:subClassOf brick:Energy . brick:Electrical_Meter a owl:Class ; rdfs:label "Electrical Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Electrical _:has_Meter _:has_Equipment ) ], brick:Meter ; brick:hasAssociatedTag tag:Electrical, tag:Equipment, tag:Meter . brick:Energy_Storage a owl:Class ; rdfs:label "Energy Storage" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Energy _:has_Storage _:has_Equipment ) ], brick:Electrical_System ; brick:hasAssociatedTag tag:Energy, tag:Equipment, tag:Storage . brick:Enthalpy_Sensor a owl:Class ; rdfs:label "Enthalpy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Enthalpy ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Enthalpy ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Enthalpy, tag:Point, tag:Sensor . brick:Exhaust_Air_Flow_Integral_Time_Parameter a owl:Class ; rdfs:label "Exhaust Air Flow Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Flow _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Integral_Time_Parameter ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Flow, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Time . brick:Exhaust_Air_Flow_Proportional_Band_Parameter a owl:Class ; rdfs:label "Exhaust Air Flow Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Flow _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Exhaust, tag:Flow, tag:PID, tag:Parameter, tag:Point, tag:Proportional . brick:Exhaust_Air_Flow_Sensor a owl:Class ; rdfs:label "Exhaust Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air _:has_Exhaust ) ], brick:Air_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Exhaust_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Flow, tag:Point, tag:Sensor . brick:Exhaust_Air_Flow_Setpoint a owl:Class ; rdfs:label "Exhaust Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Flow, tag:Point, tag:Setpoint . brick:Exhaust_Air_Stack_Flow_Setpoint a owl:Class ; rdfs:label "Exhaust Air Stack Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Exhaust _:has_Air _:has_Stack _:has_Flow _:has_Setpoint ) ], brick:Exhaust_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Flow, tag:Point, tag:Setpoint, tag:Stack . brick:FCP a owl:Class ; rdfs:label "FCP" ; rdfs:subClassOf [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue tag:FCP ; owl:onProperty brick:hasTag ] _:has_Equipment ) ], brick:Fire_Safety_System ; brick:hasAssociatedTag tag:Equipment, tag:FCP . brick:FCU a owl:Class ; rdfs:label "FCU" ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue tag:FCU ; owl:onProperty brick:hasTag ], brick:Terminal_Unit ; brick:hasAssociatedTag tag:FCU . brick:Failure_Alarm a owl:Class ; rdfs:label "Failure Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Failure _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Failure, tag:Point . brick:Fan_Status a owl:Class ; rdfs:label "Fan Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fan _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Fan, tag:Point, tag:Status . brick:Filter a owl:Class ; rdfs:label "Filter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Filter ) ], brick:HVAC ; skos:definition "Device to remove gases from a mixture of gases" ; brick:hasAssociatedTag tag:Equipment, tag:Filter . brick:Filter_Status a owl:Class ; rdfs:label "Filter Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Filter _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Filter, tag:Point, tag:Status . brick:Flow_Loss a owl:Class, brick:Flow_Loss ; rdfs:label "Flow Loss" ; rdfs:subClassOf brick:Flow . brick:Flow_Setpoint a owl:Class ; rdfs:label "Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Flow _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Flow, tag:Point, tag:Setpoint . brick:Frequency_Command a owl:Class ; rdfs:label "Frequency Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fequency _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Fequency, tag:Point . brick:Frequency_Sensor a owl:Class ; rdfs:label "Frequency Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Frequency ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Frequency ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Frequency, tag:Point, tag:Sensor . brick:Fresh_Air_Setpoint_Limit a owl:Class ; rdfs:label "Fresh Air Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fresh _:has_Air _:has_Limit _:has_Setpoint ) ], brick:Limit ; brick:hasAssociatedTag tag:Air, tag:Fresh, tag:Limit, tag:Point, tag:Setpoint . brick:Fuel_Oil a owl:Class, brick:Fuel_Oil ; rdfs:label "Fuel Oil" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Liquid _:has_Oil [ a owl:Restriction ; owl:hasValue tag:Fuel ; owl:onProperty brick:hasTag ] ) ], brick:Oil ; skos:definition "Petroleum based oil burned for energy" ; brick:hasAssociatedTag tag:Fuel, tag:Liquid, tag:Oil . brick:Gas_Meter a owl:Class ; rdfs:label "Gas Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Meter _:has_Equipment _:has_Gas ) ], brick:Meter ; brick:hasAssociatedTag tag:Equipment, tag:Gas, tag:Meter . brick:Gasoline a owl:Class, brick:Gasoline ; rdfs:label "Gasoline" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid [ a owl:Restriction ; owl:hasValue tag:Gasoline ; owl:onProperty brick:hasTag ] ) ], brick:Liquid ; skos:definition "Petroleum derived liquid used as a fuel source" ; brick:hasAssociatedTag tag:Fluid, tag:Gasoline, tag:Liquid . brick:HWS a owl:Class ; rdfs:label "HWS" ; rdfs:subClassOf [ a owl:Restriction ; owl:hasValue tag:HWS ; owl:onProperty brick:hasTag ], brick:Water_System ; owl:equivalentClass brick:Hot_Water_System ; brick:hasAssociatedTag tag:HWS . brick:HX a owl:Class ; rdfs:label "HX" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:HX ; owl:onProperty brick:hasTag ] ) ], brick:HVAC ; brick:hasAssociatedTag tag:Equipment, tag:HX . brick:Heat_Sensor a owl:Class ; rdfs:label "Heat Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Heat ) ], brick:Sensor ; brick:hasAssociatedTag tag:Heat, tag:Point, tag:Sensor . brick:Heating_Demand_Sensor a owl:Class ; rdfs:label "Heating Demand Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Demand _:has_Heat ) ], brick:Demand_Sensor ; brick:hasAssociatedTag tag:Demand, tag:Heat, tag:Point, tag:Sensor . brick:Heating_Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Heating Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Point, tag:Setpoint . brick:Heating_Request_Setpoint a owl:Class ; rdfs:label "Heating Request Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Request _:has_Setpoint ) ], brick:Request_Setpoint ; brick:hasAssociatedTag tag:Heat, tag:Point, tag:Request, tag:Setpoint . brick:Heating_Supply_Air_Flow_Setpoint a owl:Class ; rdfs:label "Heating Supply Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Supply_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Point, tag:Setpoint, tag:Supply . brick:Heating_Ventilation_Air_Conditioning_System a owl:Class ; rdfs:label "Heating Ventilation Air Conditioning System" ; rdfs:subClassOf _:has_HVAC, brick:Equipment ; owl:equivalentClass brick:HVAC ; brick:hasAssociatedTag tag:HVAC . brick:Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class ; rdfs:label "Hot Water Differential Pressure Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Status ) ], brick:Differential_Pressure_Load_Shed_Status ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Load, tag:Point, tag:Pressure, tag:Shed, tag:Status, tag:Water . brick:Hot_Water_Differential_Pressure_Sensor a owl:Class ; rdfs:label "Hot Water Differential Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Differential _:has_Water _:has_Hot ) ], brick:Differential_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Hot_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Point, tag:Pressure, tag:Sensor, tag:Water . brick:Hot_Water_Differential_Pressure_Setpoint a owl:Class ; rdfs:label "Hot Water Differential Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Differential _:has_Pressure _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Hot, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Hot_Water_Meter a owl:Class ; rdfs:label "Hot Water Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Meter _:has_Equipment _:has_Water _:has_Hot ) ], brick:Chilled_Water_System, brick:Water_Meter ; brick:hasAssociatedTag tag:Equipment, tag:Hot, tag:Meter, tag:Water . brick:Hot_Water_Shutdown_Command a owl:Class ; rdfs:label "Hot Water Shutdown Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Shutdown _:has_Command ) ], brick:Shutdown_Command ; brick:hasAssociatedTag tag:Command, tag:Hot, tag:Point, tag:Shutdown, tag:Water . brick:Hot_Water_Supply_Temperature_Load_Shed_Status a owl:Class ; rdfs:label "Hot Water Supply Temperature Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Load _:has_Shed _:has_Status ) ], brick:Load_Shed_Status ; brick:hasAssociatedTag tag:Hot, tag:Load, tag:Point, tag:Shed, tag:Status, tag:Supply, tag:Temperature, tag:Water . brick:Hot_Water_System_Enable_Command a owl:Class ; rdfs:label "Hot Water System Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_Hot _:has_Water _:has_System ) ], brick:System_Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Hot, tag:Point, tag:System, tag:Water . brick:Humidity_Sensor a owl:Class ; rdfs:label "Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Humidity, tag:Point, tag:Sensor . brick:Ice a owl:Class, brick:Ice ; rdfs:label "Ice" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Solid _:has_Ice ) ], brick:Solid ; skos:definition "Water in its solid form" ; brick:hasAssociatedTag tag:Ice, tag:Solid . brick:Illuminance_Sensor a owl:Class ; rdfs:label "Illuminance Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Illuminance ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Illuminance ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Illuminance, tag:Point, tag:Sensor . brick:Integral_Gain_Parameter a owl:Class ; rdfs:label "Integral Gain Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Gain _:has_Integral ) ], brick:Gain_Parameter ; brick:hasAssociatedTag tag:Gain, tag:Integral, tag:PID, tag:Parameter, tag:Point . brick:Leak_Alarm a owl:Class ; rdfs:label "Leak Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Leak _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Leak, tag:Point . brick:Leaving_Water_Temperature_Sensor a owl:Class ; rdfs:label "Leaving Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Leaving ) ], brick:Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Leaving_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Leaving, tag:Point, tag:Sensor, tag:Temperature, tag:Water . brick:Liquid_CO2 a owl:Class, brick:Liquid_CO2 ; rdfs:label "Liquid CO2" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_CO2 ) ], brick:Liquid ; skos:definition "Carbon Dioxide in the liquid phase" ; brick:hasAssociatedTag tag:CO2, tag:Fluid, tag:Liquid . brick:Load_Parameter a owl:Class ; rdfs:label "Load Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Load _:has_Parameter ) ], brick:Parameter ; brick:hasAssociatedTag tag:Load, tag:Parameter, tag:Point . brick:Load_Setpoint a owl:Class ; rdfs:label "Load Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Load _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Load, tag:Point, tag:Setpoint . brick:Load_Shed_Differential_Pressure_Setpoint a owl:Class ; rdfs:label "Load Shed Differential Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Load _:has_Shed _:has_Differential _:has_Pressure _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint, brick:Load_Shed_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Load, tag:Point, tag:Pressure, tag:Setpoint, tag:Shed . brick:Low_Temperature_Alarm a owl:Class ; rdfs:label "Low Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Low _:has_Temperature _:has_Alarm ) ], brick:Temperature_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Low, tag:Point, tag:Temperature . brick:Luminous_Flux a owl:Class, brick:Luminous_Flux ; rdfs:label "Luminous Flux" ; rdfs:subClassOf brick:Luminance . brick:Luminous_Intensity a owl:Class, brick:Luminous_Intensity ; rdfs:label "Luminous Intensity" ; rdfs:subClassOf brick:Luminance . brick:Makeup_Water a owl:Class, brick:Makeup_Water ; rdfs:label "Makeup Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water [ a owl:Restriction ; owl:hasValue tag:Makeup ; owl:onProperty brick:hasTag ] ) ], brick:Water ; skos:definition "Water used used to makeup water loss through leaks, evaporation, or blowdown" ; brick:hasAssociatedTag tag:Fluid, tag:Liquid, tag:Makeup, tag:Water . brick:Max_Discharge_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Max Discharge Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Max _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Max, tag:Point, tag:Setpoint, tag:Temperature . brick:Max_Temperature_Setpoint_Limit a owl:Class ; rdfs:label "Max Temperature Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Temperature _:has_Limit _:has_Setpoint ) ], brick:Max_Limit, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Limit, tag:Max, tag:Point, tag:Setpoint, tag:Temperature . brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status a owl:Class ; rdfs:label "Medium Temperature Hot Water Differential Pressure Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Medium _:has_Temperature _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Status ) ], brick:Differential_Pressure_Load_Shed_Status ; brick:hasAssociatedTag tag:Differential, tag:Load, tag:Medium, tag:Point, tag:Pressure, tag:Shed, tag:Status, tag:Temperature . brick:Min_Discharge_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Min Discharge Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Min _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Min, tag:Point, tag:Setpoint, tag:Temperature . brick:Min_Temperature_Setpoint_Limit a owl:Class ; rdfs:label "Min Temperature Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Temperature _:has_Limit _:has_Setpoint ) ], brick:Min_Limit, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Limit, tag:Min, tag:Point, tag:Setpoint, tag:Temperature . brick:Motion_Sensor a owl:Class ; rdfs:label "Motion Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor [ a owl:Restriction ; owl:hasValue tag:Motion ; owl:onProperty brick:hasTag ] ) ], brick:Sensor ; brick:hasAssociatedTag tag:Motion, tag:Point, tag:Sensor . brick:Natural_Gas a owl:Class, brick:Natural_Gas ; rdfs:label "Natural Gas" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas [ a owl:Restriction ; owl:hasValue tag:Natural ; owl:onProperty brick:hasTag ] ) ], brick:Gas ; skos:definition "Fossil fuel energy source consisting largely of methane and other hydrocarbons" ; brick:hasAssociatedTag tag:Fluid, tag:Gas, tag:Natural . brick:Occupancy_Count a owl:Class, brick:Occupancy_Count ; rdfs:label "Occupancy Count" ; rdfs:subClassOf brick:Occupancy . brick:Occupancy_Percentage a owl:Class, brick:Occupancy_Percentage ; rdfs:label "Occupancy Percentage" ; rdfs:subClassOf brick:Occupancy . brick:Occupancy_Sensor a owl:Class ; rdfs:label "Occupancy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Occupancy ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Occupancy ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Occupancy, tag:Point, tag:Sensor . brick:Occupancy_Status a owl:Class ; rdfs:label "Occupancy Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupancy _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Occupancy, tag:Point, tag:Status . brick:Off_Command a owl:Class ; rdfs:label "Off Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Off _:has_Command ) ], brick:On_Off_Command ; brick:hasAssociatedTag tag:Command, tag:Off, tag:Point . brick:On_Command a owl:Class ; rdfs:label "On Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_On _:has_Command ) ], brick:On_Off_Command ; brick:hasAssociatedTag tag:Command, tag:On, tag:Point . brick:Operating_Mode_Status a owl:Class ; rdfs:label "Operating Mode Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Operating _:has_Mode _:has_Status ) ], brick:Mode_Status ; brick:hasAssociatedTag tag:Mode, tag:Operating, tag:Point, tag:Status . brick:Operative_Temperature a owl:Class, brick:Operative_Temperature ; rdfs:label "Operative Temperature" ; rdfs:subClassOf brick:Temperature . brick:Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class ; rdfs:label "Outside Air Temperature Enable Differential Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Temperature _:has_Enable _:has_Differential _:has_Sensor ) ], brick:Outside_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Enable, tag:Outside, tag:Point, tag:Sensor, tag:Temperature . brick:Override_Command a owl:Class ; rdfs:label "Override Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Override _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Override, tag:Point . brick:PM10_Level a owl:Class, brick:PM10_Level ; rdfs:label "PM10 Level" ; rdfs:subClassOf brick:Air_Quality, brick:Level . brick:PM25_Level a owl:Class, brick:PM25_Level ; rdfs:label "PM25 Level" ; rdfs:subClassOf brick:Air_Quality, brick:Level . brick:PV_Current_Output_Sensor a owl:Class ; rdfs:label "PV Current Output Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:PV ; owl:onProperty brick:hasTag ] _:has_Current _:has_Output _:has_Sensor ) ], brick:Current_Output_Sensor ; brick:hasAssociatedTag tag:Current, tag:Output, tag:PV, tag:Point, tag:Sensor . brick:Position_Command a owl:Class ; rdfs:label "Position Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Position _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Position . brick:Power_Alarm a owl:Class ; rdfs:label "Power Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Power _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Power . brick:Power_Factor a owl:Class, brick:Power_Factor ; rdfs:label "Power Factor" ; rdfs:subClassOf brick:Quantity . brick:Power_Loss_Alarm a owl:Class ; rdfs:label "Power Loss Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Power _:has_Loss _:has_Alarm ) ], brick:Power_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Loss, tag:Point, tag:Power . brick:Precipitation a owl:Class, brick:Precipitation ; rdfs:label "Precipitation" ; rdfs:subClassOf brick:Quantity . brick:Proportional_Gain_Parameter a owl:Class ; rdfs:label "Proportional Gain Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Gain _:has_Proportional ) ], brick:Gain_Parameter ; brick:hasAssociatedTag tag:Gain, tag:PID, tag:Parameter, tag:Point, tag:Proportional . brick:Pump a owl:Class ; rdfs:label "Pump" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Pump ) ], brick:HVAC ; skos:definition "Machine for imparting energy to a fluid, causing it to do work, drawing a fluid into itself through an entrance port, and forcing the fluid out through an exhaust port." ; brick:hasAssociatedTag tag:Equipment, tag:Pump . brick:RTU a owl:Class ; rdfs:label "RTU" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:RTU ; owl:onProperty brick:hasTag ] ) ], brick:AHU ; owl:equivalentClass brick:Rooftop_Unit ; brick:hasAssociatedTag tag:Equipment, tag:RTU . brick:RVAV a owl:Class ; rdfs:label "RVAV" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:RVAV ; owl:onProperty brick:hasTag ] ) ], brick:Variable_Air_Volume_Box ; brick:hasAssociatedTag tag:Equipment, tag:RVAV . brick:Radiant_Temperature a owl:Class, brick:Radiant_Temperature ; rdfs:label "Radiant Temperature" ; rdfs:subClassOf brick:Temperature . brick:Rain_Sensor a owl:Class ; rdfs:label "Rain Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Rain ) ], brick:Sensor ; brick:hasAssociatedTag tag:Point, tag:Rain, tag:Sensor . brick:Return_Air_CO2_Setpoint a owl:Class ; rdfs:label "Return Air CO2 Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Return _:has_Air _:has_CO2 _:has_Setpoint ) ], brick:CO2_Setpoint ; brick:hasAssociatedTag tag:Air, tag:CO2, tag:Point, tag:Return, tag:Setpoint . brick:Rooftop_Unit a owl:Class ; rdfs:label "Rooftop Unit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Rooftop ; owl:onProperty brick:hasTag ] _:has_AHU ) ], brick:AHU ; owl:equivalentClass brick:RTU ; brick:hasAssociatedTag tag:AHU, tag:Equipment, tag:Rooftop . brick:Shading_System a owl:Class ; rdfs:label "Shading System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Shade _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Shade . brick:Shutdown_Command a owl:Class ; rdfs:label "Shutdown Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Shutdown _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Shutdown . brick:Smoke_Alarm a owl:Class ; rdfs:label "Smoke Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Smoke _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Smoke . brick:Smoke_Detected_Alarm a owl:Class ; rdfs:label "Smoke Detected Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Smoke _:has_Detected _:has_Alarm ) ], brick:Smoke_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Detected, tag:Point, tag:Smoke . brick:Solar_Irradiance a owl:Class, brick:Solar_Irradiance ; rdfs:label "Solar Irradiance" ; rdfs:subClassOf brick:Irradiance . brick:Speed_Reset_Command a owl:Class ; rdfs:label "Speed Reset Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Speed _:has_Reset _:has_Command ) ], brick:Reset_Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Reset, tag:Speed . brick:Standby_Load_Shed_Command a owl:Class ; rdfs:label "Standby Load Shed Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Standby _:has_Load _:has_Shed _:has_Command ) ], brick:Load_Shed_Command ; brick:hasAssociatedTag tag:Command, tag:Load, tag:Point, tag:Shed, tag:Standby . brick:Standby_Unit_On_Off_Status a owl:Class ; rdfs:label "Standby Unit On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Standby _:has_Unit _:has_On _:has_Off _:has_Status ) ], brick:On_Off_Status ; brick:hasAssociatedTag tag:Off, tag:On, tag:Point, tag:Standby, tag:Status, tag:Unit . brick:Static_Pressure_Step_Parameter a owl:Class ; rdfs:label "Static Pressure Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Static _:has_Pressure _:has_Step _:has_Parameter ) ], brick:Step_Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Pressure, tag:Static, tag:Step . brick:Steam a owl:Class, brick:Steam ; rdfs:label "Steam" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Steam ) ], brick:Gas ; skos:definition "water in the vapor phase." ; brick:hasAssociatedTag tag:Fluid, tag:Gas, tag:Steam . brick:Supply_Air_Flow_Sensor a owl:Class ; rdfs:label "Supply Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air _:has_Supply ) ], brick:Air_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Point, tag:Sensor, tag:Supply . brick:Supply_Air_Static_Pressure_Setpoint a owl:Class ; rdfs:label "Supply Air Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Pressure, tag:Setpoint, tag:Static, tag:Supply . brick:Supply_Air_Temperature_Sensor a owl:Class ; rdfs:label "Supply Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air _:has_Supply ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Sensor, tag:Supply, tag:Temperature . brick:Supply_Fan a owl:Class ; rdfs:label "Supply Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan _:has_Supply ) ], brick:Fan ; brick:hasAssociatedTag tag:Equipment, tag:Fan, tag:Supply . brick:Supply_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Supply Water Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Differential_Pressure_Deadband_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Differential, tag:Point, tag:Pressure, tag:Setpoint, tag:Supply, tag:Water . brick:Supply_Water_Flow_Sensor a owl:Class ; rdfs:label "Supply Water Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Water _:has_Supply ) ], brick:Water_Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Flow, tag:Point, tag:Sensor, tag:Supply, tag:Water . brick:Switch a owl:Class ; rdfs:label "Switch" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Interface _:has_Switch ) ], brick:Interface ; brick:hasAssociatedTag tag:Equipment, tag:Interface, tag:Switch . brick:TVOC_Level a owl:Class, brick:TVOC_Level ; rdfs:label "TVOC Level" ; rdfs:subClassOf brick:Air_Quality, brick:Level . brick:Temperature_Step_Parameter a owl:Class ; rdfs:label "Temperature Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Step _:has_Parameter ) ], brick:Step_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Step, tag:Temperature . brick:Thermal_Energy a owl:Class, brick:Thermal_Energy ; rdfs:label "Thermal Energy" ; rdfs:subClassOf brick:Energy . brick:Thermal_Power a owl:Class, brick:Thermal_Power ; rdfs:label "Thermal Power" ; rdfs:subClassOf brick:Power . brick:Thermal_Power_Sensor a owl:Class ; rdfs:label "Thermal Power Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Power _:has_Thermal ) ], brick:Power_Sensor ; brick:hasAssociatedTag tag:Point, tag:Power, tag:Sensor, tag:Thermal . brick:Torque_Sensor a owl:Class ; rdfs:label "Torque Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Torque ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Torque ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Torque . brick:Unoccupied_Load_Shed_Command a owl:Class ; rdfs:label "Unoccupied Load Shed Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Load _:has_Shed _:has_Command ) ], brick:Load_Shed_Command ; brick:hasAssociatedTag tag:Command, tag:Load, tag:Point, tag:Shed, tag:Unoccupied . brick:VAV a owl:Class ; rdfs:label "VAV" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:VAV ; owl:onProperty brick:hasTag ] ) ], brick:Terminal_Unit ; brick:hasAssociatedTag tag:Equipment, tag:VAV . brick:Voltage_Angle a owl:Class, brick:Voltage_Angle ; rdfs:label "Voltage Angle" ; rdfs:subClassOf brick:Electric_Voltage . brick:Voltage_Imbalance a owl:Class, brick:Voltage_Imbalance ; rdfs:label "Voltage Imbalance" ; rdfs:subClassOf brick:Electric_Voltage . brick:Voltage_Magnitude a owl:Class, brick:Voltage_Magnitude ; rdfs:label "Voltage Magnitude" ; rdfs:subClassOf brick:Electric_Voltage . brick:Warmest_Zone_Air_Temperature_Sensor a owl:Class ; rdfs:label "Warmest Zone Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point [ a owl:Restriction ; owl:hasValue tag:Warmest ; owl:onProperty brick:hasTag ] _:has_Zone _:has_Air _:has_Temperature _:has_Sensor ) ], brick:Zone_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Sensor, tag:Temperature, tag:Warmest, tag:Zone . brick:Water_Level_Sensor a owl:Class ; rdfs:label "Water Level Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Water _:has_Level ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Water ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Level ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Level, tag:Point, tag:Sensor, tag:Water . brick:Water_Usage_Sensor a owl:Class ; rdfs:label "Water Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Usage _:has_Water ) ], brick:Usage_Sensor ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Usage, tag:Water . brick:Weather_Condition a owl:Class, brick:Weather_Condition ; rdfs:label "Weather Condition" ; rdfs:subClassOf brick:Quantity . brick:Wet_Bulb_Temperature a owl:Class, brick:Wet_Bulb_Temperature ; rdfs:label "Wet Bulb Temperature" ; rdfs:subClassOf brick:Temperature . brick:controls a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; owl:inverseOf brick:isControlledBy . brick:hasAssociatedTag a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain owl:Class ; rdfs:range brick:Tag ; owl:inverseOf brick:isAssociatedWith ; skos:definition "The class is associated with the given tag" . brick:hasLocation a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:range brick:Location ; owl:inverseOf brick:isLocationOf ; skos:definition "Subject is physically located in the location given by the object" . brick:hasPart a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; owl:inverseOf brick:isPartOf ; skos:definition "The subject is composed in part of the entity given by the object" . brick:hasPoint a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:range brick:Point ; owl:inverseOf brick:isPointOf ; skos:definition "The subject has a digital/analog input/output point given by the object" . brick:isAssociatedWith a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Tag ; rdfs:range owl:Class ; owl:inverseOf brick:hasAssociatedTag ; skos:definition "The tag is associated with the given class" . brick:isControlledBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; owl:inverseOf brick:controls . brick:isFedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; owl:inverseOf brick:feeds . brick:isLocationOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Location ; owl:inverseOf brick:hasLocation ; skos:definition "Subject is the physical location encapsulating the object" . brick:isMeasuredBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Measurable ; rdfs:range brick:Point . brick:isPartOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; owl:inverseOf brick:hasPart . brick:isPointOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Point ; owl:inverseOf brick:hasPoint . brick:isRegulatedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Substance ; rdfs:range brick:Equipment . brick:isTagOf a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Tag . brick:Active_Power a owl:Class, brick:Active_Power ; rdfs:label "Active Power" ; rdfs:subClassOf brick:Electric_Power ; owl:equivalentClass brick:Real_Power . brick:Adjust_Sensor a owl:Class ; rdfs:label "Adjust Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Adjust ) ], brick:Sensor ; brick:hasAssociatedTag tag:Adjust, tag:Point, tag:Sensor . brick:Air_Enthalpy_Sensor a owl:Class ; rdfs:label "Air Enthalpy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Enthalpy _:has_Sensor ) ], brick:Enthalpy_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Enthalpy ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Enthalpy, tag:Point, tag:Sensor . brick:Air_Flow_Demand_Setpoint a owl:Class ; rdfs:label "Air Flow Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Flow _:has_Demand _:has_Setpoint ) ], brick:Air_Flow_Setpoint, brick:Demand_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Demand, tag:Flow, tag:Point, tag:Setpoint . brick:Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Limit, tag:Parameter, tag:Point, tag:Setpoint . brick:Air_Grains_Sensor a owl:Class ; rdfs:label "Air Grains Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Air _:has_Grains ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Grains ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Grains, tag:Point, tag:Sensor . brick:Air_Temperature_Step_Parameter a owl:Class ; rdfs:label "Air Temperature Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Temperature _:has_Step _:has_Parameter ) ], brick:Temperature_Step_Parameter ; brick:hasAssociatedTag tag:Air, tag:Parameter, tag:Point, tag:Step, tag:Temperature . brick:Angle a owl:Class, brick:Angle ; rdfs:label "Angle" ; rdfs:subClassOf brick:Quantity . brick:Angle_Sensor a owl:Class ; rdfs:label "Angle Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Angle _:has_Sensor ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Angle ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Angle, tag:Point, tag:Sensor . brick:Building_Air a owl:Class, brick:Building_Air ; rdfs:label "Building Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Building ) ], brick:Air ; skos:definition "air contained within a building" ; brick:hasAssociatedTag tag:Air, tag:Building, tag:Fluid, tag:Gas . brick:Bypass_Air a owl:Class, brick:Bypass_Air ; rdfs:label "Bypass Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Bypass ) ], brick:Air ; skos:definition "air in a bypass duct, used to relieve static pressure" ; brick:hasAssociatedTag tag:Air, tag:Bypass, tag:Fluid, tag:Gas . brick:CRAC a owl:Class ; rdfs:label "CRAC" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_CRAC ) ], brick:HVAC ; owl:equivalentClass brick:Computer_Room_Air_Conditioning ; brick:hasAssociatedTag tag:CRAC, tag:Equipment . brick:Capacity a owl:Class, brick:Capacity ; rdfs:label "Capacity" ; rdfs:subClassOf brick:Quantity . brick:Chilled_Water_Differential_Pressure_Setpoint a owl:Class ; rdfs:label "Chilled Water Differential Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Chilled _:has_Water _:has_Differential _:has_Pressure _:has_Setpoint ) ], brick:Differential_Pressure_Setpoint ; brick:hasAssociatedTag tag:Chilled, tag:Differential, tag:Point, tag:Pressure, tag:Setpoint, tag:Water . brick:Chiller a owl:Class ; rdfs:label "Chiller" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Chiller ) ], brick:HVAC ; brick:hasAssociatedTag tag:Chiller, tag:Equipment . brick:Coil a owl:Class ; rdfs:label "Coil" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Coil ) ], brick:HVAC ; skos:definition "Exchanger that transfers heat from an exhaust airstream to a separated supply airstream." ; brick:hasAssociatedTag tag:Coil, tag:Equipment . brick:Cooling_Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Cooling Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Point, tag:Setpoint . brick:Current_Output_Sensor a owl:Class ; rdfs:label "Current Output Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Current _:has_Output _:has_Sensor ) ], brick:Current_Sensor ; brick:hasAssociatedTag tag:Current, tag:Output, tag:Point, tag:Sensor . brick:Dewpoint_Sensor a owl:Class ; rdfs:label "Dewpoint Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Dewpoint ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Dewpoint ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Dewpoint, tag:Point, tag:Sensor . brick:Discharge_Air_Flow_Reset_Setpoint a owl:Class ; rdfs:label "Discharge Air Flow Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Flow _:has_Reset _:has_Setpoint ) ], brick:Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Point, tag:Reset, tag:Setpoint . brick:Discharge_Air_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Discharge_Air_Temperature_Setpoint, brick:Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Discharge, tag:Point, tag:Setpoint, tag:Temperature . brick:Discharge_Air_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Discharge Air Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Proportional_Band_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:Discharge, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Temperature . brick:Discharge_Air_Temperature_Reset_Differential_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Reset Differential Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Differential _:has_Reset _:has_Setpoint ) ], brick:Temperature_Differential_Reset_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Discharge, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Discharge_Air_Temperature_Setpoint_Limit a owl:Class ; rdfs:label "Discharge Air Temperature Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Limit _:has_Setpoint ) ], brick:Air_Temperature_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Limit, tag:Point, tag:Setpoint, tag:Temperature . brick:Discharge_Chilled_Water a owl:Class, brick:Discharge_Chilled_Water ; rdfs:label "Discharge Chilled Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Chilled _:has_Discharge ) ], brick:Chilled_Water, brick:Discharge_Water ; brick:hasAssociatedTag tag:Chilled, tag:Discharge, tag:Fluid, tag:Liquid, tag:Water . brick:Effective_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Effective Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Effective _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Effective, tag:Point, tag:Setpoint, tag:Temperature . brick:Emergency_Alarm a owl:Class ; rdfs:label "Emergency Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Emergency, tag:Point . brick:Enable_Status a owl:Class ; rdfs:label "Enable Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Enable, tag:Point, tag:Status . brick:Energy_Sensor a owl:Class ; rdfs:label "Energy Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Energy ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Energy ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Energy, tag:Point, tag:Sensor . brick:Entering_Water a owl:Class, brick:Entering_Water ; rdfs:label "Entering Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Entering ) ], brick:Water ; brick:hasAssociatedTag tag:Entering, tag:Fluid, tag:Liquid, tag:Water . brick:Exhaust_Air_Static_Pressure_Sensor a owl:Class ; rdfs:label "Exhaust Air Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Static _:has_Air _:has_Exhaust ) ], brick:Static_Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Static_Pressure ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Exhaust_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Point, tag:Pressure, tag:Sensor, tag:Static . brick:Fire_Safety_System a owl:Class ; rdfs:label "Fire Safety System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fire _:has_Safety _:has_System ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Fire, tag:Safety, tag:System . brick:Flow_Sensor a owl:Class ; rdfs:label "Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] ) ] ; skos:definition "senses or detects flow in a fluid" ; brick:hasAssociatedTag tag:Flow, tag:Point, tag:Sensor . brick:Frost a owl:Class, brick:Frost ; rdfs:label "Frost" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Solid _:has_Frost ) ], brick:Solid ; brick:hasAssociatedTag tag:Frost, tag:Solid . brick:Hail a owl:Class, brick:Hail ; rdfs:label "Hail" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Solid _:has_Hail ) ], brick:Solid ; brick:hasAssociatedTag tag:Hail, tag:Solid . brick:Heat_Exchanger a owl:Class ; rdfs:label "Heat Exchanger" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Heat _:has_Exchanger ) ], brick:HVAC ; owl:equivalentClass brick:HX ; brick:hasAssociatedTag tag:Equipment, tag:Exchanger, tag:Heat . brick:High_Temperature_Alarm a owl:Class ; rdfs:label "High Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_High _:has_Temperature _:has_Alarm ) ], brick:Temperature_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:High, tag:Point, tag:Temperature . brick:Hot_Water_Return_Temperature_Sensor a owl:Class ; rdfs:label "Hot Water Return Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Return _:has_Temperature _:has_Sensor ) ], brick:Return_Water_Temperature_Sensor ; brick:hasAssociatedTag tag:Hot, tag:Point, tag:Return, tag:Sensor, tag:Temperature, tag:Water . brick:Hot_Water_Supply_Temperature_High_Reset_Setpoint a owl:Class ; rdfs:label "Hot Water Supply Temperature High Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_High _:has_Reset _:has_Setpoint ) ], brick:Temperature_High_Reset_Setpoint ; brick:hasAssociatedTag tag:High, tag:Hot, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:Hot_Water_Supply_Temperature_Low_Reset_Setpoint a owl:Class ; rdfs:label "Hot Water Supply Temperature Low Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Hot _:has_Water _:has_Supply _:has_Temperature _:has_Low _:has_Reset _:has_Setpoint ) ], brick:Temperature_Low_Reset_Setpoint ; brick:hasAssociatedTag tag:Hot, tag:Low, tag:Point, tag:Reset, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:Humidity_Alarm a owl:Class ; rdfs:label "Humidity Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Humidity _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Humidity, tag:Point . brick:Illuminance a owl:Class, brick:Illuminance ; rdfs:label "Illuminance" ; rdfs:subClassOf brick:Quantity . brick:Interface a owl:Class ; rdfs:label "Interface" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Interface ) ], brick:Lighting_System ; brick:hasAssociatedTag tag:Equipment, tag:Interface . brick:Irradiance a owl:Class, brick:Irradiance ; rdfs:label "Irradiance" ; rdfs:subClassOf brick:Quantity . brick:Leaving_Water a owl:Class, brick:Leaving_Water ; rdfs:label "Leaving Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Leaving ) ], brick:Water ; brick:hasAssociatedTag tag:Fluid, tag:Leaving, tag:Liquid, tag:Water . brick:Lighting a owl:Class ; rdfs:label "Lighting" ; rdfs:subClassOf brick:Lighting_System . brick:Lighting_System a owl:Class ; rdfs:label "Lighting System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Lighting _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Lighting . brick:Load_Shed_Command a owl:Class ; rdfs:label "Load Shed Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Load _:has_Shed _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Load, tag:Point, tag:Shed . brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Cooling Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint . brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Cooling Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Heating Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint . brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Heating Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Max_Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Max Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Max_Limit, brick:Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Cooling Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Cool _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Discharge, tag:Flow, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint . brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Cooling Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Cool _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Cool, tag:Flow, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Heating Discharge Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Heat _:has_Discharge _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Heat, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint . brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Heating Supply Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Heat _:has_Supply _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Air_Flow_Setpoint_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Heat, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint, tag:Supply . brick:Min_Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Min Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Min_Limit, brick:Static_Pressure_Setpoint_Limit ; brick:hasAssociatedTag tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Mixed_Air a owl:Class, brick:Mixed_Air ; rdfs:label "Mixed Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Mixed ) ], brick:Air ; skos:definition "(1) air that contains two or more streams of air. (2) combined outdoor air and recirculated air." ; brick:hasAssociatedTag tag:Air, tag:Fluid, tag:Gas, tag:Mixed . brick:Occupied_Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Occupied Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Discharge_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Occupied, tag:Point, tag:Setpoint . brick:Occupied_Supply_Air_Flow_Setpoint a owl:Class ; rdfs:label "Occupied Supply Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Occupied _:has_Supply _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Supply_Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Occupied, tag:Point, tag:Setpoint, tag:Supply . brick:Oil a owl:Class, brick:Oil ; rdfs:label "Oil" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Oil ) ], brick:Liquid ; brick:hasAssociatedTag tag:Fluid, tag:Liquid, tag:Oil . brick:Outside_Air_Lockout_Temperature_Differential_Sensor a owl:Class ; rdfs:label "Outside Air Lockout Temperature Differential Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Lockout _:has_Temperature _:has_Differential _:has_Sensor ) ], brick:Outside_Air_Temperature_Sensor ; brick:hasAssociatedTag tag:Air, tag:Differential, tag:Lockout, tag:Outside, tag:Point, tag:Sensor, tag:Temperature . brick:Outside_Air_Temperature_Sensor a owl:Class ; rdfs:label "Outside Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air _:has_Outside ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Outside_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Outside, tag:Point, tag:Sensor, tag:Temperature . brick:Overridden_Status a owl:Class ; rdfs:label "Overridden Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Overridden _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Overridden, tag:Point, tag:Status . brick:Peak_Power a owl:Class, brick:Peak_Power ; rdfs:label "Peak Power" ; rdfs:subClassOf brick:Power ; skos:definition "Tracks the highest (peak) observed power in some interval" . brick:Position a owl:Class, brick:Position ; rdfs:label "Position" ; rdfs:subClassOf brick:Quantity . brick:Position_Limit a owl:Class ; rdfs:label "Position Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Position _:has_Limit ) ], brick:Limit ; brick:hasAssociatedTag tag:Limit, tag:Point, tag:Position . brick:Position_Sensor a owl:Class ; rdfs:label "Position Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Position _:has_Sensor ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Position ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Position, tag:Sensor . brick:Power_Sensor a owl:Class ; rdfs:label "Power Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Power ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Power ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Power, tag:Sensor . brick:Pressure_Alarm a owl:Class ; rdfs:label "Pressure Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Pressure _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Pressure . brick:Radiance a owl:Class, brick:Radiance ; rdfs:label "Radiance" ; rdfs:subClassOf brick:Quantity . brick:Reactive_Power a owl:Class, brick:Reactive_Power ; rdfs:label "Reactive Power" ; rdfs:subClassOf brick:Electric_Power . brick:Real_Power a owl:Class, brick:Real_Power ; rdfs:label "Real Power" ; rdfs:subClassOf brick:Electric_Power . brick:Relative_Humidity a owl:Class, brick:Relative_Humidity ; rdfs:label "Relative Humidity" ; rdfs:subClassOf brick:Humidity . brick:Request_Setpoint a owl:Class ; rdfs:label "Request Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Request _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Point, tag:Request, tag:Setpoint . brick:Return_Air_Temperature_Alarm a owl:Class ; rdfs:label "Return Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Return _:has_Air _:has_Temperature _:has_Alarm ) ], brick:Air_Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Point, tag:Return, tag:Temperature . brick:Return_Water a owl:Class, brick:Return_Water ; rdfs:label "Return Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Return ) ], brick:Water ; brick:hasAssociatedTag tag:Fluid, tag:Liquid, tag:Return, tag:Water . brick:Room a owl:Class ; rdfs:label "Room" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Room _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Location, tag:Room . brick:Run_Status a owl:Class ; rdfs:label "Run Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Run _:has_Status ) ], brick:Start_Stop_Status ; brick:hasAssociatedTag tag:Point, tag:Run, tag:Status . brick:Solar_Radiance a owl:Class, brick:Solar_Radiance ; rdfs:label "Solar Radiance" ; rdfs:subClassOf brick:Radiance . brick:Speed_Setpoint a owl:Class ; rdfs:label "Speed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Speed _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Point, tag:Setpoint, tag:Speed . brick:Speed_Setpoint_Limit a owl:Class ; rdfs:label "Speed Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Speed _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Limit ; brick:hasAssociatedTag tag:Limit, tag:Parameter, tag:Point, tag:Setpoint, tag:Speed . brick:Static_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Static Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Static _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Deadband_Setpoint, brick:Static_Pressure_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Static_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Static Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Static _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Integral_Time_Parameter ; brick:hasAssociatedTag tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Static, tag:Time . brick:Supply_Air_Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Supply Air Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Air_Temperature_Setpoint, brick:Temperature_Deadband_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Deadband, tag:Point, tag:Setpoint, tag:Supply, tag:Temperature . brick:Supply_Air_Temperature_Proportional_Band_Parameter a owl:Class ; rdfs:label "Supply Air Temperature Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Temperature _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Proportional_Band_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Air, tag:Band, tag:PID, tag:Parameter, tag:Point, tag:Proportional, tag:Supply, tag:Temperature . brick:Supply_Hot_Water a owl:Class, brick:Supply_Hot_Water ; rdfs:label "Supply Hot Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Hot _:has_Supply ) ], brick:Hot_Water, brick:Supply_Water ; brick:hasAssociatedTag tag:Fluid, tag:Hot, tag:Liquid, tag:Supply, tag:Water . brick:Supply_Water_Temperature_Setpoint a owl:Class ; rdfs:label "Supply Water Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Water _:has_Temperature _:has_Setpoint ) ], brick:Water_Temperature_Setpoint ; brick:hasAssociatedTag tag:Point, tag:Setpoint, tag:Supply, tag:Temperature, tag:Water . brick:System_Enable_Command a owl:Class ; rdfs:label "System Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command _:has_System ) ], brick:Enable_Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Point, tag:System . brick:Temperature_Differential_Reset_Setpoint a owl:Class ; rdfs:label "Temperature Differential Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Differential _:has_Reset _:has_Setpoint ) ], brick:Reset_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Temperature_Sensor a owl:Class ; rdfs:label "Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Temperature . brick:Time_Parameter a owl:Class ; rdfs:label "Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_Time ) ], brick:PID_Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Time . brick:Time_Setpoint a owl:Class ; rdfs:label "Time Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Time _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Point, tag:Setpoint, tag:Time . brick:Tolerance_Parameter a owl:Class ; rdfs:label "Tolerance Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Tolerance _:has_Parameter ) ], brick:Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Tolerance . brick:Torque a owl:Class, brick:Torque ; rdfs:label "Torque" ; rdfs:subClassOf brick:Quantity . brick:Unoccupied_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Unoccupied Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Unoccupied _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Setpoint, tag:Temperature, tag:Unoccupied . brick:Variable_Air_Volume_Box a owl:Class ; rdfs:label "Variable Air Volume Box" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Variable _:has_Volume _:has_Box ) ], brick:Terminal_Unit ; owl:equivalentClass brick:VAV ; brick:hasAssociatedTag tag:Box, tag:Equipment, tag:Variable, tag:Volume . brick:Water_Temperature_Alarm a owl:Class ; rdfs:label "Water Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Water _:has_Temperature _:has_Alarm ) ], brick:Temperature_Alarm, brick:Water_Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Temperature, tag:Water . brick:Wind_Direction a owl:Class, brick:Wind_Direction ; rdfs:label "Wind Direction" ; rdfs:subClassOf brick:Direction . brick:Wind_Speed a owl:Class, brick:Wind_Speed ; rdfs:label "Wind Speed" ; rdfs:subClassOf brick:Speed . brick:feeds a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; owl:inverseOf brick:isFedBy ; skos:definition "The subject is upstream of the object in the context of some sequential process; some media is passed between them" . tag:Absorption a brick:Tag ; rdfs:label "Absorption" . tag:Acceleration a brick:Tag ; rdfs:label "Acceleration" . tag:Automatic a brick:Tag ; rdfs:label "Automatic" . tag:Azimuth a brick:Tag ; rdfs:label "Azimuth" . tag:Basement a brick:Tag ; rdfs:label "Basement" . tag:Blowdown a brick:Tag ; rdfs:label "Blowdown" . tag:Boiler a brick:Tag ; rdfs:label "Boiler" . tag:Booster a brick:Tag ; rdfs:label "Booster" . tag:Bus a brick:Tag ; rdfs:label "Bus" . tag:Button a brick:Tag ; rdfs:label "Button" . tag:CWS a brick:Tag ; rdfs:label "CWS" . tag:Capacity a brick:Tag ; rdfs:label "Capacity" . tag:Centrifugal a brick:Tag ; rdfs:label "Centrifugal" . tag:Change a brick:Tag ; rdfs:label "Change" . tag:City a brick:Tag ; rdfs:label "City" . tag:Close a brick:Tag ; rdfs:label "Close" . tag:Code a brick:Tag ; rdfs:label "Code" . tag:Cold a brick:Tag ; rdfs:label "Cold" . tag:Coldest a brick:Tag ; rdfs:label "Coldest" . tag:Communication a brick:Tag ; rdfs:label "Communication" . tag:Compressor a brick:Tag ; rdfs:label "Compressor" . tag:Computer a brick:Tag ; rdfs:label "Computer" . tag:Condensate a brick:Tag ; rdfs:label "Condensate" . tag:Contact a brick:Tag ; rdfs:label "Contact" . tag:Curtailment a brick:Tag ; rdfs:label "Curtailment" . tag:Cutout a brick:Tag ; rdfs:label "Cutout" . tag:Daily a brick:Tag ; rdfs:label "Daily" . tag:Dc a brick:Tag ; rdfs:label "Dc" . tag:Deceleration a brick:Tag ; rdfs:label "Deceleration" . tag:Dehumidification a brick:Tag ; rdfs:label "Dehumidification" . tag:Detection a brick:Tag ; rdfs:label "Detection" . tag:Dimmer a brick:Tag ; rdfs:label "Dimmer" . tag:Driver a brick:Tag ; rdfs:label "Driver" . tag:Dual a brick:Tag ; rdfs:label "Dual" . tag:Econcycle a brick:Tag ; rdfs:label "Econcycle" . tag:Elevator a brick:Tag ; rdfs:label "Elevator" . tag:Environment a brick:Tag ; rdfs:label "Environment" . tag:Evaporative a brick:Tag ; rdfs:label "Evaporative" . tag:Even a brick:Tag ; rdfs:label "Even" . tag:FCP a brick:Tag ; rdfs:label "FCP" . tag:FCU a brick:Tag ; rdfs:label "FCU" . tag:Floor a brick:Tag ; rdfs:label "Floor" . tag:Freezer a brick:Tag ; rdfs:label "Freezer" . tag:Fuel a brick:Tag ; rdfs:label "Fuel" . tag:Furniture a brick:Tag ; rdfs:label "Furniture" . tag:Gasoline a brick:Tag ; rdfs:label "Gasoline" . tag:Glycool a brick:Tag ; rdfs:label "Glycool" . tag:HWS a brick:Tag ; rdfs:label "HWS" . tag:HX a brick:Tag ; rdfs:label "HX" . tag:Hand a brick:Tag ; rdfs:label "Hand" . tag:Handler a brick:Tag ; rdfs:label "Handler" . tag:Head a brick:Tag ; rdfs:label "Head" . tag:Heater a brick:Tag ; rdfs:label "Heater" . tag:Hold a brick:Tag ; rdfs:label "Hold" . tag:Humidification a brick:Tag ; rdfs:label "Humidification" . tag:Humidify a brick:Tag ; rdfs:label "Humidify" . tag:Indicator a brick:Tag ; rdfs:label "Indicator" . tag:Inverter a brick:Tag ; rdfs:label "Inverter" . tag:Isolation a brick:Tag ; rdfs:label "Isolation" . tag:Last a brick:Tag ; rdfs:label "Last" . tag:Locally a brick:Tag ; rdfs:label "Locally" . tag:Louver a brick:Tag ; rdfs:label "Louver" . tag:Makeup a brick:Tag ; rdfs:label "Makeup" . tag:Manual a brick:Tag ; rdfs:label "Manual" . tag:Month a brick:Tag ; rdfs:label "Month" . tag:Motion a brick:Tag ; rdfs:label "Motion" . tag:Natural a brick:Tag ; rdfs:label "Natural" . tag:No a brick:Tag ; rdfs:label "No" . tag:Open a brick:Tag ; rdfs:label "Open" . tag:Overload a brick:Tag ; rdfs:label "Overload" . tag:PIR a brick:Tag ; rdfs:label "PIR" . tag:PV a brick:Tag ; rdfs:label "PV" . tag:Photovoltaic a brick:Tag ; rdfs:label "Photovoltaic" . tag:Piezoelectric a brick:Tag ; rdfs:label "Piezoelectric" . tag:Pir a brick:Tag ; rdfs:label "Pir" . tag:PlugStrip a brick:Tag ; rdfs:label "PlugStrip" . tag:Pre a brick:Tag ; rdfs:label "Pre" . tag:Protect a brick:Tag ; rdfs:label "Protect" . tag:Push a brick:Tag ; rdfs:label "Push" . tag:RTU a brick:Tag ; rdfs:label "RTU" . tag:RVAV a brick:Tag ; rdfs:label "RVAV" . tag:Radiance a brick:Tag ; rdfs:label "Radiance" . tag:Rated a brick:Tag ; rdfs:label "Rated" . tag:Ratio a brick:Tag ; rdfs:label "Ratio" . tag:Reactive a brick:Tag ; rdfs:label "Reactive" . tag:Ready a brick:Tag ; rdfs:label "Ready" . tag:Real a brick:Tag ; rdfs:label "Real" . tag:Relative a brick:Tag ; rdfs:label "Relative" . tag:Remotely a brick:Tag ; rdfs:label "Remotely" . tag:Required a brick:Tag ; rdfs:label "Required" . tag:Roof a brick:Tag ; rdfs:label "Roof" . tag:Rooftop a brick:Tag ; rdfs:label "Rooftop" . tag:Sash a brick:Tag ; rdfs:label "Sash" . tag:Schedule a brick:Tag ; rdfs:label "Schedule" . tag:Server a brick:Tag ; rdfs:label "Server" . tag:Short a brick:Tag ; rdfs:label "Short" . tag:Site a brick:Tag ; rdfs:label "Site" . tag:Stages a brick:Tag ; rdfs:label "Stages" . tag:Suction a brick:Tag ; rdfs:label "Suction" . tag:Tank a brick:Tag ; rdfs:label "Tank" . tag:Temporary a brick:Tag ; rdfs:label "Temporary" . tag:Terminal a brick:Tag ; rdfs:label "Terminal" . tag:Thermostat a brick:Tag ; rdfs:label "Thermostat" . tag:Timer a brick:Tag ; rdfs:label "Timer" . tag:Touchpanel a brick:Tag ; rdfs:label "Touchpanel" . tag:Tower a brick:Tag ; rdfs:label "Tower" . tag:Trace a brick:Tag ; rdfs:label "Trace" . tag:Underfloor a brick:Tag ; rdfs:label "Underfloor" . tag:VAV a brick:Tag ; rdfs:label "VAV" . tag:Vent a brick:Tag ; rdfs:label "Vent" . tag:Warm a brick:Tag ; rdfs:label "Warm" . tag:Warmest a brick:Tag ; rdfs:label "Warmest" . tag:Weather a brick:Tag ; rdfs:label "Weather" . tag:Wheel a brick:Tag ; rdfs:label "Wheel" . tag:Wing a brick:Tag ; rdfs:label "Wing" . tag:Zenith a brick:Tag ; rdfs:label "Zenith" . brick:AHU a owl:Class ; rdfs:label "AHU" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_AHU ) ], brick:HVAC ; brick:hasAssociatedTag tag:AHU, tag:Equipment . brick:Air_Alarm a owl:Class ; rdfs:label "Air Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Point . brick:Air_Temperature_Alarm a owl:Class ; rdfs:label "Air Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Temperature _:has_Alarm ) ], brick:Air_Alarm, brick:Temperature_Alarm ; brick:hasAssociatedTag tag:Air, tag:Alarm, tag:Point, tag:Temperature . brick:Chilled_Water_Temperature_Sensor a owl:Class ; rdfs:label "Chilled Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Chilled ) ], brick:Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Chilled_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Chilled, tag:Point, tag:Sensor, tag:Temperature, tag:Water . brick:Conductivity a owl:Class, brick:Conductivity ; rdfs:label "Conductivity" ; rdfs:subClassOf brick:Quantity . brick:Current a owl:Class, brick:Current ; rdfs:label "Current" ; rdfs:subClassOf brick:Quantity . brick:Current_Sensor a owl:Class ; rdfs:label "Current Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Current ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Current ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Current, tag:Point, tag:Sensor . brick:Deionized_Water a owl:Class, brick:Deionized_Water ; rdfs:label "Deionized Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Deionized _:has_Water ) ], brick:Water ; skos:definition "Water which has been purified by removing its ions (constituting the majority of non-particulate contaminants)" ; brick:hasAssociatedTag tag:Deionized, tag:Fluid, tag:Liquid, tag:Water . brick:Demand_Sensor a owl:Class ; rdfs:label "Demand Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Demand ) ], brick:Sensor ; brick:hasAssociatedTag tag:Demand, tag:Point, tag:Sensor . brick:Differential_Pressure_Load_Shed_Status a owl:Class ; rdfs:label "Differential Pressure Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Load _:has_Shed _:has_Status ) ], brick:Load_Shed_Status, brick:Pressure_Status ; brick:hasAssociatedTag tag:Differential, tag:Load, tag:Point, tag:Pressure, tag:Shed, tag:Status . brick:Differential_Speed_Setpoint a owl:Class ; rdfs:label "Differential Speed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Speed _:has_Setpoint ) ], brick:Speed_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Point, tag:Setpoint, tag:Speed . brick:Direction a owl:Class, brick:Direction ; rdfs:label "Direction" ; rdfs:subClassOf brick:Quantity . brick:Duration_Sensor a owl:Class ; rdfs:label "Duration Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Duration ) ], brick:Sensor ; brick:hasAssociatedTag tag:Duration, tag:Point, tag:Sensor . brick:Electrical_Power_Sensor a owl:Class ; rdfs:label "Electrical Power Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Power _:has_Electrical ) ], brick:Power_Sensor ; brick:hasAssociatedTag tag:Electrical, tag:Point, tag:Power, tag:Sensor . brick:Energy_Usage_Sensor a owl:Class ; rdfs:label "Energy Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Energy _:has_Usage ) ], brick:Energy_Sensor, brick:Usage_Sensor ; brick:hasAssociatedTag tag:Energy, tag:Point, tag:Sensor, tag:Usage . brick:Fault_Status a owl:Class ; rdfs:label "Fault Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Fault _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Fault, tag:Point, tag:Status . brick:Fluid a owl:Class, brick:Fluid ; rdfs:label "Fluid" ; rdfs:subClassOf _:has_Fluid, brick:Substance ; brick:hasAssociatedTag tag:Fluid . brick:Frequency a owl:Class, brick:Frequency ; rdfs:label "Frequency" ; rdfs:subClassOf brick:Quantity . brick:Gain_Parameter a owl:Class ; rdfs:label "Gain Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Gain ) ], brick:PID_Parameter ; brick:hasAssociatedTag tag:Gain, tag:PID, tag:Parameter, tag:Point . brick:Hot_Water a owl:Class, brick:Hot_Water ; rdfs:label "Hot Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Hot ) ], brick:Water ; skos:definition "Hot water used for HVAC heating or supply to hot taps" ; brick:hasAssociatedTag tag:Fluid, tag:Hot, tag:Liquid, tag:Water . brick:Hot_Water_Supply_Temperature_Sensor a owl:Class ; rdfs:label "Hot Water Supply Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Hot _:has_Supply ) ], brick:Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Supply_Hot_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Hot, tag:Point, tag:Sensor, tag:Supply, tag:Temperature, tag:Water . brick:Hot_Water_System a owl:Class ; rdfs:label "Hot Water System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Water _:has_Hot _:has_Equipment ) ], brick:Water_System ; owl:equivalentClass brick:HWS ; brick:hasAssociatedTag tag:Equipment, tag:Hot, tag:Water . brick:Humidity_Parameter a owl:Class ; rdfs:label "Humidity Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Humidity _:has_Parameter ) ], brick:Parameter ; brick:hasAssociatedTag tag:Humidity, tag:Parameter, tag:Point . brick:Load_Shed_Setpoint a owl:Class ; rdfs:label "Load Shed Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Shed _:has_Load _:has_Setpoint ) ], brick:Load_Setpoint ; brick:hasAssociatedTag tag:Load, tag:Point, tag:Setpoint, tag:Shed . brick:Load_Shed_Status a owl:Class ; rdfs:label "Load Shed Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Load _:has_Shed _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Load, tag:Point, tag:Shed, tag:Status . brick:Mode_Command a owl:Class ; rdfs:label "Mode Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Mode _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Mode, tag:Point . brick:Mode_Setpoint a owl:Class ; rdfs:label "Mode Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Mode _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Mode, tag:Point, tag:Setpoint . brick:Mode_Status a owl:Class ; rdfs:label "Mode Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Mode _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Mode, tag:Point, tag:Status . brick:On_Status a owl:Class ; rdfs:label "On Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_On _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:On, tag:Point, tag:Status . brick:Pressure_Sensor a owl:Class ; rdfs:label "Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Pressure ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Sensor . brick:Pressure_Setpoint a owl:Class ; rdfs:label "Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Pressure _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Setpoint . brick:Pressure_Status a owl:Class ; rdfs:label "Pressure Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Pressure _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Status . brick:Reset_Command a owl:Class ; rdfs:label "Reset Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Reset _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Point, tag:Reset . brick:Return_Water_Temperature_Sensor a owl:Class ; rdfs:label "Return Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water _:has_Return ) ], brick:Water_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Return_Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Return, tag:Sensor, tag:Temperature, tag:Water . brick:Speed a owl:Class, brick:Speed ; rdfs:label "Speed" ; rdfs:subClassOf brick:Quantity . brick:Speed_Sensor a owl:Class ; rdfs:label "Speed Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Speed ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Speed ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Speed . brick:Static_Pressure_Proportional_Band_Parameter a owl:Class ; rdfs:label "Static Pressure Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Static _:has_Pressure _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Band, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Proportional, tag:Static . brick:Static_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Static Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Static _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Limit ; brick:hasAssociatedTag tag:Limit, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Steam_Usage_Sensor a owl:Class ; rdfs:label "Steam Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Usage _:has_Steam ) ], brick:Usage_Sensor ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Steam, tag:Usage . brick:Step_Parameter a owl:Class ; rdfs:label "Step Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_Step ) ], brick:PID_Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Step . brick:Supply_Chilled_Water a owl:Class, brick:Supply_Chilled_Water ; rdfs:label "Supply Chilled Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Chilled _:has_Supply ) ], brick:Chilled_Water, brick:Supply_Water ; brick:hasAssociatedTag tag:Chilled, tag:Fluid, tag:Liquid, tag:Supply, tag:Water . brick:System_Status a owl:Class ; rdfs:label "System Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_System _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Point, tag:Status, tag:System . brick:Temperature_High_Reset_Setpoint a owl:Class ; rdfs:label "Temperature High Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_High _:has_Reset _:has_Setpoint ) ], brick:Reset_Setpoint ; brick:hasAssociatedTag tag:High, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Temperature_Low_Reset_Setpoint a owl:Class ; rdfs:label "Temperature Low Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Low _:has_Reset _:has_Setpoint ) ], brick:Reset_Setpoint ; brick:hasAssociatedTag tag:Low, tag:Point, tag:Reset, tag:Setpoint, tag:Temperature . brick:Time a owl:Class, brick:Time ; rdfs:label "Time" ; rdfs:subClassOf brick:Quantity . brick:Usage_Sensor a owl:Class ; rdfs:label "Usage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Usage ) ], brick:Sensor ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Usage . brick:VFD a owl:Class ; rdfs:label "VFD" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_VFD ) ], brick:HVAC ; brick:hasAssociatedTag tag:Equipment, tag:VFD . brick:Velocity_Pressure_Sensor a owl:Class ; rdfs:label "Velocity Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Velocity ) ], brick:Pressure_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Velocity_Pressure ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Sensor, tag:Velocity . brick:Voltage a owl:Class, brick:Voltage ; rdfs:label "Voltage" ; rdfs:subClassOf brick:Quantity . brick:Voltage_Sensor a owl:Class ; rdfs:label "Voltage Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Voltage ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Voltage ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Voltage . brick:Water_Flow_Sensor a owl:Class ; rdfs:label "Water Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Water ) ], brick:Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Flow, tag:Point, tag:Sensor, tag:Water . brick:Water_Meter a owl:Class ; rdfs:label "Water Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Meter _:has_Equipment _:has_Water ) ], brick:Meter, brick:Water_System ; brick:hasAssociatedTag tag:Equipment, tag:Meter, tag:Water . brick:Water_Pump a owl:Class ; rdfs:label "Water Pump" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Pump _:has_Water ) ], brick:Pump ; brick:hasAssociatedTag tag:Equipment, tag:Pump, tag:Water . brick:Water_Valve a owl:Class ; rdfs:label "Water Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Valve _:has_Water _:has_Equipment ) ], brick:Valve ; brick:hasAssociatedTag tag:Equipment, tag:Valve, tag:Water . brick:Zone a owl:Class ; rdfs:label "Zone" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Zone _:has_Location ) ], brick:Location ; brick:hasAssociatedTag tag:Location, tag:Zone . brick:Zone_Air a owl:Class, brick:Zone_Air ; rdfs:label "Zone Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Zone ) ], brick:Air ; skos:definition "air inside a defined zone (e.g., corridors)." ; brick:hasAssociatedTag tag:Air, tag:Fluid, tag:Gas, tag:Zone . tag:AHU a brick:Tag ; rdfs:label "AHU" . tag:Auto a brick:Tag ; rdfs:label "Auto" . tag:Battery a brick:Tag ; rdfs:label "Battery" . tag:CRAC a brick:Tag ; rdfs:label "CRAC" . tag:Conditioning a brick:Tag ; rdfs:label "Conditioning" . tag:Conductivity a brick:Tag ; rdfs:label "Conductivity" . tag:Control a brick:Tag ; rdfs:label "Control" . tag:Cycle a brick:Tag ; rdfs:label "Cycle" . tag:Deionised a brick:Tag ; rdfs:label "Deionised" . tag:Deionized a brick:Tag ; rdfs:label "Deionized" . tag:Delay a brick:Tag ; rdfs:label "Delay" . tag:Derivative a brick:Tag ; rdfs:label "Derivative" . tag:Drive a brick:Tag ; rdfs:label "Drive" . tag:Duct a brick:Tag ; rdfs:label "Duct" . tag:Duration a brick:Tag ; rdfs:label "Duration" . tag:Economizer a brick:Tag ; rdfs:label "Economizer" . tag:Failure a brick:Tag ; rdfs:label "Failure" . tag:Fequency a brick:Tag ; rdfs:label "Fequency" . tag:Freeze a brick:Tag ; rdfs:label "Freeze" . tag:Fresh a brick:Tag ; rdfs:label "Fresh" . tag:Frost a brick:Tag ; rdfs:label "Frost" . tag:Fume a brick:Tag ; rdfs:label "Fume" . tag:Generator a brick:Tag ; rdfs:label "Generator" . tag:Hail a brick:Tag ; rdfs:label "Hail" . tag:Highest a brick:Tag ; rdfs:label "Highest" . tag:Hood a brick:Tag ; rdfs:label "Hood" . tag:Humidifier a brick:Tag ; rdfs:label "Humidifier" . tag:Illuminance a brick:Tag ; rdfs:label "Illuminance" . tag:Lag a brick:Tag ; rdfs:label "Lag" . tag:Lowest a brick:Tag ; rdfs:label "Lowest" . tag:Luminaire a brick:Tag ; rdfs:label "Luminaire" . tag:Maintenance a brick:Tag ; rdfs:label "Maintenance" . tag:Monthly a brick:Tag ; rdfs:label "Monthly" . tag:Oil a brick:Tag ; rdfs:label "Oil" . tag:Operating a brick:Tag ; rdfs:label "Operating" . tag:Override a brick:Tag ; rdfs:label "Override" . tag:Peak a brick:Tag ; rdfs:label "Peak" . tag:Percent a brick:Tag ; rdfs:label "Percent" . tag:Rain a brick:Tag ; rdfs:label "Rain" . tag:Reheat a brick:Tag ; rdfs:label "Reheat" . tag:Safety a brick:Tag ; rdfs:label "Safety" . tag:Shade a brick:Tag ; rdfs:label "Shade" . tag:Space a brick:Tag ; rdfs:label "Space" . tag:Switch a brick:Tag ; rdfs:label "Switch" . tag:Today a brick:Tag ; rdfs:label "Today" . tag:Torque a brick:Tag ; rdfs:label "Torque" . tag:Turn a brick:Tag ; rdfs:label "Turn" . tag:Ventilation a brick:Tag ; rdfs:label "Ventilation" . tag:Volume a brick:Tag ; rdfs:label "Volume" . tag:Wind a brick:Tag ; rdfs:label "Wind" . tag:Yearly a brick:Tag ; rdfs:label "Yearly" . brick:Air_Temperature_Integral_Time_Parameter a owl:Class ; rdfs:label "Air Temperature Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Temperature _:has_Parameter _:has_PID _:has_Time _:has_Integral ) ], brick:Integral_Time_Parameter, brick:Temperature_Parameter ; brick:hasAssociatedTag tag:Air, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Temperature, tag:Time . brick:CO2 a owl:Class, brick:CO2 ; rdfs:label "CO2" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_CO2 ) ], brick:Gas ; skos:definition "Carbon Dioxide in the vapor phase" ; brick:hasAssociatedTag tag:CO2, tag:Fluid, tag:Gas . brick:CO2_Sensor a owl:Class ; rdfs:label "CO2 Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_CO2 ) ], brick:Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:CO2 ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:CO2, tag:Point, tag:Sensor . brick:Chilled_Water_System a owl:Class ; rdfs:label "Chilled Water System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Water _:has_Chilled _:has_Equipment ) ], brick:Water_System ; owl:equivalentClass brick:CWS ; brick:hasAssociatedTag tag:Chilled, tag:Equipment, tag:Water . brick:Class a owl:Class . brick:Damper a owl:Class ; rdfs:label "Damper" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Damper ) ], brick:HVAC ; skos:definition "Element inserted into an air-distribution system or element of an air-distribution system permitting modification of the air resistance of the system and consequently changing the airflow rate or shutting off the airflow." ; brick:hasAssociatedTag tag:Damper, tag:Equipment . brick:Deadband_Setpoint a owl:Class ; rdfs:label "Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Deadband _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Point, tag:Setpoint . brick:Demand_Setpoint a owl:Class ; rdfs:label "Demand Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Demand _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Demand, tag:Point, tag:Setpoint . brick:Dewpoint a owl:Class, brick:Dewpoint ; rdfs:label "Dewpoint" ; rdfs:subClassOf brick:Quantity . brick:Differential_Pressure_Deadband_Setpoint a owl:Class ; rdfs:label "Differential Pressure Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Deadband _:has_Setpoint ) ], brick:Deadband_Setpoint, brick:Differential_Pressure_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Differential, tag:Point, tag:Pressure, tag:Setpoint . brick:Differential_Pressure_Integral_Time_Parameter a owl:Class ; rdfs:label "Differential Pressure Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Integral _:has_Time _:has_Parameter _:has_PID ) ], brick:Integral_Time_Parameter ; brick:hasAssociatedTag tag:Differential, tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Pressure, tag:Time . brick:Differential_Pressure_Proportional_Band a owl:Class ; rdfs:label "Differential Pressure Proportional Band" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Proportional _:has_Band _:has_PID ) ], brick:Proportional_Band_Parameter ; brick:hasAssociatedTag tag:Band, tag:Differential, tag:PID, tag:Point, tag:Pressure, tag:Proportional . brick:Differential_Pressure_Sensor a owl:Class ; rdfs:label "Differential Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Differential ) ], brick:Pressure_Sensor ; brick:hasAssociatedTag tag:Differential, tag:Point, tag:Pressure, tag:Sensor . brick:Differential_Pressure_Setpoint a owl:Class ; rdfs:label "Differential Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Setpoint ) ], brick:Pressure_Setpoint ; brick:hasAssociatedTag tag:Differential, tag:Point, tag:Pressure, tag:Setpoint . brick:Differential_Pressure_Setpoint_Limit a owl:Class ; rdfs:label "Differential Pressure Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Differential _:has_Pressure _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Limit ; brick:hasAssociatedTag tag:Differential, tag:Limit, tag:Parameter, tag:Point, tag:Pressure, tag:Setpoint . brick:Discharge_Air_Flow_Setpoint a owl:Class ; rdfs:label "Discharge Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Flow, tag:Point, tag:Setpoint . brick:Discharge_Water a owl:Class, brick:Discharge_Water ; rdfs:label "Discharge Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Discharge ) ], brick:Water ; brick:hasAssociatedTag tag:Discharge, tag:Fluid, tag:Liquid, tag:Water . brick:Electric_Voltage a owl:Class, brick:Electric_Voltage ; rdfs:label "Electric Voltage" ; rdfs:subClassOf brick:Voltage . brick:Electrical_System a owl:Class ; rdfs:label "Electrical System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Electrical _:has_System ) ], brick:Equipment ; brick:hasAssociatedTag tag:Electrical, tag:System . brick:Emergency_Power_Off_Status a owl:Class ; rdfs:label "Emergency Power Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Emergency _:has_Power _:has_Off _:has_Status ) ], brick:Off_Status, brick:Status ; brick:hasAssociatedTag tag:Emergency, tag:Off, tag:Point, tag:Power, tag:Status . brick:Energy a owl:Class, brick:Energy ; rdfs:label "Energy" ; rdfs:subClassOf brick:Quantity . brick:Grains a owl:Class, brick:Grains ; rdfs:label "Grains" ; rdfs:subClassOf brick:Quantity . brick:Heating_Valve a owl:Class ; rdfs:label "Heating Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Valve _:has_Heat _:has_Equipment ) ], brick:Valve ; brick:hasAssociatedTag tag:Equipment, tag:Heat, tag:Valve . brick:Laboratory a owl:Class ; rdfs:label "Laboratory" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Laboratory _:has_Room _:has_Location ) ], brick:Room ; brick:hasAssociatedTag tag:Laboratory, tag:Location, tag:Room . brick:Luminance a owl:Class, brick:Luminance ; rdfs:label "Luminance" ; rdfs:subClassOf brick:Quantity . brick:Max_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Max Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Air_Flow_Setpoint_Limit, brick:Max_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Limit, tag:Max, tag:Parameter, tag:Point, tag:Setpoint . brick:Measurable a owl:Class ; rdfs:label "Measurable" ; rdfs:subClassOf brick:Class . brick:Meter a owl:Class ; rdfs:label "Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Meter _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Meter . brick:Occupancy a owl:Class, brick:Occupancy ; rdfs:label "Occupancy" ; rdfs:subClassOf brick:Quantity . brick:Off_Status a owl:Class ; rdfs:label "Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Off _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Off, tag:Point, tag:Status . brick:PID_Parameter a owl:Class ; rdfs:label "PID Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID ) ], brick:Parameter ; brick:hasAssociatedTag tag:PID, tag:Parameter, tag:Point . brick:Reset_Setpoint a owl:Class ; rdfs:label "Reset Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Reset _:has_Setpoint ) ], brick:Setpoint ; skos:definition "Setpoints used in Reset strategies" ; brick:hasAssociatedTag tag:Point, tag:Reset, tag:Setpoint . brick:Solid a owl:Class, brick:Solid ; rdfs:label "Solid" ; rdfs:subClassOf _:has_Solid, brick:Substance ; brick:hasAssociatedTag tag:Solid . brick:Start_Stop_Status a owl:Class ; rdfs:label "Start Stop Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Start _:has_Stop _:has_Status ) ], brick:Status ; brick:hasAssociatedTag tag:Point, tag:Start, tag:Status, tag:Stop . brick:Static_Pressure_Sensor a owl:Class ; rdfs:label "Static Pressure Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Pressure _:has_Static ) ], brick:Pressure_Sensor ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Sensor, tag:Static . brick:Supply_Air_Flow_Setpoint a owl:Class ; rdfs:label "Supply Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Supply _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Air_Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Point, tag:Setpoint, tag:Supply . brick:Supply_Water a owl:Class, brick:Supply_Water ; rdfs:label "Supply Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Supply ) ], brick:Water ; brick:hasAssociatedTag tag:Fluid, tag:Liquid, tag:Supply, tag:Water . brick:Temperature_Alarm a owl:Class ; rdfs:label "Temperature Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Temperature . brick:Terminal_Unit a owl:Class ; rdfs:label "Terminal Unit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment [ a owl:Restriction ; owl:hasValue tag:Terminal ; owl:onProperty brick:hasTag ] _:has_Unit ) ], brick:HVAC ; skos:definition "A device that regulates the volumetric flow rate and/or the temperature of the controlled medium." ; brick:hasAssociatedTag tag:Equipment, tag:Terminal, tag:Unit . brick:Valve a owl:Class ; rdfs:label "Valve" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Valve _:has_Equipment ) ], brick:HVAC ; brick:hasAssociatedTag tag:Equipment, tag:Valve . brick:Water_Alarm a owl:Class ; rdfs:label "Water Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Water _:has_Alarm ) ], brick:Alarm ; brick:hasAssociatedTag tag:Alarm, tag:Point, tag:Water . tag:Adjust a brick:Tag ; rdfs:label "Adjust" . tag:Angle a brick:Tag ; rdfs:label "Angle" . tag:Bypass a brick:Tag ; rdfs:label "Bypass" . tag:Chiller a brick:Tag ; rdfs:label "Chiller" . tag:Detected a brick:Tag ; rdfs:label "Detected" . tag:Effective a brick:Tag ; rdfs:label "Effective" . tag:Entering a brick:Tag ; rdfs:label "Entering" . tag:Frequency a brick:Tag ; rdfs:label "Frequency" . tag:Grains a brick:Tag ; rdfs:label "Grains" . tag:HVAC a brick:Tag ; rdfs:label "HVAC" . tag:Ice a brick:Tag ; rdfs:label "Ice" . tag:Lead a brick:Tag ; rdfs:label "Lead" . tag:Leak a brick:Tag ; rdfs:label "Leak" . tag:Level a brick:Tag ; rdfs:label "Level" . tag:Lighting a brick:Tag ; rdfs:label "Lighting" . tag:Overridden a brick:Tag ; rdfs:label "Overridden" . tag:Panel a brick:Tag ; rdfs:label "Panel" . tag:Smoke a brick:Tag ; rdfs:label "Smoke" . tag:Tolerance a brick:Tag ; rdfs:label "Tolerance" . tag:Variable a brick:Tag ; rdfs:label "Variable" . brick:Air_Quality a owl:Class, brick:Air_Quality ; rdfs:label "Air Quality" ; rdfs:subClassOf brick:Quantity . brick:Building_Meter a owl:Class ; rdfs:label "Building Meter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Meter _:has_Equipment _:has_Building ) ], brick:Meter ; brick:hasAssociatedTag tag:Building, tag:Equipment, tag:Meter . brick:Chilled_Water a owl:Class, brick:Chilled_Water ; rdfs:label "Chilled Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water _:has_Chilled ) ], brick:Water ; skos:definition "water used as a cooling medium (particularly in air-conditioning systems or in processes) at below ambient temperature." ; brick:hasAssociatedTag tag:Chilled, tag:Fluid, tag:Liquid, tag:Water . brick:Cooling_Temperature_Setpoint a owl:Class ; rdfs:label "Cooling Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Setpoint _:has_Cool ) ], brick:Temperature_Setpoint ; brick:hasAssociatedTag tag:Cool, tag:Point, tag:Setpoint, tag:Temperature . brick:Disable_Command a owl:Class ; rdfs:label "Disable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Disable _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Disable, tag:Point . brick:Discharge_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Discharge Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Discharge _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Point, tag:Setpoint, tag:Temperature . brick:Enthalpy a owl:Class, brick:Enthalpy ; rdfs:label "Enthalpy" ; rdfs:subClassOf brick:Quantity ; skos:definition "(also known as heat content), thermodynamic quantity equal to the sum of the internal energy of a system plus the product of the pressure volume work done on the system. H = E + pv, where H = enthalpy or total heat content, E = internal energy of the system, p = pressure, and v = volume. (Compare to [[specific enthalpy]].)" . brick:Gas a owl:Class, brick:Gas ; rdfs:label "Gas" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas ) ], brick:Fluid ; brick:hasAssociatedTag tag:Fluid, tag:Gas . brick:Liquid a owl:Class, brick:Liquid ; rdfs:label "Liquid" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid ) ], brick:Fluid ; brick:hasAssociatedTag tag:Fluid, tag:Liquid . brick:Min_Air_Flow_Setpoint_Limit a owl:Class ; rdfs:label "Min Air Flow Setpoint Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Air _:has_Flow _:has_Limit _:has_Parameter _:has_Setpoint ) ], brick:Air_Flow_Setpoint_Limit, brick:Min_Limit ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Limit, tag:Min, tag:Parameter, tag:Point, tag:Setpoint . brick:On_Off_Command a owl:Class ; rdfs:label "On Off Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_On _:has_Off _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Off, tag:On, tag:Point . brick:Outside_Air_Temperature_Setpoint a owl:Class ; rdfs:label "Outside Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Outside _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Air_Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Outside, tag:Point, tag:Setpoint, tag:Temperature . brick:Power a owl:Class, brick:Power ; rdfs:label "Power" ; rdfs:subClassOf brick:Quantity . brick:Static_Pressure a owl:Class, brick:Static_Pressure ; rdfs:label "Static Pressure" ; rdfs:subClassOf brick:Pressure . brick:Temperature_Deadband_Setpoint a owl:Class ; rdfs:label "Temperature Deadband Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Deadband _:has_Setpoint ) ], brick:Deadband_Setpoint, brick:Temperature_Setpoint ; brick:hasAssociatedTag tag:Deadband, tag:Point, tag:Setpoint, tag:Temperature . brick:Velocity_Pressure a owl:Class, brick:Velocity_Pressure ; rdfs:label "Velocity Pressure" ; rdfs:subClassOf brick:Pressure . brick:Water_System a owl:Class ; rdfs:label "Water System" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Water _:has_Equipment ) ], brick:Equipment ; brick:hasAssociatedTag tag:Equipment, tag:Water . brick:Water_Temperature_Setpoint a owl:Class ; rdfs:label "Water Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Water _:has_Temperature _:has_Setpoint ) ], brick:Temperature_Setpoint ; brick:hasAssociatedTag tag:Point, tag:Setpoint, tag:Temperature, tag:Water . brick:Zone_Air_Temperature_Sensor a owl:Class ; rdfs:label "Zone Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Zone _:has_Air _:has_Temperature _:has_Sensor ) ], brick:Air_Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Zone_Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Sensor, tag:Temperature, tag:Zone . tag:Condenser a brick:Tag ; rdfs:label "Condenser" . tag:Dewpoint a brick:Tag ; rdfs:label "Dewpoint" . tag:Fixed a brick:Tag ; rdfs:label "Fixed" . tag:Interface a brick:Tag ; rdfs:label "Interface" . tag:Leaving a brick:Tag ; rdfs:label "Leaving" . tag:Luminance a brick:Tag ; rdfs:label "Luminance" . tag:Mixed a brick:Tag ; rdfs:label "Mixed" . tag:Occupancy a brick:Tag ; rdfs:label "Occupancy" . tag:Shutdown a brick:Tag ; rdfs:label "Shutdown" . tag:Solar a brick:Tag ; rdfs:label "Solar" . tag:Solid a brick:Tag ; rdfs:label "Solid" . tag:Storage a brick:Tag ; rdfs:label "Storage" . tag:Thermal a brick:Tag ; rdfs:label "Thermal" . tag:VFD a brick:Tag ; rdfs:label "VFD" . tag:Voltage a brick:Tag ; rdfs:label "Voltage" . brick:Discharge_Air a owl:Class, brick:Discharge_Air ; rdfs:label "Discharge Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Discharge ) ], brick:Air ; brick:hasAssociatedTag tag:Air, tag:Discharge, tag:Fluid, tag:Gas . brick:Electric_Current a owl:Class, brick:Electric_Current ; rdfs:label "Electric Current" ; rdfs:subClassOf brick:Current . brick:Electric_Power a owl:Class, brick:Electric_Power ; rdfs:label "Electric Power" ; rdfs:subClassOf brick:Power . brick:Exhaust_Air a owl:Class, brick:Exhaust_Air ; rdfs:label "Exhaust Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Exhaust ) ], brick:Air ; skos:definition "air that must be removed from a space due to contaminants, regardless of pressurization" ; brick:hasAssociatedTag tag:Air, tag:Exhaust, tag:Fluid, tag:Gas . brick:Fan a owl:Class ; rdfs:label "Fan" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Equipment _:has_Fan ) ], brick:HVAC ; skos:definition "Any device with two or more blades or vanes attached to a rotating shaft used to produce an airflow for the purpose of comfort, ventilation, exhaust, heating, cooling, or any other gaseous transport." ; brick:hasAssociatedTag tag:Equipment, tag:Fan . brick:Heating_Temperature_Setpoint a owl:Class ; rdfs:label "Heating Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Setpoint _:has_Heat ) ], brick:Temperature_Setpoint ; brick:hasAssociatedTag tag:Heat, tag:Point, tag:Setpoint, tag:Temperature . brick:Integral_Time_Parameter a owl:Class ; rdfs:label "Integral Time Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Time _:has_Integral ) ], brick:Time_Parameter ; brick:hasAssociatedTag tag:Integral, tag:PID, tag:Parameter, tag:Point, tag:Time . brick:Substance a owl:Class ; rdfs:subClassOf sosa:FeatureOfInterest, brick:Measurable . brick:Supply_Air a owl:Class, brick:Supply_Air ; rdfs:label "Supply Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Supply ) ], brick:Air ; skos:definition "(1) air delivered by mechanical or natural ventilation to a space, composed of any combination of outdoor air, recirculated air, or transfer air. (2) air entering a space from an air-conditioning, heating, or ventilating apparatus for the purpose of comfort conditioning. Supply air is generally filtered, fan forced, and either heated, cooled, humidified, or dehumidified as necessary to maintain specified conditions. Only the quantity of outdoor air within the supply airflow may be used as replacement air." ; brick:hasAssociatedTag tag:Air, tag:Fluid, tag:Gas, tag:Supply . brick:Temperature_Setpoint a owl:Class ; rdfs:label "Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Setpoint ) ], brick:Setpoint ; brick:hasAssociatedTag tag:Point, tag:Setpoint, tag:Temperature . tag:Coil a brick:Tag ; rdfs:label "Coil" . tag:Direction a brick:Tag ; rdfs:label "Direction" . tag:Exchanger a brick:Tag ; rdfs:label "Exchanger" . tag:Fault a brick:Tag ; rdfs:label "Fault" . tag:Laboratory a brick:Tag ; rdfs:label "Laboratory" . tag:Lockout a brick:Tag ; rdfs:label "Lockout" . tag:Loss a brick:Tag ; rdfs:label "Loss" . tag:Motor a brick:Tag ; rdfs:label "Motor" . tag:Output a brick:Tag ; rdfs:label "Output" . tag:Preheat a brick:Tag ; rdfs:label "Preheat" . tag:Stack a brick:Tag ; rdfs:label "Stack" . tag:Start a brick:Tag ; rdfs:label "Start" . tag:Stop a brick:Tag ; rdfs:label "Stop" . tag:Velocity a brick:Tag ; rdfs:label "Velocity" . brick:Air_Flow_Sensor a owl:Class ; rdfs:label "Air Flow Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Flow _:has_Air ) ], brick:Flow_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Flow ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Point, tag:Sensor . brick:Air_Flow_Setpoint a owl:Class ; rdfs:label "Air Flow Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Flow _:has_Setpoint ) ], brick:Flow_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Flow, tag:Point, tag:Setpoint . brick:Air_Humidity_Sensor a owl:Class ; rdfs:label "Air Humidity Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Humidity _:has_Air ) ], brick:Humidity_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Humidity ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Humidity, tag:Point, tag:Sensor . brick:Level a owl:Class, brick:Level ; rdfs:label "Level" ; rdfs:subClassOf brick:Quantity . brick:Proportional_Band_Parameter a owl:Class ; rdfs:label "Proportional Band Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_PID _:has_Proportional _:has_Band _:has_Parameter _:has_PID ) ], brick:PID_Parameter ; brick:hasAssociatedTag tag:Band, tag:PID, tag:Parameter, tag:Point, tag:Proportional . brick:Static_Pressure_Setpoint a owl:Class ; rdfs:label "Static Pressure Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Static _:has_Pressure _:has_Setpoint ) ], brick:Pressure_Setpoint ; brick:hasAssociatedTag tag:Point, tag:Pressure, tag:Setpoint, tag:Static . brick:Water_Temperature_Sensor a owl:Class ; rdfs:label "Water Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Water ) ], brick:Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Water ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Point, tag:Sensor, tag:Temperature, tag:Water . tag:Average a brick:Tag ; rdfs:label "Average" . tag:Box a brick:Tag ; rdfs:label "Box" . tag:Fire a brick:Tag ; rdfs:label "Fire" . tag:Gain a brick:Tag ; rdfs:label "Gain" . tag:Run a brick:Tag ; rdfs:label "Run" . tag:Standby a brick:Tag ; rdfs:label "Standby" . tag:Unit a brick:Tag ; rdfs:label "Unit" . brick:Air_Temperature_Sensor a owl:Class ; rdfs:label "Air Temperature Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor _:has_Temperature _:has_Air ) ], brick:Temperature_Sensor ; owl:equivalentClass [ owl:intersectionOf ( [ a owl:Restriction ; owl:hasValue brick:Temperature ; owl:onProperty brick:measures ] [ a owl:Restriction ; owl:hasValue brick:Air ; owl:onProperty brick:measures ] ) ] ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Sensor, tag:Temperature . brick:Enable_Command a owl:Class ; rdfs:label "Enable Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Enable _:has_Command ) ], brick:Command ; brick:hasAssociatedTag tag:Command, tag:Enable, tag:Point . brick:On_Off_Status a owl:Class ; rdfs:label "On Off Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_On _:has_Off _:has_Status ) ], brick:Off_Status, brick:On_Status, brick:Status ; brick:hasAssociatedTag tag:Off, tag:On, tag:Point, tag:Status . brick:Outside_Air a owl:Class, brick:Outside_Air ; rdfs:label "Outside Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Outside ) ], brick:Air ; skos:definition "air external to a defined zone (e.g., corridors)." ; brick:hasAssociatedTag tag:Air, tag:Fluid, tag:Gas, tag:Outside . brick:Pressure a owl:Class, brick:Pressure ; rdfs:label "Pressure" ; rdfs:subClassOf brick:Quantity . brick:Return_Air a owl:Class, brick:Return_Air ; rdfs:label "Return Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air _:has_Return ) ], brick:Air ; skos:definition "air removed from a space to be recirculated or exhausted. Air extracted from a space and totally or partially returned to an air conditioner, furnace, or other heating, cooling, or ventilating system." ; brick:hasAssociatedTag tag:Air, tag:Fluid, tag:Gas, tag:Return . tag:Current a brick:Tag ; rdfs:label "Current" . tag:Domestic a brick:Tag ; rdfs:label "Domestic" . tag:Electrical a brick:Tag ; rdfs:label "Electrical" . tag:Filter a brick:Tag ; rdfs:label "Filter" . tag:Request a brick:Tag ; rdfs:label "Request" . brick:Air_Temperature_Setpoint a owl:Class ; rdfs:label "Air Temperature Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Air _:has_Temperature _:has_Setpoint ) ], brick:Temperature_Setpoint ; brick:hasAssociatedTag tag:Air, tag:Point, tag:Setpoint, tag:Temperature . brick:Max_Limit a owl:Class ; rdfs:label "Max Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Max _:has_Limit _:has_Parameter ) ], brick:Limit ; brick:hasAssociatedTag tag:Limit, tag:Max, tag:Parameter, tag:Point . tag:Disable a brick:Tag ; rdfs:label "Disable" . tag:Pump a brick:Tag ; rdfs:label "Pump" . tag:Steam a brick:Tag ; rdfs:label "Steam" . brick:Humidity a owl:Class, brick:Humidity ; rdfs:label "Humidity" ; rdfs:subClassOf brick:Quantity . brick:Min_Limit a owl:Class ; rdfs:label "Min Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Min _:has_Limit _:has_Parameter ) ], brick:Limit ; brick:hasAssociatedTag tag:Limit, tag:Min, tag:Parameter, tag:Point . brick:Point a owl:Class ; rdfs:label "Point" ; rdfs:subClassOf _:has_Point, brick:Class ; brick:hasAssociatedTag tag:Point . tag:Building a brick:Tag ; rdfs:label "Building" . tag:Damper a brick:Tag ; rdfs:label "Damper" . tag:Enthalpy a brick:Tag ; rdfs:label "Enthalpy" . tag:Position a brick:Tag ; rdfs:label "Position" . tag:Room a brick:Tag ; rdfs:label "Room" . tag:Energy a brick:Tag ; rdfs:label "Energy" . tag:Step a brick:Tag ; rdfs:label "Step" . brick:Limit a owl:Class ; rdfs:label "Limit" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter _:has_Limit ) ], brick:Parameter ; brick:hasAssociatedTag tag:Limit, tag:Parameter, tag:Point . brick:Location a owl:Class ; rdfs:label "Location" ; rdfs:subClassOf _:has_Location, brick:Class ; brick:hasAssociatedTag tag:Location . brick:Parameter a owl:Class ; rdfs:label "Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Parameter ) ], brick:Point ; owl:disjointWith brick:Alarm, brick:Command, brick:Sensor, brick:Setpoint, brick:Status ; brick:hasAssociatedTag tag:Parameter, tag:Point . tag:Usage a brick:Tag ; rdfs:label "Usage" . tag:CO2 a brick:Tag ; rdfs:label "CO2" . tag:Emergency a brick:Tag ; rdfs:label "Emergency" . tag:Medium a brick:Tag ; rdfs:label "Medium" . tag:Meter a brick:Tag ; rdfs:label "Meter" . brick:Temperature_Parameter a owl:Class ; rdfs:label "Temperature Parameter" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Temperature _:has_Parameter ) ], brick:Parameter ; brick:hasAssociatedTag tag:Parameter, tag:Point, tag:Temperature . tag:Demand a brick:Tag ; rdfs:label "Demand" . tag:Mode a brick:Tag ; rdfs:label "Mode" . tag:System a brick:Tag ; rdfs:label "System" . tag:Valve a brick:Tag ; rdfs:label "Valve" . brick:Equipment a owl:Class ; rdfs:label "Equipment" ; rdfs:subClassOf _:has_Equipment, brick:Class ; brick:hasAssociatedTag tag:Equipment . brick:Flow a owl:Class, brick:Flow ; rdfs:label "Flow" ; rdfs:subClassOf brick:Quantity . brick:Water a owl:Class, brick:Water ; rdfs:label "Water" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Liquid _:has_Water ) ], brick:Liquid ; skos:definition "transparent, odorless, tasteless liquid; a compound of hydrogen and oxygen (H2O), containing 11.188% hydrogen and 88.812% oxygen by mass; freezing at 32°F (0°C); boiling near 212°F (100°C)." ; brick:hasAssociatedTag tag:Fluid, tag:Liquid, tag:Water . tag:Power a brick:Tag ; rdfs:label "Power" . tag:Speed a brick:Tag ; rdfs:label "Speed" . tag:Unoccupied a brick:Tag ; rdfs:label "Unoccupied" . tag:Zone a brick:Tag ; rdfs:label "Zone" . brick:Air a owl:Class, brick:Air ; rdfs:label "Air" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Fluid _:has_Gas _:has_Air ) ], brick:Gas ; brick:hasAssociatedTag tag:Air, tag:Fluid, tag:Gas . tag:Gas a brick:Tag ; rdfs:label "Gas" . tag:Humidity a brick:Tag ; rdfs:label "Humidity" . tag:Low a brick:Tag ; rdfs:label "Low" . tag:Occupied a brick:Tag ; rdfs:label "Occupied" . tag:Integral a brick:Tag ; rdfs:label "Integral" . tag:On a brick:Tag ; rdfs:label "On" . tag:Fan a brick:Tag ; rdfs:label "Fan" . tag:Location a brick:Tag ; rdfs:label "Location" . brick:Setpoint a owl:Class ; rdfs:label "Setpoint" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Setpoint ) ], brick:Point ; owl:disjointWith brick:Alarm, brick:Command, brick:Parameter, brick:Sensor, brick:Status ; brick:hasAssociatedTag tag:Point, tag:Setpoint . brick:Temperature a owl:Class, brick:Temperature ; rdfs:label "Temperature" ; rdfs:subClassOf brick:Quantity . tag:Band a brick:Tag ; rdfs:label "Band" . tag:Enable a brick:Tag ; rdfs:label "Enable" . tag:High a brick:Tag ; rdfs:label "High" . tag:Shed a brick:Tag ; rdfs:label "Shed" . brick:Alarm a owl:Class ; rdfs:label "Alarm" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Alarm ) ], brick:Point ; owl:disjointWith brick:Command, brick:Parameter, brick:Sensor, brick:Setpoint, brick:Status ; brick:hasAssociatedTag tag:Alarm, tag:Point . tag:Liquid a brick:Tag ; rdfs:label "Liquid" . tag:Proportional a brick:Tag ; rdfs:label "Proportional" . tag:Time a brick:Tag ; rdfs:label "Time" . brick:HVAC a owl:Class ; rdfs:label "HVAC" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Heat _:has_Ventilation _:has_Air _:has_Conditioning _:has_System ) ], brick:Equipment ; owl:equivalentClass brick:Heating_Ventilation_Air_Conditioning_System ; brick:hasAssociatedTag tag:Air, tag:Conditioning, tag:Heat, tag:System, tag:Ventilation . tag:Deadband a brick:Tag ; rdfs:label "Deadband" . tag:Exhaust a brick:Tag ; rdfs:label "Exhaust" . tag:Off a brick:Tag ; rdfs:label "Off" . tag:Return a brick:Tag ; rdfs:label "Return" . tag:Load a brick:Tag ; rdfs:label "Load" . tag:Min a brick:Tag ; rdfs:label "Min" . tag:Outside a brick:Tag ; rdfs:label "Outside" . brick:Command a owl:Class ; rdfs:label "Command" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Command ) ], brick:Point ; owl:disjointWith brick:Alarm, brick:Parameter, brick:Sensor, brick:Setpoint, brick:Status ; brick:hasAssociatedTag tag:Command, tag:Point . tag:Max a brick:Tag ; rdfs:label "Max" . tag:Chilled a brick:Tag ; rdfs:label "Chilled" . tag:Reset a brick:Tag ; rdfs:label "Reset" . brick:Quantity a owl:Class ; rdfs:subClassOf sosa:ObservableProperty, brick:Measurable . brick:Status a owl:Class ; rdfs:label "Status" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Status ) ], brick:Point ; owl:disjointWith brick:Alarm, brick:Command, brick:Parameter, brick:Sensor, brick:Setpoint ; brick:hasAssociatedTag tag:Point, tag:Status . tag:Fluid a brick:Tag ; rdfs:label "Fluid" . tag:Static a brick:Tag ; rdfs:label "Static" . tag:Cool a brick:Tag ; rdfs:label "Cool" . brick:Sensor a owl:Class ; rdfs:label "Sensor" ; rdfs:subClassOf [ owl:intersectionOf ( _:has_Point _:has_Sensor ) ], brick:Point ; owl:disjointWith brick:Alarm, brick:Command, brick:Parameter, brick:Setpoint, brick:Status ; brick:hasAssociatedTag tag:Point, tag:Sensor . tag:PID a brick:Tag ; rdfs:label "PID" . tag:Hot a brick:Tag ; rdfs:label "Hot" . tag:Heat a brick:Tag ; rdfs:label "Heat" . tag:Alarm a brick:Tag ; rdfs:label "Alarm" . tag:Limit a brick:Tag ; rdfs:label "Limit" . tag:Command a brick:Tag ; rdfs:label "Command" . tag:Differential a brick:Tag ; rdfs:label "Differential" . tag:Status a brick:Tag ; rdfs:label "Status" . tag:Discharge a brick:Tag ; rdfs:label "Discharge" . tag:Flow a brick:Tag ; rdfs:label "Flow" . tag:Supply a brick:Tag ; rdfs:label "Supply" . tag:Pressure a brick:Tag ; rdfs:label "Pressure" . tag:Equipment a brick:Tag ; rdfs:label "Equipment" . tag:Parameter a brick:Tag ; rdfs:label "Parameter" . tag:Water a brick:Tag ; rdfs:label "Water" . brick:measures a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:domain brick:Point ; rdfs:range brick:Measurable ; owl:inverseOf brick:isMeasuredBy ; skos:definition "The subject measures a quantity or substance given by the object" . tag:Temperature a brick:Tag ; rdfs:label "Temperature" . tag:Sensor a brick:Tag ; rdfs:label "Sensor" . tag:Setpoint a brick:Tag ; rdfs:label "Setpoint" . tag:Air a brick:Tag ; rdfs:label "Air" . brick:hasTag a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:range brick:Tag ; owl:inverseOf brick:isTagOf ; skos:definition "The subject has the given tag" . brick:Tag a owl:AllDifferent, owl:Class ; owl:distinctMembers ( tag:Coil tag:Valve tag:Heat tag:Cool tag:Equipment tag:Location tag:Point tag:Lighting tag:HVAC tag:Air tag:Steam tag:Ice tag:Chilled ) . tag:Point a brick:Tag ; rdfs:label "Point" . [] a owl:Restriction ; owl:hasValue tag:Pir ; owl:onProperty brick:hasTag . _:has_AHU a owl:Restriction ; owl:hasValue tag:AHU ; owl:onProperty brick:hasTag . _:has_Auto a owl:Restriction ; owl:hasValue tag:Auto ; owl:onProperty brick:hasTag . _:has_Battery a owl:Restriction ; owl:hasValue tag:Battery ; owl:onProperty brick:hasTag . _:has_CRAC a owl:Restriction ; owl:hasValue tag:CRAC ; owl:onProperty brick:hasTag . _:has_Conditioning a owl:Restriction ; owl:hasValue tag:Conditioning ; owl:onProperty brick:hasTag . _:has_Conductivity a owl:Restriction ; owl:hasValue tag:Conductivity ; owl:onProperty brick:hasTag . _:has_Control a owl:Restriction ; owl:hasValue tag:Control ; owl:onProperty brick:hasTag . _:has_Cycle a owl:Restriction ; owl:hasValue tag:Cycle ; owl:onProperty brick:hasTag . _:has_Deionised a owl:Restriction ; owl:hasValue tag:Deionised ; owl:onProperty brick:hasTag . _:has_Deionized a owl:Restriction ; owl:hasValue tag:Deionized ; owl:onProperty brick:hasTag . _:has_Delay a owl:Restriction ; owl:hasValue tag:Delay ; owl:onProperty brick:hasTag . _:has_Derivative a owl:Restriction ; owl:hasValue tag:Derivative ; owl:onProperty brick:hasTag . _:has_Drive a owl:Restriction ; owl:hasValue tag:Drive ; owl:onProperty brick:hasTag . _:has_Duct a owl:Restriction ; owl:hasValue tag:Duct ; owl:onProperty brick:hasTag . _:has_Duration a owl:Restriction ; owl:hasValue tag:Duration ; owl:onProperty brick:hasTag . _:has_Economizer a owl:Restriction ; owl:hasValue tag:Economizer ; owl:onProperty brick:hasTag . _:has_Failure a owl:Restriction ; owl:hasValue tag:Failure ; owl:onProperty brick:hasTag . _:has_Fequency a owl:Restriction ; owl:hasValue tag:Fequency ; owl:onProperty brick:hasTag . _:has_Freeze a owl:Restriction ; owl:hasValue tag:Freeze ; owl:onProperty brick:hasTag . _:has_Fresh a owl:Restriction ; owl:hasValue tag:Fresh ; owl:onProperty brick:hasTag . _:has_Frost a owl:Restriction ; owl:hasValue tag:Frost ; owl:onProperty brick:hasTag . _:has_Fume a owl:Restriction ; owl:hasValue tag:Fume ; owl:onProperty brick:hasTag . _:has_Generator a owl:Restriction ; owl:hasValue tag:Generator ; owl:onProperty brick:hasTag . _:has_HVAC a owl:Restriction ; owl:hasValue tag:HVAC ; owl:onProperty brick:hasTag . _:has_Hail a owl:Restriction ; owl:hasValue tag:Hail ; owl:onProperty brick:hasTag . _:has_Highest a owl:Restriction ; owl:hasValue tag:Highest ; owl:onProperty brick:hasTag . _:has_Hood a owl:Restriction ; owl:hasValue tag:Hood ; owl:onProperty brick:hasTag . _:has_Humidifier a owl:Restriction ; owl:hasValue tag:Humidifier ; owl:onProperty brick:hasTag . _:has_Ice a owl:Restriction ; owl:hasValue tag:Ice ; owl:onProperty brick:hasTag . _:has_Illuminance a owl:Restriction ; owl:hasValue tag:Illuminance ; owl:onProperty brick:hasTag . _:has_Lag a owl:Restriction ; owl:hasValue tag:Lag ; owl:onProperty brick:hasTag . _:has_Lighting a owl:Restriction ; owl:hasValue tag:Lighting ; owl:onProperty brick:hasTag . _:has_Lowest a owl:Restriction ; owl:hasValue tag:Lowest ; owl:onProperty brick:hasTag . _:has_Luminaire a owl:Restriction ; owl:hasValue tag:Luminaire ; owl:onProperty brick:hasTag . _:has_Maintenance a owl:Restriction ; owl:hasValue tag:Maintenance ; owl:onProperty brick:hasTag . _:has_Monthly a owl:Restriction ; owl:hasValue tag:Monthly ; owl:onProperty brick:hasTag . _:has_Oil a owl:Restriction ; owl:hasValue tag:Oil ; owl:onProperty brick:hasTag . _:has_Operating a owl:Restriction ; owl:hasValue tag:Operating ; owl:onProperty brick:hasTag . _:has_Override a owl:Restriction ; owl:hasValue tag:Override ; owl:onProperty brick:hasTag . _:has_Peak a owl:Restriction ; owl:hasValue tag:Peak ; owl:onProperty brick:hasTag . _:has_Percent a owl:Restriction ; owl:hasValue tag:Percent ; owl:onProperty brick:hasTag . _:has_Rain a owl:Restriction ; owl:hasValue tag:Rain ; owl:onProperty brick:hasTag . _:has_Reheat a owl:Restriction ; owl:hasValue tag:Reheat ; owl:onProperty brick:hasTag . _:has_Safety a owl:Restriction ; owl:hasValue tag:Safety ; owl:onProperty brick:hasTag . _:has_Shade a owl:Restriction ; owl:hasValue tag:Shade ; owl:onProperty brick:hasTag . _:has_Space a owl:Restriction ; owl:hasValue tag:Space ; owl:onProperty brick:hasTag . _:has_Switch a owl:Restriction ; owl:hasValue tag:Switch ; owl:onProperty brick:hasTag . _:has_Today a owl:Restriction ; owl:hasValue tag:Today ; owl:onProperty brick:hasTag . _:has_Torque a owl:Restriction ; owl:hasValue tag:Torque ; owl:onProperty brick:hasTag . _:has_Turn a owl:Restriction ; owl:hasValue tag:Turn ; owl:onProperty brick:hasTag . _:has_Ventilation a owl:Restriction ; owl:hasValue tag:Ventilation ; owl:onProperty brick:hasTag . _:has_Volume a owl:Restriction ; owl:hasValue tag:Volume ; owl:onProperty brick:hasTag . _:has_Wind a owl:Restriction ; owl:hasValue tag:Wind ; owl:onProperty brick:hasTag . _:has_Yearly a owl:Restriction ; owl:hasValue tag:Yearly ; owl:onProperty brick:hasTag . _:has_Adjust a owl:Restriction ; owl:hasValue tag:Adjust ; owl:onProperty brick:hasTag . _:has_Angle a owl:Restriction ; owl:hasValue tag:Angle ; owl:onProperty brick:hasTag . _:has_Bypass a owl:Restriction ; owl:hasValue tag:Bypass ; owl:onProperty brick:hasTag . _:has_Chiller a owl:Restriction ; owl:hasValue tag:Chiller ; owl:onProperty brick:hasTag . _:has_Detected a owl:Restriction ; owl:hasValue tag:Detected ; owl:onProperty brick:hasTag . _:has_Effective a owl:Restriction ; owl:hasValue tag:Effective ; owl:onProperty brick:hasTag . _:has_Entering a owl:Restriction ; owl:hasValue tag:Entering ; owl:onProperty brick:hasTag . _:has_Frequency a owl:Restriction ; owl:hasValue tag:Frequency ; owl:onProperty brick:hasTag . _:has_Grains a owl:Restriction ; owl:hasValue tag:Grains ; owl:onProperty brick:hasTag . _:has_Lead a owl:Restriction ; owl:hasValue tag:Lead ; owl:onProperty brick:hasTag . _:has_Leak a owl:Restriction ; owl:hasValue tag:Leak ; owl:onProperty brick:hasTag . _:has_Level a owl:Restriction ; owl:hasValue tag:Level ; owl:onProperty brick:hasTag . _:has_Overridden a owl:Restriction ; owl:hasValue tag:Overridden ; owl:onProperty brick:hasTag . _:has_Panel a owl:Restriction ; owl:hasValue tag:Panel ; owl:onProperty brick:hasTag . _:has_Smoke a owl:Restriction ; owl:hasValue tag:Smoke ; owl:onProperty brick:hasTag . _:has_Tolerance a owl:Restriction ; owl:hasValue tag:Tolerance ; owl:onProperty brick:hasTag . _:has_Variable a owl:Restriction ; owl:hasValue tag:Variable ; owl:onProperty brick:hasTag . _:has_Coil a owl:Restriction ; owl:hasValue tag:Coil ; owl:onProperty brick:hasTag . _:has_Condenser a owl:Restriction ; owl:hasValue tag:Condenser ; owl:onProperty brick:hasTag . _:has_Dewpoint a owl:Restriction ; owl:hasValue tag:Dewpoint ; owl:onProperty brick:hasTag . _:has_Fixed a owl:Restriction ; owl:hasValue tag:Fixed ; owl:onProperty brick:hasTag . _:has_Interface a owl:Restriction ; owl:hasValue tag:Interface ; owl:onProperty brick:hasTag . _:has_Leaving a owl:Restriction ; owl:hasValue tag:Leaving ; owl:onProperty brick:hasTag . _:has_Luminance a owl:Restriction ; owl:hasValue tag:Luminance ; owl:onProperty brick:hasTag . _:has_Mixed a owl:Restriction ; owl:hasValue tag:Mixed ; owl:onProperty brick:hasTag . _:has_Occupancy a owl:Restriction ; owl:hasValue tag:Occupancy ; owl:onProperty brick:hasTag . _:has_Shutdown a owl:Restriction ; owl:hasValue tag:Shutdown ; owl:onProperty brick:hasTag . _:has_Solar a owl:Restriction ; owl:hasValue tag:Solar ; owl:onProperty brick:hasTag . _:has_Solid a owl:Restriction ; owl:hasValue tag:Solid ; owl:onProperty brick:hasTag . _:has_Storage a owl:Restriction ; owl:hasValue tag:Storage ; owl:onProperty brick:hasTag . _:has_Thermal a owl:Restriction ; owl:hasValue tag:Thermal ; owl:onProperty brick:hasTag . _:has_VFD a owl:Restriction ; owl:hasValue tag:VFD ; owl:onProperty brick:hasTag . _:has_Voltage a owl:Restriction ; owl:hasValue tag:Voltage ; owl:onProperty brick:hasTag . _:has_Direction a owl:Restriction ; owl:hasValue tag:Direction ; owl:onProperty brick:hasTag . _:has_Exchanger a owl:Restriction ; owl:hasValue tag:Exchanger ; owl:onProperty brick:hasTag . _:has_Fault a owl:Restriction ; owl:hasValue tag:Fault ; owl:onProperty brick:hasTag . _:has_Laboratory a owl:Restriction ; owl:hasValue tag:Laboratory ; owl:onProperty brick:hasTag . _:has_Lockout a owl:Restriction ; owl:hasValue tag:Lockout ; owl:onProperty brick:hasTag . _:has_Loss a owl:Restriction ; owl:hasValue tag:Loss ; owl:onProperty brick:hasTag . _:has_Motor a owl:Restriction ; owl:hasValue tag:Motor ; owl:onProperty brick:hasTag . _:has_Output a owl:Restriction ; owl:hasValue tag:Output ; owl:onProperty brick:hasTag . _:has_Preheat a owl:Restriction ; owl:hasValue tag:Preheat ; owl:onProperty brick:hasTag . _:has_Stack a owl:Restriction ; owl:hasValue tag:Stack ; owl:onProperty brick:hasTag . _:has_Start a owl:Restriction ; owl:hasValue tag:Start ; owl:onProperty brick:hasTag . _:has_Stop a owl:Restriction ; owl:hasValue tag:Stop ; owl:onProperty brick:hasTag . _:has_Velocity a owl:Restriction ; owl:hasValue tag:Velocity ; owl:onProperty brick:hasTag . _:has_Average a owl:Restriction ; owl:hasValue tag:Average ; owl:onProperty brick:hasTag . _:has_Box a owl:Restriction ; owl:hasValue tag:Box ; owl:onProperty brick:hasTag . _:has_Fire a owl:Restriction ; owl:hasValue tag:Fire ; owl:onProperty brick:hasTag . _:has_Gain a owl:Restriction ; owl:hasValue tag:Gain ; owl:onProperty brick:hasTag . _:has_Run a owl:Restriction ; owl:hasValue tag:Run ; owl:onProperty brick:hasTag . _:has_Standby a owl:Restriction ; owl:hasValue tag:Standby ; owl:onProperty brick:hasTag . _:has_Unit a owl:Restriction ; owl:hasValue tag:Unit ; owl:onProperty brick:hasTag . _:has_Current a owl:Restriction ; owl:hasValue tag:Current ; owl:onProperty brick:hasTag . _:has_Domestic a owl:Restriction ; owl:hasValue tag:Domestic ; owl:onProperty brick:hasTag . _:has_Electrical a owl:Restriction ; owl:hasValue tag:Electrical ; owl:onProperty brick:hasTag . _:has_Filter a owl:Restriction ; owl:hasValue tag:Filter ; owl:onProperty brick:hasTag . _:has_Request a owl:Restriction ; owl:hasValue tag:Request ; owl:onProperty brick:hasTag . _:has_Steam a owl:Restriction ; owl:hasValue tag:Steam ; owl:onProperty brick:hasTag . _:has_Disable a owl:Restriction ; owl:hasValue tag:Disable ; owl:onProperty brick:hasTag . _:has_Pump a owl:Restriction ; owl:hasValue tag:Pump ; owl:onProperty brick:hasTag . _:has_Building a owl:Restriction ; owl:hasValue tag:Building ; owl:onProperty brick:hasTag . _:has_Damper a owl:Restriction ; owl:hasValue tag:Damper ; owl:onProperty brick:hasTag . _:has_Enthalpy a owl:Restriction ; owl:hasValue tag:Enthalpy ; owl:onProperty brick:hasTag . _:has_Position a owl:Restriction ; owl:hasValue tag:Position ; owl:onProperty brick:hasTag . _:has_Room a owl:Restriction ; owl:hasValue tag:Room ; owl:onProperty brick:hasTag . _:has_Energy a owl:Restriction ; owl:hasValue tag:Energy ; owl:onProperty brick:hasTag . _:has_Step a owl:Restriction ; owl:hasValue tag:Step ; owl:onProperty brick:hasTag . _:has_Usage a owl:Restriction ; owl:hasValue tag:Usage ; owl:onProperty brick:hasTag . _:has_CO2 a owl:Restriction ; owl:hasValue tag:CO2 ; owl:onProperty brick:hasTag . _:has_Emergency a owl:Restriction ; owl:hasValue tag:Emergency ; owl:onProperty brick:hasTag . _:has_Medium a owl:Restriction ; owl:hasValue tag:Medium ; owl:onProperty brick:hasTag . _:has_Meter a owl:Restriction ; owl:hasValue tag:Meter ; owl:onProperty brick:hasTag . _:has_Valve a owl:Restriction ; owl:hasValue tag:Valve ; owl:onProperty brick:hasTag . _:has_Demand a owl:Restriction ; owl:hasValue tag:Demand ; owl:onProperty brick:hasTag . _:has_Mode a owl:Restriction ; owl:hasValue tag:Mode ; owl:onProperty brick:hasTag . _:has_System a owl:Restriction ; owl:hasValue tag:System ; owl:onProperty brick:hasTag . _:has_Power a owl:Restriction ; owl:hasValue tag:Power ; owl:onProperty brick:hasTag . _:has_Speed a owl:Restriction ; owl:hasValue tag:Speed ; owl:onProperty brick:hasTag . _:has_Unoccupied a owl:Restriction ; owl:hasValue tag:Unoccupied ; owl:onProperty brick:hasTag . _:has_Zone a owl:Restriction ; owl:hasValue tag:Zone ; owl:onProperty brick:hasTag . _:has_Gas a owl:Restriction ; owl:hasValue tag:Gas ; owl:onProperty brick:hasTag . _:has_Humidity a owl:Restriction ; owl:hasValue tag:Humidity ; owl:onProperty brick:hasTag . _:has_Low a owl:Restriction ; owl:hasValue tag:Low ; owl:onProperty brick:hasTag . _:has_Occupied a owl:Restriction ; owl:hasValue tag:Occupied ; owl:onProperty brick:hasTag . _:has_Integral a owl:Restriction ; owl:hasValue tag:Integral ; owl:onProperty brick:hasTag . _:has_Location a owl:Restriction ; owl:hasValue tag:Location ; owl:onProperty brick:hasTag . _:has_On a owl:Restriction ; owl:hasValue tag:On ; owl:onProperty brick:hasTag . _:has_Fan a owl:Restriction ; owl:hasValue tag:Fan ; owl:onProperty brick:hasTag . _:has_Band a owl:Restriction ; owl:hasValue tag:Band ; owl:onProperty brick:hasTag . _:has_Enable a owl:Restriction ; owl:hasValue tag:Enable ; owl:onProperty brick:hasTag . _:has_High a owl:Restriction ; owl:hasValue tag:High ; owl:onProperty brick:hasTag . _:has_Shed a owl:Restriction ; owl:hasValue tag:Shed ; owl:onProperty brick:hasTag . _:has_Liquid a owl:Restriction ; owl:hasValue tag:Liquid ; owl:onProperty brick:hasTag . _:has_Proportional a owl:Restriction ; owl:hasValue tag:Proportional ; owl:onProperty brick:hasTag . _:has_Time a owl:Restriction ; owl:hasValue tag:Time ; owl:onProperty brick:hasTag . _:has_Deadband a owl:Restriction ; owl:hasValue tag:Deadband ; owl:onProperty brick:hasTag . _:has_Exhaust a owl:Restriction ; owl:hasValue tag:Exhaust ; owl:onProperty brick:hasTag . _:has_Off a owl:Restriction ; owl:hasValue tag:Off ; owl:onProperty brick:hasTag . _:has_Return a owl:Restriction ; owl:hasValue tag:Return ; owl:onProperty brick:hasTag . _:has_Load a owl:Restriction ; owl:hasValue tag:Load ; owl:onProperty brick:hasTag . _:has_Min a owl:Restriction ; owl:hasValue tag:Min ; owl:onProperty brick:hasTag . _:has_Outside a owl:Restriction ; owl:hasValue tag:Outside ; owl:onProperty brick:hasTag . _:has_Max a owl:Restriction ; owl:hasValue tag:Max ; owl:onProperty brick:hasTag . _:has_Chilled a owl:Restriction ; owl:hasValue tag:Chilled ; owl:onProperty brick:hasTag . _:has_Reset a owl:Restriction ; owl:hasValue tag:Reset ; owl:onProperty brick:hasTag . _:has_Fluid a owl:Restriction ; owl:hasValue tag:Fluid ; owl:onProperty brick:hasTag . _:has_Static a owl:Restriction ; owl:hasValue tag:Static ; owl:onProperty brick:hasTag . _:has_Cool a owl:Restriction ; owl:hasValue tag:Cool ; owl:onProperty brick:hasTag . _:has_PID a owl:Restriction ; owl:hasValue tag:PID ; owl:onProperty brick:hasTag . _:has_Hot a owl:Restriction ; owl:hasValue tag:Hot ; owl:onProperty brick:hasTag . _:has_Heat a owl:Restriction ; owl:hasValue tag:Heat ; owl:onProperty brick:hasTag . _:has_Alarm a owl:Restriction ; owl:hasValue tag:Alarm ; owl:onProperty brick:hasTag . _:has_Limit a owl:Restriction ; owl:hasValue tag:Limit ; owl:onProperty brick:hasTag . _:has_Command a owl:Restriction ; owl:hasValue tag:Command ; owl:onProperty brick:hasTag . _:has_Differential a owl:Restriction ; owl:hasValue tag:Differential ; owl:onProperty brick:hasTag . _:has_Status a owl:Restriction ; owl:hasValue tag:Status ; owl:onProperty brick:hasTag . _:has_Discharge a owl:Restriction ; owl:hasValue tag:Discharge ; owl:onProperty brick:hasTag . _:has_Flow a owl:Restriction ; owl:hasValue tag:Flow ; owl:onProperty brick:hasTag . _:has_Supply a owl:Restriction ; owl:hasValue tag:Supply ; owl:onProperty brick:hasTag . _:has_Pressure a owl:Restriction ; owl:hasValue tag:Pressure ; owl:onProperty brick:hasTag . _:has_Equipment a owl:Restriction ; owl:hasValue tag:Equipment ; owl:onProperty brick:hasTag . _:has_Parameter a owl:Restriction ; owl:hasValue tag:Parameter ; owl:onProperty brick:hasTag . _:has_Water a owl:Restriction ; owl:hasValue tag:Water ; owl:onProperty brick:hasTag . _:has_Temperature a owl:Restriction ; owl:hasValue tag:Temperature ; owl:onProperty brick:hasTag . _:has_Sensor a owl:Restriction ; owl:hasValue tag:Sensor ; owl:onProperty brick:hasTag . _:has_Setpoint a owl:Restriction ; owl:hasValue tag:Setpoint ; owl:onProperty brick:hasTag . _:has_Air a owl:Restriction ; owl:hasValue tag:Air ; owl:onProperty brick:hasTag . _:has_Point a owl:Restriction ; owl:hasValue tag:Point ; owl:onProperty brick:hasTag .