diff --git a/examples/nrel_pnnl/merge/merge.py b/examples/nrel_pnnl/merge/merge.py
index 3ad3709..2f7deb8 100644
--- a/examples/nrel_pnnl/merge/merge.py
+++ b/examples/nrel_pnnl/merge/merge.py
@@ -140,11 +140,14 @@ def get_initial_mapping(g1, g2, typ, ns):
inp = input("> ")
if inp == 'done':
return mapping
+ if not inp:
+ continue
parts = inp.split(' ')
g1idx, g2idx = int(parts[0]), int(parts[1])
mapping[g1ents[g1idx].uri] = g2ents[g2idx].uri
g1ents.pop(g1idx)
g2ents.pop(g2idx)
+ return mapping
def get_pairs_by_type(g1, g2, typ, ns, mapping=None) -> List[Tuple[EntityFeature, EntityFeature]]:
diff --git a/examples/nrel_pnnl/merge/merged.ttl b/examples/nrel_pnnl/merge/merged.ttl
index 3e5e9ef..a6d26de 100644
--- a/examples/nrel_pnnl/merge/merged.ttl
+++ b/examples/nrel_pnnl/merge/merged.ttl
@@ -1,11 +1,19 @@
@prefix bdg: .
@prefix brick: .
+@prefix bsh: .
+@prefix dcterms1: .
@prefix owl: .
+@prefix qudt: .
+@prefix qudtqk: .
@prefix rdf: .
@prefix rdfs: .
+@prefix sdo: .
@prefix sh: .
@prefix skos: .
+@prefix sosa: .
+@prefix tag: .
@prefix unit: .
+@prefix vcard: .
@prefix xsd: .
a brick:Discharge_Air_Flow_Sensor ;
@@ -8667,18 +8675,8116 @@ bdg:Perimeter_top_ZN_4-ZN-Zone-Air-Node_System_Node_Temperature a brick:Zone_Air
brick:hasUnit unit:DEG_C ;
brick:isPointOf bdg:Perimeter_top_ZN_4-ZN .
+brick:Ablutions_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Ablutions ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A room for performing cleansing rituals before prayer"@en ;
+ brick:hasAssociatedTag tag:Ablutions,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Absolute_Humidity a brick:Quantity ;
+ qudt:applicableUnit unit:GRAIN-PER-GAL,
+ unit:KiloGM-PER-M3,
+ unit:LB-PER-FT3,
+ unit:LB-PER-GAL,
+ unit:LB-PER-GAL_UK,
+ unit:LB-PER-GAL_US,
+ unit:LB-PER-IN3,
+ unit:LB-PER-M3,
+ unit:LB-PER-YD3,
+ unit:MilliGM-PER-DeciL,
+ unit:OZ_PER-GAL,
+ unit:OZ_PER-IN3,
+ unit:PlanckDensity,
+ unit:SLUG-PER-FT3,
+ unit:TON_LONG-PER-YD3,
+ unit:TON_SHORT-PER-YD3,
+ unit:TON_UK-PER-YD3,
+ unit:TON_US-PER-YD3 ;
+ skos:broader brick:Humidity ;
+ brick:hasQUDTReference qudtqk:AbsoluteHumidity .
+
+brick:Absorption_Chiller a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b8 [ a owl:Restriction ;
+ owl:hasValue tag:Absorption ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Chiller ;
+ skos:definition "A chiller that utilizes a thermal or/and chemical process to produce the refrigeration effect necessary to provide chilled water. There is no mechanical compression of the refrigerant taking place within the machine, as occurs within more traditional vapor compression type chillers."@en ;
+ brick:hasAssociatedTag tag:Absorption,
+ tag:Chiller,
+ tag:Equipment .
+
+brick:Acceleration_Time a brick:Quantity ;
+ skos:broader brick:Time .
+
+brick:Acceleration_Time_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b13 [ 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:Access_Reader a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b16 _:n237988efd09d4a5db929068104c81d05b17 [ a owl:Restriction ;
+ owl:hasValue tag:Reader ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b19 ) ],
+ brick:Access_Control_Equipment ;
+ brick:hasAssociatedTag tag:Access,
+ tag:Control,
+ tag:Equipment,
+ tag:Reader,
+ tag:Security .
+
+brick:Active_Energy a brick:Quantity ;
+ rdfs:label "Active_Energy" ;
+ qudt:applicableUnit unit:KiloW-HR,
+ unit:MegaW-HR,
+ unit:W-HR ;
+ rdfs:isDefinedBy ;
+ skos:broader brick:Electric_Energy ;
+ skos:definition "The integral of the active power over a time interval" .
+
+brick:Active_Power_Sensor a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b22 [ a owl:Restriction ;
+ owl:hasValue tag:Real ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b24 ) ],
+ brick:Electrical_Power_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Active_Power ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the portion of power that, averaged over a complete cycle of the AC waveform, results in net transfer of energy in one direction"@en ;
+ brick:hasAssociatedTag tag:Electrical,
+ tag:Point,
+ tag:Power,
+ tag:Real,
+ tag:Sensor .
+
+brick:Air_Flow_Loss_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b31 ) ],
+ brick:Air_Alarm ;
+ skos:definition "An alarm that indicates loss in air flow."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Alarm,
+ tag:Flow,
+ tag:Loss,
+ tag:Point .
+
+brick:Air_Loop a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b33 ) ],
+ brick:Loop ;
+ skos:definition "The set of connected equipment serving one path of air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Loop .
+
+brick:Alarm_Delay_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b35 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Delay_Parameter ;
+ skos:definition "A parameter determining how long to delay an alarm after sufficient conditions have been met"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Delay,
+ tag:Parameter,
+ tag:Point .
+
+brick:Alternating_Current_Frequency a brick:Quantity ;
+ rdfs:label "Alternating_Current_Frequency" ;
+ qudt:applicableUnit unit:GigaHZ,
+ unit:HZ,
+ unit:KiloHZ,
+ unit:MegaHZ ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Frequency,
+ brick:Frequency ;
+ skos:definition "The frequency of the oscillations of alternating current",
+ "The frequency of the oscillations of alternating current"@en ;
+ skos:related brick:Electric_Current .
+
+brick:Apparent_Energy a brick:Quantity ;
+ rdfs:label "Apparent_Energy" ;
+ qudt:applicableUnit unit:KiloV-A-HR ;
+ rdfs:isDefinedBy ;
+ skos:broader brick:Electric_Energy ;
+ skos:definition "The integral of the apparent power over a time interval" .
+
+brick:Apparent_Power a brick:Quantity ;
+ qudt:applicableUnit unit:KiloV-A,
+ unit:MegaV-A,
+ unit:V-A ;
+ skos:broader brick:Electric_Power ;
+ skos:definition "Apparent Power is the product of the rms voltage (U) between the terminals of a two-terminal element or two-terminal circuit and the rms electric current I in the element or circuit. Under sinusoidal conditions, the apparent power is the modulus of the complex power."@en ;
+ brick:hasQUDTReference qudtqk:ApparentPower .
+
+brick:Atmospheric_Pressure a brick:Quantity ;
+ qudt:applicableUnit unit:ATM,
+ unit:ATM_T,
+ unit:BAR,
+ unit:BARAD,
+ unit:BARYE,
+ unit:CM_H2O,
+ unit:CentiBAR,
+ unit:CentiM_H2O,
+ unit:CentiM_HG,
+ unit:DYN-PER-CentiM2,
+ unit:DecaPA,
+ unit:DeciBAR,
+ unit:FT_H2O,
+ unit:FT_HG,
+ unit:GM_F-PER-CentiM2,
+ unit:GigaPA,
+ unit:HectoBAR,
+ unit:HectoPA,
+ unit:IN_H2O,
+ unit:IN_HG,
+ unit:KIP_F-PER-IN2,
+ unit:KiloBAR,
+ unit:KiloGM-PER-M-SEC2,
+ unit:KiloGM_F-PER-CentiM2,
+ unit:KiloGM_F-PER-M2,
+ unit:KiloGM_F-PER-MilliM2,
+ unit:KiloLB_F-PER-IN2,
+ unit:KiloPA,
+ unit:KiloPA_A,
+ unit:LB_F-PER-FT2,
+ unit:LB_F-PER-IN2,
+ unit:MegaBAR,
+ unit:MegaPA,
+ unit:MicroATM,
+ unit:MicroBAR,
+ unit:MicroPA,
+ unit:MicroTORR,
+ unit:MilliBAR,
+ unit:MilliM_H2O,
+ unit:MilliM_HG,
+ unit:MilliM_HGA,
+ unit:MilliPA,
+ unit:MilliTORR,
+ unit:N-PER-CentiM2,
+ unit:N-PER-M2,
+ unit:N-PER-MilliM2,
+ unit:PA,
+ unit:PDL-PER-FT2,
+ unit:PSI,
+ unit:PlanckPressure,
+ unit:TORR ;
+ skos:broader brick:Pressure ;
+ skos:definition "The pressure exerted by the weight of the air above it at any point on the earth's surface. At sea level the atmosphere will support a column of mercury about (760 mm) high. This decreases with increasing altitude. The standard value for the atmospheric pressure at sea level in SI units is (101,325 pascals)."@en ;
+ brick:hasQUDTReference qudtqk:AtmosphericPressure .
+
+brick:Auditorium a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Auditorium ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b39 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Common_Space ;
+ skos:definition "A space for performances or larger gatherings"@en ;
+ brick:hasAssociatedTag tag:Auditorium,
+ tag:Common,
+ tag:Location,
+ tag:Space .
+
+brick:Automatic_Mode_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Automatic ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b42 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Mode_Command ;
+ skos:definition "Controls whether or not a device or controller is operating in \"Automatic\" mode"@en ;
+ brick:hasAssociatedTag tag:Automatic,
+ tag:Command,
+ tag:Mode,
+ tag:Point .
+
+brick:Availability_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Availability ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if a piece of equipment, system, or functionality is available for operation"@en ;
+ brick:hasAssociatedTag tag:Availability,
+ tag:Point,
+ tag:Status .
+
+brick:Average_Cooling_Demand_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b50 ) ],
+ brick:Cooling_Demand_Sensor ;
+ skos:definition "Measures the average power consumed by a cooling process as the amount of power consumed over some interval"@en ;
+ brick:hasAssociatedTag tag:Average,
+ tag:Cool,
+ tag:Demand,
+ tag:Point,
+ tag:Sensor .
+
+brick:Average_Exhaust_Air_Static_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b50 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Exhaust_Air_Static_Pressure_Sensor ;
+ skos:definition "The computed average static pressure of air in exhaust regions of an HVAC system over some period of time"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b50 ) ],
+ brick:Heating_Demand_Sensor ;
+ skos:definition "Measures the average power consumed by a heating process as the amount of power consumed over some interval"@en ;
+ brick:hasAssociatedTag tag:Average,
+ tag:Demand,
+ tag:Heat,
+ tag:Point,
+ tag:Sensor .
+
+brick:Average_Supply_Air_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b50 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Supply_Air_Flow_Sensor ;
+ owl:equivalentClass brick:Average_Discharge_Air_Flow_Sensor ;
+ skos:definition "The computed average flow of supply air over some interval"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Average,
+ tag:Flow,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply .
+
+brick:Average_Zone_Air_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b50 _:n237988efd09d4a5db929068104c81d05b28 ) ],
+ brick:Zone_Air_Temperature_Sensor ;
+ skos:definition "The computed average temperature of air in a zone, over some period of time"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Average,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Zone .
+
+brick:Basement a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Basement ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b64 ) ],
+ brick:Floor ;
+ skos:definition "The floor of a building which is partly or entirely below ground level."@en ;
+ brick:hasAssociatedTag tag:Basement,
+ tag:Floor,
+ tag:Location .
+
+brick:Battery a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b66 _:n237988efd09d4a5db929068104c81d05b67 _:n237988efd09d4a5db929068104c81d05b68 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Energy_Storage ;
+ skos:definition "A container that stores chemical energy that can be converted into electricity and used as a source of power"@en ;
+ brick:hasAssociatedTag tag:Battery,
+ tag:Energy,
+ tag:Equipment,
+ tag:Storage .
+
+brick:Battery_Energy_Storage_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b66 _:n237988efd09d4a5db929068104c81d05b67 _:n237988efd09d4a5db929068104c81d05b68 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Energy_Storage_System ;
+ skos:definition "A collection of batteries that provides energy storage, along with their supporting equipment"@en ;
+ brick:hasAssociatedTag tag:Battery,
+ tag:Energy,
+ tag:Storage,
+ tag:System .
+
+brick:Battery_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b66 _:n237988efd09d4a5db929068104c81d05b24 _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Electrical_Room ;
+ skos:definition "A room used to hold batteries for backup power"@en ;
+ brick:hasAssociatedTag tag:Battery,
+ tag:Electrical,
+ tag:Location,
+ tag:Room,
+ tag:Service,
+ tag:Space .
+
+brick:Battery_Voltage_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b74 _:n237988efd09d4a5db929068104c81d05b66 ) ],
+ brick:Voltage_Sensor ;
+ skos:definition "Measures the capacity of a battery"@en ;
+ brick:hasAssociatedTag tag:Battery,
+ tag:Point,
+ tag:Sensor,
+ tag:Voltage .
+
+brick:Bench_Space a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b76 _:n237988efd09d4a5db929068104c81d05b77 [ a owl:Restriction ;
+ owl:hasValue tag:Bench ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Outdoor_Area ;
+ skos:definition "For areas of play in a stadium, the area for partcipants and referees by the side of the field"@en ;
+ brick:hasAssociatedTag tag:Area,
+ tag:Bench,
+ tag:Location,
+ tag:Outdoor .
+
+brick:Booster_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 [ a owl:Restriction ;
+ owl:hasValue tag:Booster ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Fan ;
+ skos:definition "Fan activated to increase airflow beyond what is provided by the default configuration"@en ;
+ brick:hasAssociatedTag tag:Booster,
+ tag:Equipment,
+ tag:Fan .
+
+brick:Box_Mode_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b83 _:n237988efd09d4a5db929068104c81d05b42 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Mode_Command ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Command,
+ tag:Mode,
+ tag:Point .
+
+brick:Breaker_Panel a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Breaker ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "Breaker Panel distributes power into various end-uses."@en ;
+ brick:hasAssociatedTag tag:Breaker,
+ tag:Equipment .
+
+brick:Broadcast_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Broadcast ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b88 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Media_Room ;
+ skos:definition "A space to organize and manage a broadcast. Separate from studio"@en ;
+ brick:hasAssociatedTag tag:Broadcast,
+ tag:Location,
+ tag:Media,
+ tag:Room,
+ tag:Space .
+
+brick:Building_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b91 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Setpoint for humidity in a building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Building,
+ tag:Humidity,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Building_Air_Static_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Static_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "The static pressure of air within a building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Building,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Static .
+
+brick:Building_Air_Static_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Setpoint ;
+ skos:definition "Sets static pressure of the entire building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Building,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static .
+
+brick:Building_Chilled_Water_Meter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b100 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Building_Meter,
+ brick:Chilled_Water_Meter ;
+ skos:definition "A meter that measures the usage or consumption of chilled water of a whole building"@en ;
+ brick:hasAssociatedTag tag:Building,
+ tag:Chilled,
+ tag:Equipment,
+ tag:Meter,
+ tag:Water .
+
+brick:Building_Electrical_Meter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b24 _:n237988efd09d4a5db929068104c81d05b100 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Building_Meter,
+ brick:Electrical_Meter ;
+ skos:definition "A meter that measures the usage or consumption of electricity of a whole building"@en ;
+ brick:hasAssociatedTag tag:Building,
+ tag:Electrical,
+ tag:Equipment,
+ tag:Meter .
+
+brick:Building_Gas_Meter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b103 _:n237988efd09d4a5db929068104c81d05b100 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Building_Meter,
+ brick:Gas_Meter ;
+ skos:definition "A meter that measures the usage or consumption of gas of a whole building"@en ;
+ brick:hasAssociatedTag tag:Building,
+ tag:Equipment,
+ tag:Gas,
+ tag:Meter .
+
+brick:Building_Hot_Water_Meter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b100 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Building_Meter,
+ brick:Hot_Water_Meter ;
+ skos:definition "A meter that measures the usage or consumption of hot water of a whole building"@en ;
+ brick:hasAssociatedTag tag:Building,
+ tag:Equipment,
+ tag:Hot,
+ tag:Meter,
+ tag:Water .
+
+brick:Building_Water_Meter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b100 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Building_Meter,
+ brick:Water_Meter ;
+ skos:definition "A meter that measures the usage or consumption of water of a whole building"@en ;
+ brick:hasAssociatedTag tag:Building,
+ tag:Equipment,
+ tag:Meter,
+ tag:Water .
+
+brick:Bus_Riser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b108 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "Bus Risers are commonly fed from a switchgear and rise up through a series of floors to the main power distribution source for each floor."@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Riser .
+
+brick:Bypass_Air_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b110 ) ],
+ brick:Air_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the rate of flow of bypass air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Bypass,
+ tag:Flow,
+ tag:Point,
+ tag:Sensor .
+
+brick:Bypass_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b110 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for bypass air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Bypass,
+ tag:Humidity,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Bypass_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b110 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ brick:hasAssociatedTag tag:Bypass,
+ tag:Command,
+ tag:Point .
+
+brick:Bypass_Water_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b110 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Flow ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Bypass_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the rate of flow of bypass water"@en ;
+ brick:hasAssociatedTag tag:Bypass,
+ tag:Flow,
+ tag:Point,
+ tag:Sensor,
+ tag:Water .
+
+brick:Bypass_Water_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b110 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Flow_Setpoint ;
+ skos:definition "Sets the target flow rate of bypass water"@en ;
+ brick:hasAssociatedTag tag:Bypass,
+ tag:Flow,
+ tag:Point,
+ tag:Setpoint,
+ tag:Water .
+
+brick:CO2_Differential_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b122 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO2_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Differential_CO2_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference between CO2 levels of inside and outside air"@en ;
+ brick:hasAssociatedTag tag:CO2,
+ tag:Differential,
+ tag:Point,
+ tag:Sensor .
+
+brick:CO2_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b122 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO2_Sensor ;
+ skos:definition "Measures the concentration of CO2 in air"@en ;
+ brick:hasAssociatedTag tag:CO2,
+ tag:Level,
+ tag:Point,
+ tag:Sensor .
+
+brick:CO_Differential_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b130 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Differential_CO_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ brick:hasAssociatedTag tag:CO,
+ tag:Differential,
+ tag:Point,
+ tag:Sensor .
+
+brick:CO_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b130 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO_Sensor ;
+ skos:definition "Measures the concentration of CO"@en ;
+ brick:hasAssociatedTag tag:CO,
+ tag:Level,
+ tag:Point,
+ tag:Sensor .
+
+brick:Cafeteria a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Cafeteria ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b39 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Common_Space ;
+ skos:definition "A space to serve food and beverages"@en ;
+ brick:hasAssociatedTag tag:Cafeteria,
+ tag:Common,
+ tag:Location,
+ tag:Space .
+
+brick:Capacity_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 [ a owl:Restriction ;
+ owl:hasValue tag:Capacity ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Capacity ;
+ owl:onProperty brick:measures ] ) ] ;
+ brick:hasAssociatedTag tag:Capacity,
+ tag:Point,
+ tag:Sensor .
+
+brick:Ceiling_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b142 ) ],
+ brick:Fan ;
+ skos:definition "A fan installed on the ceiling of a room for the purpose of air circulation"@en ;
+ brick:hasAssociatedTag tag:Ceiling,
+ tag:Equipment,
+ tag:Fan .
+
+brick:Centrifugal_Chiller a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b8 [ a owl:Restriction ;
+ owl:hasValue tag:Centrifugal ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Chiller ;
+ skos:definition "A chiller that uses the vapor compression cycle to chill water. It throws off the heat collected from the chilled water plus the heat from the compressor to a water loop"@en ;
+ brick:hasAssociatedTag tag:Centrifugal,
+ tag:Chiller,
+ tag:Equipment .
+
+brick:Change_Filter_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Change ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b147 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Alarm ;
+ skos:definition "An alarm that indicates that a filter must be changed"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Change,
+ tag:Filter,
+ tag:Point .
+
+brick:Chilled_Water_Coil a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b149 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Cooling_Coil ;
+ skos:definition "A cooling element made of pipe or tube that removes heat from equipment, machines or airflows that is filled with chilled water."@en ;
+ brick:hasAssociatedTag tag:Coil,
+ tag:Cool,
+ tag:Equipment,
+ tag:Water .
+
+brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b98 ) ],
+ brick:Differential_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Differential_Pressure ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Chilled_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference in water pressure on either side of a chilled water valve"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b166 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Chilled_Water_Temperature_Sensor,
+ brick:Water_Differential_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Differential_Temperature ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Chilled_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference in temperature between the entering water to the chiller or other water cooling device and leaving water from the same chiller or other water cooling device"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Differential,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Chilled_Water_Loop a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b33 ) ],
+ brick:Water_Loop ;
+ skos:definition "A collection of equipment that transport and regulate chilled water among each other"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Loop,
+ tag:Water .
+
+brick:Chilled_Water_Pump a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Water_Pump ;
+ skos:definition "A pump that performs work on chilled water; typically part of a chilled water system"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Equipment,
+ tag:Pump,
+ tag:Water .
+
+brick:Chilled_Water_Pump_Differential_Pressure_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of differential pressure of chilled water in a chilled water pump"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Chilled_Water_Temperature_Sensor,
+ brick:Return_Water_Temperature_Sensor ;
+ skos:definition "Measures the temperature of chilled water that is returned to a cooling tower"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Point,
+ tag:Return,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Chilled_Water_Static_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Setpoint ;
+ skos:definition "Sets static pressure of chilled water"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static,
+ tag:Water .
+
+brick:Chilled_Water_Supply_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b98 ) ],
+ brick:Chilled_Water_Flow_Sensor,
+ brick:Supply_Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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:Chilled_Water_Discharge_Flow_Sensor ;
+ skos:definition "Measures the rate of flow of chilled supply water"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Flow,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Water .
+
+brick:Chilled_Water_Supply_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Chilled_Water_Flow_Setpoint,
+ brick:Supply_Water_Flow_Setpoint ;
+ owl:equivalentClass brick:Chilled_Water_Discharge_Flow_Setpoint ;
+ skos:definition "Sets the target flow rate of chilled supply water"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Flow,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Water .
+
+brick:Chilled_Water_Supply_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b58 ) ],
+ brick:Chilled_Water_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the temperature of chilled water that is supplied from a chiller"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Chilled_Water_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Water_System ;
+ skos:definition "The equipment, devices and conduits that handle the production and distribution of chilled water in a building"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:System,
+ tag:Water .
+
+brick:Chilled_Water_System_Enable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:System_Enable_Command ;
+ skos:definition "Enables operation of the chilled water system"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Command,
+ tag:Enable,
+ tag:Point,
+ tag:System,
+ tag:Water .
+
+brick:Chilled_Water_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Water_Valve ;
+ skos:definition "A valve that modulates the flow of chilled water"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Equipment,
+ tag:Valve,
+ tag:Water .
+
+brick:Close_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b194 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b195 ) ],
+ brick:Limit ;
+ skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Close_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Close,
+ tag:Limit,
+ tag:Parameter,
+ tag:Point .
+
+brick:Cloudage a brick:Quantity ;
+ rdfs:label "Cloudage" ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Dimensionless ;
+ skos:definition "The fraction of the sky obscured by clouds when observed from a particular location",
+ "The fraction of the sky obscured by clouds when observed from a particular location"@en .
+
+brick:Cold_Box a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Cold ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b83 _:n237988efd09d4a5db929068104c81d05b198 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Laboratory ;
+ skos:definition "in a gas separation unit, the insulated section that contains the low-temperature heat exchangers and distillation columns."@en ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Cold,
+ tag:Laboratory,
+ tag:Location,
+ tag:Room .
+
+brick:Coldest_Zone_Air_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Coldest ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Zone_Air_Temperature_Sensor ;
+ skos:definition "The zone temperature that is coldest; drives the supply temperature of hot air. A computed value rather than a physical sensor. Also referred to as a 'Lowest Zone Air Temperature Sensor'"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Coldest,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Zone .
+
+brick:Collection_Basin_Water_Heater a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b202 _:n237988efd09d4a5db929068104c81d05b203 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b204 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Water_Heater ;
+ skos:definition "Basin heaters prevent cold water basin freeze-up, e.g. in cooling towers, closed circuit fluid coolers, or evaporative condensers"@en ;
+ brick:hasAssociatedTag tag:Basin,
+ tag:Collection,
+ tag:Equipment,
+ tag:Heater,
+ tag:Water .
+
+brick:Collection_Basin_Water_Level_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b202 _:n237988efd09d4a5db929068104c81d05b203 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Water_Level_Alarm ;
+ skos:definition "An alarm that indicates a high or low level of water in the collection basin, e.g. within a Cooling_Tower"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Basin,
+ tag:Collection,
+ tag:Level,
+ tag:Point,
+ tag:Water .
+
+brick:Collection_Basin_Water_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b202 _:n237988efd09d4a5db929068104c81d05b203 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Water_Level_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Collection_Basin_Water ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Level ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the level of the water in the collection basin, e.g. within a Cooling_Tower"@en ;
+ brick:hasAssociatedTag tag:Basin,
+ tag:Collection,
+ tag:Level,
+ tag:Point,
+ tag:Sensor,
+ tag:Water .
+
+brick:Collection_Basin_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b202 _:n237988efd09d4a5db929068104c81d05b203 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Water_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Temperature ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Collection_Basin_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the temperature of the water in the collection basin, e.g. within a Cooling_Tower"@en ;
+ brick:hasAssociatedTag tag:Basin,
+ tag:Collection,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Communication_Loss_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Communication ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b31 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Alarm ;
+ skos:definition "An alarm that indicates a loss of communication e.g. with a device or controller"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Communication,
+ tag:Loss,
+ tag:Point .
+
+brick:Complex_Power a brick:Quantity ;
+ qudt:applicableUnit unit:KiloV-A,
+ unit:MegaV-A,
+ unit:V-A ;
+ skos:broader brick:Electric_Power ;
+ skos:definition "Complex Power, under sinusoidal conditions, is the product of the phasor (U) representing the voltage between the terminals of a linear two-terminal element or two-terminal circuit and the complex conjugate of the phasor (I) representing the electric current in the element or circuit."@en ;
+ brick:hasQUDTReference qudtqk:ComplexPower .
+
+brick:Compressor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Compressor ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:HVAC_Equipment ;
+ 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."@en ;
+ brick:hasAssociatedTag tag:Compressor,
+ tag:Equipment .
+
+brick:Concession a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Concessions ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b220 _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Food_Service_Room ;
+ skos:definition "A space to sell food and beverages. Usually embedded in a larger space and does not include a space where people consume their purchases"@en ;
+ brick:hasAssociatedTag tag:Concessions,
+ tag:Food,
+ tag:Location,
+ tag:Room,
+ tag:Service,
+ tag:Space .
+
+brick:Condensate_Leak_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Condensate ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b223 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Leak_Alarm ;
+ skos:definition "An alarm that indicates a leak of condensate from a cooling system"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Condensate,
+ tag:Leak,
+ tag:Point .
+
+brick:Condenser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b225 ) ],
+ brick:HVAC_Equipment ;
+ skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Equipment .
+
+brick:Condenser_Heat_Exchanger a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b227 ) ],
+ brick:Heat_Exchanger ;
+ skos:definition "A heat exchanger in which the primary heat transfer vapor changes its state to a liquid phase."@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Equipment,
+ tag:Exchanger,
+ tag:Heat .
+
+brick:Condenser_Water_Bypass_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b110 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Bypass_Valve ;
+ skos:definition "A valve installed in a bypass line of a condenser water loop"@en ;
+ brick:hasAssociatedTag tag:Bypass,
+ tag:Condenser,
+ tag:Equipment,
+ tag:Valve,
+ tag:Water .
+
+brick:Condenser_Water_Isolation_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b230 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Isolation_Valve ;
+ skos:definition "An isolation valve installed in the condenser water loop"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Equipment,
+ tag:Isolation,
+ tag:Valve,
+ tag:Water .
+
+brick:Condenser_Water_Pump a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Water_Pump ;
+ skos:definition "A pump that is part of a condenser system; the pump circulates condenser water from the chiller back to the cooling tower"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Equipment,
+ tag:Pump,
+ tag:Water .
+
+brick:Condenser_Water_System a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Water_System ;
+ skos:definition "A heat rejection system consisting of (typically) cooling towers, condenser water pumps, chillers and the piping connecting the components"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:System,
+ tag:Water .
+
+brick:Condenser_Water_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Water_Valve ;
+ skos:definition "A valve that modulates the flow of condenser water"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Equipment,
+ tag:Valve,
+ tag:Water .
+
+brick:Condensing_Natural_Gas_Boiler a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Condensing ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b236 _:n237988efd09d4a5db929068104c81d05b103 _:n237988efd09d4a5db929068104c81d05b237 ) ],
+ brick:Natural_Gas_Boiler ;
+ skos:definition "A closed, pressure vessel that uses natural gas and heat exchanger that capture and reuse any latent heat for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
+ brick:hasAssociatedTag tag:Boiler,
+ tag:Condensing,
+ tag:Equipment,
+ tag:Gas,
+ tag:Natural .
+
+brick:Constant_Air_Volume_Box a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Constant ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b240 _:n237988efd09d4a5db929068104c81d05b83 ) ],
+ brick:Terminal_Unit ;
+ owl:equivalentClass brick:CAV ;
+ skos:definition "A terminal unit for which supply air flow rate is constant and the supply air temperature is varied to meet thermal load"@en ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Constant,
+ tag:Equipment,
+ tag:Volume .
+
+brick:Contact_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 [ a owl:Restriction ;
+ owl:hasValue tag:Contact ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Sensor ;
+ skos:definition "Senses or detects contact, such as for determining if a door is closed."@en ;
+ brick:hasAssociatedTag tag:Contact,
+ tag:Point,
+ tag:Sensor .
+
+brick:Control_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b19 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A space from which operations are managed"@en ;
+ brick:hasAssociatedTag tag:Control,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Cooling_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Controls the amount of cooling to be delivered (typically as a proportion of total cooling output)"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Cool,
+ tag:Point .
+
+brick:Cooling_Demand_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Demand_Setpoint ;
+ skos:definition "Sets the rate required for cooling"@en ;
+ brick:hasAssociatedTag tag:Cool,
+ tag:Demand,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Cooling_Start_Stop_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b247 _:n237988efd09d4a5db929068104c81d05b248 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Start_Stop_Status ;
+ brick:hasAssociatedTag tag:Cool,
+ tag:Point,
+ tag:Start,
+ tag:Status,
+ tag:Stop .
+
+brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Cooling_Temperature_Setpoint,
+ brick:Supply_Air_Temperature_Deadband_Setpoint ;
+ owl:equivalentClass brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of temperature of supply air for cooling"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ brick:Air_Temperature_Integral_Time_Parameter ;
+ owl:equivalentClass brick:Cooling_Discharge_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
+ owl:equivalentClass brick:Cooling_Discharge_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 a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b253 _:n237988efd09d4a5db929068104c81d05b254 ) ],
+ brick:HVAC_Equipment ;
+ skos:definition "A cooling tower is a heat rejection device that rejects waste heat to the atmosphere through the cooling of a water stream to a lower temperature. Cooling towers may either use the evaporation of water to remove process heat and cool the working fluid to near the wet-bulb air temperature or, in the case of closed circuit dry cooling towers, rely solely on air to cool the working fluid to near the dry-bulb air temperature."@en ;
+ brick:hasAssociatedTag tag:Cooling,
+ tag:Equipment,
+ tag:Tower .
+
+brick:Cooling_Tower_Fan a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b254 _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 ) ],
+ brick:Fan ;
+ skos:definition "A fan that pulls air through a cooling tower and across the louvers where the water falls to aid in heat exchange by the process of evaporation"@en ;
+ brick:hasAssociatedTag tag:Cool,
+ tag:Equipment,
+ tag:Fan,
+ tag:Tower .
+
+brick:Cooling_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Valve ;
+ skos:definition "A valve that controls air temperature by modulating the amount of cold water flowing through a cooling coil"@en ;
+ brick:hasAssociatedTag tag:Cool,
+ tag:Equipment,
+ tag:Valve .
+
+brick:Copy_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Copy ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A room set aside for common office equipment, including printers and copiers"@en ;
+ brick:hasAssociatedTag tag:Copy,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Core_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b260 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Embedded_Temperature_Sensor ;
+ skos:definition "Measures the internal temperature of the radiant layer at the heat source or sink level of the radiant heating and cooling HVAC system."@en ;
+ brick:hasAssociatedTag tag:Core,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature .
+
+brick:Core_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b260 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Embedded_Temperature_Setpoint ;
+ skos:definition "Sets temperature for the core, i.e. the temperature at the heat source or sink level, of the radiant panel."@en ;
+ brick:hasAssociatedTag tag:Core,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
brick:CorrectedColorTemperature a brick:EntityProperty ;
rdfs:range brick:CorrectedColorTemperatureShape ;
skos:definition "corrected color temperature" .
+brick:Cubicle a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Cubicle ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b264 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Office ;
+ skos:definition "A smaller space set aside for an individual, but not with a door and without full-height walls"@en ;
+ brick:hasAssociatedTag tag:Cubicle,
+ tag:Location,
+ tag:Office,
+ tag:Room,
+ tag:Space .
+
+brick:Current_Angle a brick:Quantity ;
+ rdfs:label "CurrentAngle" ;
+ qudt:applicableUnit unit:ARCMIN,
+ unit:ARCSEC,
+ unit:DEG,
+ unit:GON,
+ unit:GRAD,
+ unit:MIL,
+ unit:MicroRAD,
+ unit:MilliARCSEC,
+ unit:MilliRAD,
+ unit:RAD,
+ unit:REV ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader brick:Phasor_Angle ;
+ skos:definition "Angle of current phasor",
+ "Angle of current phasor"@en ;
+ skos:related brick:Electric_Current .
+
+brick:Current_Imbalance_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b266 _:n237988efd09d4a5db929068104c81d05b267 ) ],
+ brick:Imbalance_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Current_Imbalance ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "A sensor which measures the current difference (imbalance) between phases of an electrical system"@en ;
+ brick:hasAssociatedTag tag:Current,
+ tag:Imbalance,
+ tag:Point,
+ tag:Sensor .
+
+brick:Current_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b267 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Limit ;
+ skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Current_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Current,
+ tag:Limit,
+ tag:Parameter,
+ tag:Point .
+
+brick:Current_Total_Harmonic_Distortion a brick:Quantity ;
+ rdfs:label "CurrentTotalHarmonicDistortion" ;
+ qudt:applicableUnit unit:DeciB_M,
+ unit:PERCENT ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Dimensionless ;
+ skos:definition "Measurement of harmonic distortion present in a signal defined as the sum of the powers of all harmonic components to the power of the fundamental frequency. (https://en.wikipedia.org/wiki/Total_harmonic_distortion)",
+ "Measurement of harmonic distortion present in a signal defined as the sum of the powers of all harmonic components to the power of the fundamental frequency. (https://en.wikipedia.org/wiki/Total_harmonic_distortion)"@en ;
+ skos:related brick:Electric_Current .
+
+brick:Curtailment_Override_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Curtailment ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b273 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Override_Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Curtailment,
+ tag:Override,
+ tag:Point .
+
+brick:DC_Bus_Voltage_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Dc ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Bus ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b74 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Voltage_Sensor ;
+ skos:definition "Measures the voltage across a DC bus"@en ;
+ brick:hasAssociatedTag tag:Bus,
+ tag:Dc,
+ tag:Point,
+ tag:Sensor,
+ tag:Voltage .
+
+brick:Damper_Position_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b279 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Position_Sensor ;
+ skos:definition "Measures the current position of a damper in terms of the percent of fully open"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Point,
+ tag:Position,
+ tag:Sensor .
+
+brick:Damper_Position_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b279 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Setpoint ;
+ skos:definition "Sets the position of damper"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Point,
+ tag:Position,
+ tag:Setpoint .
+
+brick:Deceleration_Time a brick:Quantity ;
+ skos:broader brick:Time .
+
+brick:Deceleration_Time_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b13 [ 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_Start_Stop_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Dehumidification ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b247 _:n237988efd09d4a5db929068104c81d05b248 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Start_Stop_Status ;
+ brick:hasAssociatedTag tag:Dehumidification,
+ tag:Point,
+ tag:Start,
+ tag:Status,
+ tag:Stop .
+
+brick:Deionised_Water_Conductivity_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b287 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b288 ) ],
+ brick:Conductivity_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the electrical conductance of deionised water"@en ;
+ brick:hasAssociatedTag tag:Conductivity,
+ tag:Deionised,
+ tag:Point,
+ tag:Sensor,
+ tag:Water .
+
+brick:Deionised_Water_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b288 ) ],
+ brick:Water_Level_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the height/level of deionised water in some container"@en ;
+ brick:hasAssociatedTag tag:Deionised,
+ tag:Level,
+ tag:Point,
+ tag:Sensor,
+ tag:Water .
+
+brick:Deionized_Water_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b297 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Water_Alarm ;
+ skos:definition "An alarm that indicates deionized water leaks."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Deionized,
+ tag:Point,
+ tag:Water .
+
+brick:Derivative_Gain_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 _:n237988efd09d4a5db929068104c81d05b299 _:n237988efd09d4a5db929068104c81d05b300 ) ],
+ brick:Gain_Parameter ;
+ brick:hasAssociatedTag tag:Derivative,
+ tag:Gain,
+ tag:PID,
+ tag:Parameter,
+ tag:Point .
+
+brick:Derivative_Time_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b300 ) ],
+ brick:Time_Parameter ;
+ brick:hasAssociatedTag tag:Derivative,
+ tag:PID,
+ tag:Parameter,
+ tag:Point,
+ tag:Time .
+
+brick:Detention_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Detention ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Security_Service_Room ;
+ skos:definition "A space for the temporary involuntary confinement of people"@en ;
+ brick:hasAssociatedTag tag:Detention,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Dew_Point_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b305 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Setpoint ;
+ skos:definition "Sets dew point"@en ;
+ brick:hasAssociatedTag tag:Dewpoint,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Differential_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Temperature_Setpoint ;
+ skos:definition "Sets temperature of diffrential air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Differential_Dry_Bulb_Temperature a brick:Quantity ;
+ qudt:isDeltaQuantity true ;
+ skos:broader brick:Dry_Bulb_Temperature ;
+ brick:hasQUDTReference qudtqk:Dry_Bulb_Temperature .
+
+brick:Differential_Dynamic_Pressure a brick:Quantity ;
+ qudt:applicableUnit unit:ATM,
+ unit:ATM_T,
+ unit:BAR,
+ unit:BARAD,
+ unit:BARYE,
+ unit:CM_H2O,
+ unit:CentiBAR,
+ unit:CentiM_H2O,
+ unit:CentiM_HG,
+ unit:DYN-PER-CentiM2,
+ unit:DecaPA,
+ unit:DeciBAR,
+ unit:FT_H2O,
+ unit:FT_HG,
+ unit:GM_F-PER-CentiM2,
+ unit:GigaPA,
+ unit:HectoBAR,
+ unit:HectoPA,
+ unit:IN_H2O,
+ unit:IN_HG,
+ unit:KIP_F-PER-IN2,
+ unit:KiloBAR,
+ unit:KiloGM-PER-M-SEC2,
+ unit:KiloGM_F-PER-CentiM2,
+ unit:KiloGM_F-PER-M2,
+ unit:KiloGM_F-PER-MilliM2,
+ unit:KiloLB_F-PER-IN2,
+ unit:KiloPA,
+ unit:KiloPA_A,
+ unit:LB_F-PER-FT2,
+ unit:LB_F-PER-IN2,
+ unit:MegaBAR,
+ unit:MegaPA,
+ unit:MicroATM,
+ unit:MicroBAR,
+ unit:MicroPA,
+ unit:MicroTORR,
+ unit:MilliBAR,
+ unit:MilliM_H2O,
+ unit:MilliM_HG,
+ unit:MilliM_HGA,
+ unit:MilliPA,
+ unit:MilliTORR,
+ unit:N-PER-CentiM2,
+ unit:N-PER-M2,
+ unit:N-PER-MilliM2,
+ unit:PA,
+ unit:PDL-PER-FT2,
+ unit:PSI,
+ unit:PlanckPressure,
+ unit:TORR ;
+ qudt:isDeltaQuantity true ;
+ skos:broader brick:Differential_Pressure,
+ brick:Velocity_Pressure ;
+ brick:hasQUDTReference qudtqk:DynamicPressure .
+
+brick:Differential_Pressure_Bypass_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b110 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Bypass_Valve ;
+ skos:definition "A 2-way, self contained proportional valve with an integral differential pressure adjustment setting."@en ;
+ brick:hasAssociatedTag tag:Bypass,
+ tag:Differential,
+ tag:Equipment,
+ tag:Pressure,
+ tag:Valve .
+
+brick:Differential_Speed_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Speed_Sensor ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Point,
+ tag:Sensor,
+ tag:Speed .
+
+brick:Differential_Speed_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Speed_Setpoint ;
+ skos:definition "Sets differential speed"@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Point,
+ tag:Setpoint,
+ tag:Speed .
+
+brick:Differential_Static_Pressure a brick:Quantity ;
+ qudt:applicableUnit unit:ATM,
+ unit:ATM_T,
+ unit:BAR,
+ unit:BARAD,
+ unit:BARYE,
+ unit:CM_H2O,
+ unit:CentiBAR,
+ unit:CentiM_H2O,
+ unit:CentiM_HG,
+ unit:DYN-PER-CentiM2,
+ unit:DecaPA,
+ unit:DeciBAR,
+ unit:FT_H2O,
+ unit:FT_HG,
+ unit:GM_F-PER-CentiM2,
+ unit:GigaPA,
+ unit:HectoBAR,
+ unit:HectoPA,
+ unit:IN_H2O,
+ unit:IN_HG,
+ unit:KIP_F-PER-IN2,
+ unit:KiloBAR,
+ unit:KiloGM-PER-M-SEC2,
+ unit:KiloGM_F-PER-CentiM2,
+ unit:KiloGM_F-PER-M2,
+ unit:KiloGM_F-PER-MilliM2,
+ unit:KiloLB_F-PER-IN2,
+ unit:KiloPA,
+ unit:KiloPA_A,
+ unit:LB_F-PER-FT2,
+ unit:LB_F-PER-IN2,
+ unit:MegaBAR,
+ unit:MegaPA,
+ unit:MicroATM,
+ unit:MicroBAR,
+ unit:MicroPA,
+ unit:MicroTORR,
+ unit:MilliBAR,
+ unit:MilliM_H2O,
+ unit:MilliM_HG,
+ unit:MilliM_HGA,
+ unit:MilliPA,
+ unit:MilliTORR,
+ unit:N-PER-CentiM2,
+ unit:N-PER-M2,
+ unit:N-PER-MilliM2,
+ unit:PA,
+ unit:PDL-PER-FT2,
+ unit:PSI,
+ unit:PlanckPressure,
+ unit:TORR ;
+ qudt:isDeltaQuantity true ;
+ skos:broader brick:Differential_Pressure,
+ brick:Static_Pressure ;
+ brick:hasQUDTReference qudtqk:StaticPressure .
+
+brick:Differential_Supply_Return_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Return_Water_Temperature_Sensor,
+ brick:Water_Differential_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Differential_Temperature ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Supply_Water ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Return_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference in temperature between return and supply water of water a circuit"@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Point,
+ tag:Return,
+ tag:Sensor,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Dimmer a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b317 _:n237988efd09d4a5db929068104c81d05b318 [ a owl:Restriction ;
+ owl:hasValue tag:Dimmer ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Switch ;
+ skos:definition "A switch providing continuous control over all or part of a lighting installation; typically potentiometer-based"@en ;
+ brick:hasAssociatedTag tag:Dimmer,
+ tag:Equipment,
+ tag:Interface,
+ tag:Switch .
+
+brick:Direction_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b321 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Commands that affect the direction of some phenomenon"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Direction,
+ tag:Point .
+
+brick:Disable_Differential_Enthalpy_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b324 ) ],
+ brick:Disable_Command ;
+ skos:definition "Disables the use of differential enthalpy control"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Differential,
+ tag:Disable,
+ tag:Enthalpy,
+ tag:Point .
+
+brick:Disable_Differential_Temperature_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b60 ) ],
+ brick:Disable_Command ;
+ skos:definition "Disables the use of differential temperature control"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Differential,
+ tag:Disable,
+ tag:Point,
+ tag:Temperature .
+
+brick:Disable_Fixed_Enthalpy_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b327 _:n237988efd09d4a5db929068104c81d05b324 ) ],
+ brick:Disable_Command ;
+ skos:definition "Disables the use of fixed enthalpy control"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Disable,
+ tag:Enthalpy,
+ tag:Fixed,
+ tag:Point .
+
+brick:Disable_Fixed_Temperature_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b327 _:n237988efd09d4a5db929068104c81d05b60 ) ],
+ brick:Disable_Command ;
+ skos:definition "Disables the use of fixed temperature temperature"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Outside_Air_Temperature_Setpoint ;
+ skos:definition "Disables hot water system when outside air temperature reaches the indicated value"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if functionality has been disabled"@en ;
+ brick:hasAssociatedTag tag:Disable,
+ tag:Point,
+ tag:Status .
+
+brick:Discharge_Air_Dewpoint_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b305 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b333 ) ],
+ brick:Dewpoint_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Dewpoint ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Discharge_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures dewpoint of discharge air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Dewpoint,
+ tag:Discharge,
+ tag:Point,
+ tag:Sensor .
+
+brick:Discharge_Air_Flow_High_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b338 ) ],
+ 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_Low_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b340 ) ],
+ 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_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b333 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for discharge air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Discharge,
+ tag:Humidity,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Discharge_Air_Smoke_Detection_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b343 _:n237988efd09d4a5db929068104c81d05b344 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Air_Alarm,
+ brick:Smoke_Detection_Alarm ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Alarm,
+ tag:Detection,
+ tag:Discharge,
+ tag:Point,
+ tag:Smoke .
+
+brick:Discharge_Air_Static_Pressure_Step_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b166 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Air_Static_Pressure_Step_Parameter ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Discharge,
+ tag:Parameter,
+ tag:Point,
+ tag:Pressure,
+ tag:Static,
+ tag:Step .
+
+brick:Discharge_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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_Proportional_Band_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b333 ) ],
+ brick:Water_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the temperature of discharge water"@en ;
+ brick:hasAssociatedTag tag:Discharge,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Discharge_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Temperature_Setpoint ;
+ skos:definition "Sets temperature of discharge water"@en ;
+ brick:hasAssociatedTag tag:Discharge,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Disconnect_Switch a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Disconnect ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b318 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "Building power is most commonly provided by utility company through a master disconnect switch (sometimes called a service disconnect) in the main electrical room of a building. The Utility Company provided master disconnect switch often owns or restricts access to this switch. There can also be other cases where a disconnect is placed into an electrical system to allow service cut-off to a portion of the building."@en ;
+ brick:hasAssociatedTag tag:Disconnect,
+ tag:Equipment,
+ tag:Switch .
+
+brick:Displacement_Flow_Air_Diffuser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Displacement ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b358 ) ],
+ brick:Air_Diffuser ;
+ skos:definition "An air diffuser that is designed for low discharge air speeds to minimize turbulence and induction of room air. This diffuser is used with displacement ventilation systems."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Diffuser,
+ tag:Displacement,
+ tag:Equipment,
+ tag:Flow .
+
+brick:Domestic_Hot_Water_Supply_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b360 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Supply_Temperature_Sensor ;
+ skos:definition "Measures the temperature of domestic water supplied by a hot water system"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b360 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Domestic_Hot_Water_Temperature_Setpoint,
+ brick:Supply_Water_Temperature_Setpoint ;
+ skos:definition "Sets temperature of supplying part of domestic hot water"@en ;
+ brick:hasAssociatedTag tag:Domestic,
+ tag:Hot,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Domestic_Hot_Water_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b360 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:System ;
+ skos:definition "The equipment, devices and conduits that handle the production and distribution of domestic hot water in a building"@en ;
+ brick:hasAssociatedTag tag:Domestic,
+ tag:Hot,
+ tag:System,
+ tag:Water .
+
+brick:Domestic_Hot_Water_System_Enable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b360 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Hot_Water_System_Enable_Command ;
+ skos:definition "Enables operation of the domestic hot water system"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b360 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Hot_Water_Valve ;
+ skos:definition "A valve regulating the flow of domestic hot water"@en ;
+ brick:hasAssociatedTag tag:Domestic,
+ tag:Equipment,
+ tag:Heat,
+ tag:Hot,
+ tag:Valve,
+ tag:Water .
+
+brick:Domestic_Water_Loop a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b360 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b33 ) ],
+ brick:Water_Loop ;
+ brick:hasAssociatedTag tag:Domestic,
+ tag:Loop,
+ tag:Water .
+
+brick:Drench_Hose a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b367 _:n237988efd09d4a5db929068104c81d05b368 _:n237988efd09d4a5db929068104c81d05b369 _:n237988efd09d4a5db929068104c81d05b370 [ a owl:Restriction ;
+ owl:hasValue tag:Drench ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Hose ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Emergency_Wash_Station ;
+ brick:hasAssociatedTag tag:Drench,
+ tag:Emergency,
+ tag:Equipment,
+ tag:Hose,
+ tag:Safety,
+ tag:Station,
+ tag:Wash .
+
+brick:Drive_Ready_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b374 [ a owl:Restriction ;
+ owl:hasValue tag:Ready ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if a hard drive or other storage device is ready to be used, e.g. in the context of RAID"@en ;
+ brick:hasAssociatedTag tag:Drive,
+ tag:Point,
+ tag:Ready,
+ tag:Status .
+
+brick:EconCycle_Start_Stop_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Econcycle ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b247 _:n237988efd09d4a5db929068104c81d05b248 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Start_Stop_Status ;
+ brick:hasAssociatedTag tag:Econcycle,
+ tag:Point,
+ tag:Start,
+ tag:Status,
+ tag:Stop .
+
+brick:Economizer a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b379 ) ],
+ brick:HVAC_Equipment ;
+ 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."@en ;
+ brick:hasAssociatedTag tag:Economizer,
+ tag:Equipment .
+
+brick:Economizer_Damper a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b379 ) ],
+ brick:Damper ;
+ skos:definition "A damper that is part of an economizer that is used to module the flow of air"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Economizer,
+ tag:Equipment .
+
+brick:Effective_Air_Temperature_Cooling_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b382 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b382 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Effective_Air_Temperature_Setpoint,
+ brick:Heating_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Effective,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Effective_Discharge_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b382 ) ],
+ brick:Discharge_Air_Temperature_Setpoint,
+ brick:Effective_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Discharge,
+ tag:Effective,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Effective_Return_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b382 ) ],
+ brick:Effective_Air_Temperature_Setpoint,
+ brick:Return_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Effective,
+ tag:Heat,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Effective_Room_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b382 ) ],
+ brick:Effective_Air_Temperature_Setpoint,
+ brick:Room_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Effective,
+ tag:Heat,
+ tag:Point,
+ tag:Room,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Effective_Supply_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b382 ) ],
+ brick:Effective_Air_Temperature_Setpoint,
+ brick:Supply_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Effective,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Effective_Zone_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b382 ) ],
+ brick:Effective_Air_Temperature_Setpoint,
+ brick:Zone_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Effective,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Zone .
+
+brick:Electric_Baseboard_Radiator a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b390 _:n237988efd09d4a5db929068104c81d05b391 _:n237988efd09d4a5db929068104c81d05b392 ) ],
+ brick:Baseboard_Radiator,
+ brick:Electric_Radiator ;
+ skos:definition "Electric heating device located at or near the floor"@en ;
+ brick:hasAssociatedTag tag:Baseboard,
+ tag:Electric,
+ tag:Equipment,
+ tag:Radiator .
+
+brick:Electric_Boiler a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b392 _:n237988efd09d4a5db929068104c81d05b237 ) ],
+ brick:Boiler ;
+ skos:definition "A closed, pressure vessel that uses electricity for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
+ brick:hasAssociatedTag tag:Boiler,
+ tag:Electric,
+ tag:Equipment .
+
+brick:Elevator a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b395 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Equipment ;
+ skos:definition "A device that provides vertical transportation between floors, levels or decks of a building, vessel or other structure"@en ;
+ brick:hasAssociatedTag tag:Elevator,
+ tag:Equipment .
+
+brick:Embedded_Surface_System_Panel a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b397 _:n237988efd09d4a5db929068104c81d05b398 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b399 ) ],
+ brick:Radiant_Panel ;
+ owl:equivalentClass brick:ESS_Panel ;
+ skos:definition "Radiant panel heating and cooling system where the energy heat source or sink is embedded in a radiant layer which is thermally insulated from the building structure."@en ;
+ brick:hasAssociatedTag tag:Embedded,
+ tag:Equipment,
+ tag:Panel,
+ tag:Surface,
+ tag:System .
+
+brick:Emergency_Air_Flow_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Safety_System ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Emergency,
+ tag:Flow,
+ tag:System .
+
+brick:Emergency_Air_Flow_System_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:System_Status ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Emergency,
+ tag:Flow,
+ tag:Point,
+ tag:Status,
+ tag:System .
+
+brick:Emergency_Generator_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b403 _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Emergency_Alarm ;
+ skos:definition "An alarm that indicates off-normal conditions associated with an emergency generator"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Emergency,
+ tag:Generator,
+ tag:Point .
+
+brick:Emergency_Generator_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b403 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if an emergency generator is active"@en ;
+ brick:hasAssociatedTag tag:Emergency,
+ tag:Generator,
+ tag:Point,
+ tag:Status .
+
+brick:Emergency_Phone a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b16 _:n237988efd09d4a5db929068104c81d05b406 _:n237988efd09d4a5db929068104c81d05b370 [ a owl:Restriction ;
+ owl:hasValue tag:Phone ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Intercom_Equipment ;
+ brick:hasAssociatedTag tag:Emergency,
+ tag:Equipment,
+ tag:Intercom,
+ tag:Phone,
+ tag:Security .
+
+brick:Emergency_Power_Off_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b22 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Safety_System ;
+ skos:definition "A system that can power down a single piece of equipment or a single system from a single point"@en ;
+ brick:hasAssociatedTag tag:Emergency,
+ tag:Off,
+ tag:Power,
+ tag:System .
+
+brick:Emergency_Power_Off_System_Activated_By_High_Temperature_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b22 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Emergency_Power_Off_System_Status ;
+ brick:hasAssociatedTag tag:Emergency,
+ tag:High,
+ tag:Off,
+ tag:Point,
+ tag:Power,
+ tag:Status,
+ tag:System,
+ tag:Temperature .
+
+brick:Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b22 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b223 _:n237988efd09d4a5db929068104c81d05b344 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Emergency_Power_Off_System_Status ;
+ brick:hasAssociatedTag tag:Detection,
+ tag:Emergency,
+ tag:Leak,
+ tag:Off,
+ tag:Point,
+ tag:Power,
+ tag:Status,
+ tag:System .
+
+brick:Emergency_Push_Button_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b370 [ a owl:Restriction ;
+ owl:hasValue tag:Push ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Button ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if an emergency button has been pushed"@en ;
+ brick:hasAssociatedTag tag:Button,
+ tag:Emergency,
+ tag:Point,
+ tag:Push,
+ tag:Status .
+
+brick:Employee_Entrance_Lobby a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Employee ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b417 _:n237988efd09d4a5db929068104c81d05b418 _:n237988efd09d4a5db929068104c81d05b39 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Lobby ;
+ skos:definition "An open space near an entrance that is typicaly only used for employees"@en ;
+ brick:hasAssociatedTag tag:Common,
+ tag:Employee,
+ tag:Entrance,
+ tag:Lobby,
+ tag:Location,
+ tag:Space .
+
+brick:Enable_Differential_Enthalpy_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b324 ) ],
+ brick:Enable_Command ;
+ skos:definition "Enables the use of differential enthalpy control"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Differential,
+ tag:Enable,
+ tag:Enthalpy,
+ tag:Point .
+
+brick:Enable_Differential_Temperature_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b60 ) ],
+ brick:Enable_Command ;
+ skos:definition "Enables the use of differential temperature control"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Differential,
+ tag:Enable,
+ tag:Point,
+ tag:Temperature .
+
+brick:Enable_Fixed_Enthalpy_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b327 _:n237988efd09d4a5db929068104c81d05b324 ) ],
+ brick:Enable_Command ;
+ skos:definition "Enables the use of fixed enthalpy control"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Enable,
+ tag:Enthalpy,
+ tag:Fixed,
+ tag:Point .
+
+brick:Enable_Fixed_Temperature_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b327 _:n237988efd09d4a5db929068104c81d05b60 ) ],
+ brick:Enable_Command ;
+ skos:definition "Enables the use of fixed temperature control"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Outside_Air_Temperature_Setpoint ;
+ skos:definition "Enables hot water system when outside air temperature reaches the indicated value"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Enable,
+ tag:Hot,
+ tag:Outside,
+ tag:Point,
+ tag:Setpoint,
+ tag:System,
+ tag:Temperature,
+ tag:Water .
+
+brick:Energy_Usage_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b67 _:n237988efd09d4a5db929068104c81d05b425 ) ],
+ brick:Energy_Sensor,
+ brick:Usage_Sensor ;
+ skos:definition "Measures the total amount of energy used over some period of time"@en ;
+ brick:hasAssociatedTag tag:Energy,
+ tag:Point,
+ tag:Sensor,
+ tag:Usage .
+
+brick:Energy_Zone a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b67 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Zone ;
+ skos:definition "A space or group of spaces that are managed or monitored as one unit for energy purposes"@en ;
+ brick:hasAssociatedTag tag:Energy,
+ tag:Location,
+ tag:Zone .
+
+brick:Entering_Water_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b428 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Flow ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Entering_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the rate of flow of water entering a piece of equipment or system"@en ;
+ brick:hasAssociatedTag tag:Entering,
+ tag:Flow,
+ tag:Point,
+ tag:Sensor,
+ tag:Water .
+
+brick:Entering_Water_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b428 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Flow_Setpoint ;
+ skos:definition "Sets the target flow rate of entering water"@en ;
+ brick:hasAssociatedTag tag:Entering,
+ tag:Flow,
+ tag:Point,
+ tag:Setpoint,
+ tag:Water .
+
+brick:Entering_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b428 ) ],
+ brick:Water_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the temperature of water entering a piece of equipment or system"@en ;
+ brick:hasAssociatedTag tag:Entering,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Entering_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b428 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Temperature_Setpoint ;
+ skos:definition "Sets temperature of entering water"@en ;
+ brick:hasAssociatedTag tag:Entering,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Enthalpy_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b324 ) ],
+ brick:Setpoint ;
+ skos:definition "Sets enthalpy"@en ;
+ brick:hasAssociatedTag tag:Enthalpy,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Entrance a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b417 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "The location and space of a building where people enter and exit the building"@en ;
+ brick:hasAssociatedTag tag:Entrance,
+ tag:Location,
+ tag:Space .
+
+brick:Environment_Box a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Environment ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b83 _:n237988efd09d4a5db929068104c81d05b198 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Laboratory ;
+ skos:definition "(also known as climatic chamber), enclosed space designed to create a particular environment."@en ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Environment,
+ tag:Laboratory,
+ tag:Location,
+ tag:Room .
+
+brick:Equipment_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b443 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Telecom_Room ;
+ skos:definition "A telecommunications room where equipment that serves the building is stored"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:Telecom .
+
+brick:Evaporative_Heat_Exchanger a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Evaporative ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b227 ) ],
+ brick:Heat_Exchanger ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Evaporative,
+ tag:Exchanger,
+ tag:Heat .
+
+brick:Even_Month_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Even ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Month ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ brick:hasAssociatedTag tag:Even,
+ tag:Month,
+ tag:Point,
+ tag:Status .
+
+brick:Exercise_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Exercise ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "An indoor room used for exercise and physical activities"@en ;
+ brick:hasAssociatedTag tag:Exercise,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Exhaust_Air_Dewpoint_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b305 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b52 ) ],
+ brick:Dewpoint_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Dewpoint ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Exhaust_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures dewpoint of exhaust air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Dewpoint,
+ tag:Exhaust,
+ tag:Point,
+ tag:Sensor .
+
+brick:Exhaust_Air_Differential_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Air_Differential_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Differential_Pressure ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Exhaust_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference in pressure between an upstream and downstream of an air duct or other air conduit used to exhaust air from the building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Exhaust,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor .
+
+brick:Exhaust_Air_Differential_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Air_Differential_Pressure_Setpoint ;
+ skos:definition "Sets the target air differential pressure between an upstream and downstream point in a exhaust air duct or conduit"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Exhaust,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint .
+
+brick:Exhaust_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b52 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for exhaust air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Exhaust,
+ tag:Humidity,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b467 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Flow_Deadband_Setpoint,
+ brick:Exhaust_Air_Stack_Flow_Setpoint ;
+ skos:definition "Sets the size of a deadband of exhaust air stack flow"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b467 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b467 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b467 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Exhaust_Air_Flow_Sensor ;
+ skos:definition "Measures the rate of flow of air in the exhaust air stack"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Setpoint ;
+ skos:definition "Sets static pressure of exhaust air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Exhaust,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static .
+
+brick:Exhaust_Air_Velocity_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b478 _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 ) ],
+ brick:Velocity_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b52 ) ],
+ brick:Damper ;
+ skos:definition "A damper that modulates the flow of exhaust air"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Equipment,
+ tag:Exhaust .
+
+brick:Exhaust_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b52 ) ],
+ brick:Fan ;
+ skos:definition "Fan moving exhaust air -- air that must be removed from a space due to contaminants"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Exhaust,
+ tag:Fan .
+
+brick:Exhaust_Fan_Disable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b323 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b52 ) ],
+ brick:Disable_Command ;
+ skos:definition "Disables operation of the exhaust fan"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Disable,
+ tag:Exhaust,
+ tag:Fan,
+ tag:Point .
+
+brick:Exhaust_Fan_Enable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b52 ) ],
+ brick:Enable_Command ;
+ skos:definition "Enables operation of the exhaust fan"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Enable,
+ tag:Exhaust,
+ tag:Fan,
+ tag:Point .
+
+brick:Eye_Wash_Station a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b367 _:n237988efd09d4a5db929068104c81d05b368 _:n237988efd09d4a5db929068104c81d05b369 _:n237988efd09d4a5db929068104c81d05b370 [ a owl:Restriction ;
+ owl:hasValue tag:Eye ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Emergency_Wash_Station ;
+ brick:hasAssociatedTag tag:Emergency,
+ tag:Equipment,
+ tag:Eye,
+ tag:Safety,
+ tag:Station,
+ tag:Wash .
+
+brick:Fan_Coil_Unit a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b149 _:n237988efd09d4a5db929068104c81d05b489 ) ],
+ brick:Terminal_Unit ;
+ owl:equivalentClass brick:FCU ;
+ skos:definition "Terminal device consisting of a heating and/or cooling heat exchanger or 'coil' and fan that is used to control the temperature in the space where it is installed"@en ;
+ brick:hasAssociatedTag tag:Coil,
+ tag:Equipment,
+ tag:Fan,
+ tag:Unit .
+
+brick:Fan_On_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Fan_Status,
+ brick:On_Off_Status ;
+ brick:hasAssociatedTag tag:Fan,
+ tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Status .
+
+brick:Fault_Reset_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b495 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Reset_Command ;
+ skos:definition "Clears a fault status"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Fault,
+ tag:Point,
+ tag:Reset .
+
+brick:Field_Of_Play a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b76 _:n237988efd09d4a5db929068104c81d05b77 [ a owl:Restriction ;
+ owl:hasValue tag:Field ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Play ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Outdoor_Area ;
+ skos:definition "The area of a stadium where athletic events occur, e.g. the soccer pitch"@en ;
+ brick:hasAssociatedTag tag:Area,
+ tag:Field,
+ tag:Location,
+ tag:Outdoor,
+ tag:Play .
+
+brick:Filter_Differential_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b147 ) ],
+ brick:Differential_Pressure_Sensor ;
+ skos:definition "Measures the difference in pressure on either side of a filter"@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Filter,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor .
+
+brick:Filter_Reset_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b147 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Reset_Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Filter,
+ tag:Point,
+ tag:Reset .
+
+brick:Final_Filter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Final ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b147 ) ],
+ brick:Filter ;
+ skos:definition "The last, high-efficiency filter installed in a sequence to remove the finest particulates from the substance being filtered"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Filter,
+ tag:Final .
+
+brick:Fire_Control_Panel a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b504 _:n237988efd09d4a5db929068104c81d05b367 _:n237988efd09d4a5db929068104c81d05b399 ) ],
+ brick:Fire_Safety_Equipment ;
+ skos:definition "A panel-mounted device that provides status and control of a fire safety system"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Fire,
+ tag:Panel,
+ tag:Safety .
+
+brick:Fire_Safety_System a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b504 _:n237988efd09d4a5db929068104c81d05b367 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Safety_System ;
+ skos:definition "A system containing devices and equipment that monitor, detect and suppress fire hazards"@en ;
+ brick:hasAssociatedTag tag:Fire,
+ tag:Safety,
+ tag:System .
+
+brick:Fire_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b504 ) ],
+ brick:Sensor ;
+ skos:definition "Measures the presence of fire"@en ;
+ brick:hasAssociatedTag tag:Fire,
+ tag:Point,
+ tag:Sensor .
+
+brick:Fire_Zone a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b504 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Zone ;
+ skos:definition "combustion chamber in a furnace or boiler."@en ;
+ brick:hasAssociatedTag tag:Fire,
+ tag:Location,
+ tag:Zone .
+
+brick:First_Aid_Kit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b367 _:n237988efd09d4a5db929068104c81d05b509 [ a owl:Restriction ;
+ owl:hasValue tag:FirstAid ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Safety_Equipment ;
+ brick:hasAssociatedTag tag:Aid,
+ tag:Equipment,
+ tag:FirstAid,
+ tag:Safety .
+
+brick:First_Aid_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:First ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b509 [ a owl:Restriction ;
+ owl:hasValue tag:Meidcal ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Medical_Room ;
+ skos:definition "A room for a person with minor injuries can be treated or temporarily treated until transferred to a more advanced medical facility"@en ;
+ brick:hasAssociatedTag tag:Aid,
+ tag:First,
+ tag:Location,
+ tag:Meidcal,
+ tag:Room,
+ tag:Space .
+
+brick:Flow_Loss a brick:Quantity ;
+ rdfs:label "FlowLoss" ;
+ qudt:applicableUnit unit:M3-PER-SEC ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader brick:Flow ;
+ skos:definition "The amount of flow rate that is lost during distribution" .
+
+brick:Formaldehyde_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b128 [ a owl:Restriction ;
+ owl:hasValue tag:Formaldehyde ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Air_Quality_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Formaldehyde_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of formaldehyde in air"@en ;
+ brick:hasAssociatedTag tag:Formaldehyde,
+ tag:Level,
+ tag:Point,
+ tag:Sensor .
+
+brick:Freeze_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b520 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if a substance contained within a vessel has frozen"@en ;
+ brick:hasAssociatedTag tag:Freeze,
+ tag:Point,
+ tag:Status .
+
+brick:Freezer a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Freezer ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b198 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Laboratory ;
+ skos:definition "cold chamber usually kept at a temperature of 22°F to 31°F (–5°C to –1°C), with high-volume air circulation."@en ;
+ brick:hasAssociatedTag tag:Freezer,
+ tag:Laboratory,
+ tag:Location,
+ tag:Room .
+
+brick:Fresh_Air_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b524 _:n237988efd09d4a5db929068104c81d05b28 ) ],
+ brick:Fan ;
+ skos:definition "Fan moving fresh air -- air that is supplied into the building from the outdoors"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Equipment,
+ tag:Fan,
+ tag:Fresh .
+
+brick:Frost_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b526 ) ],
+ brick:Sensor,
+ brick:Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Frost ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Temperature ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Senses the presence of frost or conditions that may cause frost"@en ;
+ brick:hasAssociatedTag tag:Frost,
+ tag:Point,
+ tag:Sensor .
+
+brick:Fume_Hood a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b531 _:n237988efd09d4a5db929068104c81d05b532 ) ],
+ brick:HVAC_Equipment ;
+ 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."@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Fume,
+ tag:Hood .
+
+brick:Fume_Hood_Air_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b531 _:n237988efd09d4a5db929068104c81d05b532 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Air_Flow_Sensor ;
+ skos:definition "Measures the rate of flow of air in a fume hood"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Flow,
+ tag:Fume,
+ tag:Hood,
+ tag:Point,
+ tag:Sensor .
+
+brick:Gas_Distribution a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b103 _:n237988efd09d4a5db929068104c81d05b535 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Equipment ;
+ skos:definition "Utilize a gas distribution source to represent how gas is distributed across multiple destinations"@en ;
+ brick:hasAssociatedTag tag:Distribution,
+ tag:Equipment,
+ tag:Gas .
+
+brick:Gas_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b103 ) ],
+ brick:Sensor ;
+ skos:definition "Measures gas concentration (other than CO2)"@en ;
+ brick:hasAssociatedTag tag:Gas,
+ tag:Point,
+ tag:Sensor .
+
+brick:Gas_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b103 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:System ;
+ brick:hasAssociatedTag tag:Gas,
+ tag:System .
+
+brick:Gas_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b103 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Valve ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Gas,
+ tag:Valve .
+
+brick:Gatehouse a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Gatehouse ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "The standalone building used to manage the entrance to a campus or building grounds"@en ;
+ brick:hasAssociatedTag tag:Gatehouse,
+ tag:Location,
+ tag:Space .
+
+brick:Generator_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b403 _:n237988efd09d4a5db929068104c81d05b24 _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Electrical_Room ;
+ skos:definition "A room for electrical equipment, specifically electrical generators."@en ;
+ brick:hasAssociatedTag tag:Electrical,
+ tag:Generator,
+ tag:Location,
+ tag:Room,
+ tag:Service,
+ tag:Space .
+
+brick:Hail_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b543 ) ],
+ brick:Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Hail ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures hail in terms of its size and damage potential"@en ;
+ brick:hasAssociatedTag tag:Hail,
+ tag:Point,
+ tag:Sensor .
+
+brick:Hazardous_Materials_Storage a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Hazardous ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Materials ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b68 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Storage_Room ;
+ skos:definition "A storage space set aside (usually with restricted access) for the storage of materials that can be hazardous to living beings or the environment"@en ;
+ brick:hasAssociatedTag tag:Hazardous,
+ tag:Location,
+ tag:Materials,
+ tag:Room,
+ tag:Space,
+ tag:Storage .
+
+brick:Heat_Exchanger_Supply_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b227 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Water_Temperature_Sensor ;
+ skos:definition "Measures the temperature of water supplied by a heat exchanger"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b227 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Enable_Status,
+ brick:System_Status ;
+ skos:definition "Indicates if the heat exchanger system has been enabled"@en ;
+ brick:hasAssociatedTag tag:Enable,
+ tag:Exchanger,
+ tag:Heat,
+ tag:Point,
+ tag:Status,
+ tag:System .
+
+brick:Heat_Recovery_Hot_Water_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b56 [ a owl:Restriction ;
+ owl:hasValue tag:Recovery ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Hot_Water_System ;
+ brick:hasAssociatedTag tag:Heat,
+ tag:Hot,
+ tag:Recovery,
+ tag:System,
+ tag:Water .
+
+brick:Heat_Wheel a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b554 ) ],
+ brick:Heat_Exchanger ;
+ skos:definition "A rotary heat exchanger positioned within the supply and exhaust air streams of an air handling system in order to recover heat energy"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Heat,
+ tag:Wheel .
+
+brick:Heat_Wheel_VFD a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b554 _:n237988efd09d4a5db929068104c81d05b493 ) ],
+ brick:VFD ;
+ skos:definition "A VFD that drives a heat wheel"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Heat,
+ tag:VFD,
+ tag:Wheel .
+
+brick:Heating_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Controls the amount of heating to be delivered (typically as a proportion of total heating output)"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Heat,
+ tag:Point .
+
+brick:Heating_Demand_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Demand_Setpoint ;
+ skos:definition "Sets the rate required for heating"@en ;
+ brick:hasAssociatedTag tag:Demand,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Heating_Start_Stop_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b247 _:n237988efd09d4a5db929068104c81d05b248 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Start_Stop_Status ;
+ brick:hasAssociatedTag tag:Heat,
+ tag:Point,
+ tag:Start,
+ tag:Status,
+ tag:Stop .
+
+brick:Heating_Supply_Air_Temperature_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Heating_Temperature_Setpoint,
+ brick:Supply_Air_Temperature_Deadband_Setpoint ;
+ owl:equivalentClass brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of temperature of supply air for heating"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ brick:Air_Temperature_Integral_Time_Parameter ;
+ owl:equivalentClass brick:Heating_Discharge_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ brick:Supply_Air_Temperature_Proportional_Band_Parameter ;
+ owl:equivalentClass brick:Heating_Discharge_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b22 _:n237988efd09d4a5db929068104c81d05b563 ) ],
+ brick:Thermal_Power_Sensor ;
+ brick:hasAssociatedTag tag:Heat,
+ tag:Point,
+ tag:Power,
+ tag:Sensor,
+ tag:Thermal .
+
+brick:High_CO2_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b122 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:CO2_Alarm ;
+ skos:definition "A device that indicates high concentration of carbon dioxide."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:CO2,
+ tag:High,
+ tag:Point .
+
+brick:High_Discharge_Air_Temperature_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Discharge_Air_Temperature_Alarm,
+ brick:High_Temperature_Alarm ;
+ skos:definition "An alarm that indicates that discharge air temperature is too high"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Alarm,
+ tag:Discharge,
+ tag:High,
+ tag:Point,
+ tag:Temperature .
+
+brick:High_Head_Pressure_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 [ a owl:Restriction ;
+ owl:hasValue tag:Head ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Pressure_Alarm ;
+ skos:definition "An alarm that indicates a high pressure generated on the output side of a gas compressor in a refrigeration or air conditioning system."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Head,
+ tag:High,
+ tag:Point,
+ tag:Pressure .
+
+brick:High_Humidity_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Humidity_Alarm ;
+ skos:definition "An alarm that indicates high concentration of water vapor in the air."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:High,
+ tag:Humidity,
+ tag:Point .
+
+brick:High_Humidity_Alarm_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Humidity_Parameter ;
+ skos:definition "A parameter determining the humidity level at which to trigger a high humidity alarm"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:High,
+ tag:Humidity,
+ tag:Parameter,
+ tag:Point .
+
+brick:High_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b571 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Outside_Air_Lockout_Temperature_Differential_Parameter ;
+ skos:definition "The upper bound of the outside air temperature lockout range"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:High,
+ tag:Lockout,
+ tag:Outside,
+ tag:Parameter,
+ tag:Point,
+ tag:Temperature .
+
+brick:High_Return_Air_Temperature_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:High_Temperature_Alarm,
+ brick:Return_Air_Temperature_Alarm ;
+ skos:definition "An alarm that indicates that return air temperature is too high"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 [ a owl:Restriction ;
+ owl:hasValue tag:Cutout ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a High_Static_Pressure_Cutout_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Temperature_Parameter ;
+ skos:definition "A parameter determining the temperature level at which to trigger a high temperature alarm"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:High,
+ tag:Parameter,
+ tag:Point,
+ tag:Temperature .
+
+brick:High_Temperature_Hot_Water_Return_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Return_Temperature_Sensor ;
+ skos:definition "Measures the temperature of high-temperature hot water returned to a hot water system"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Supply_Temperature_Sensor ;
+ skos:definition "Measures the temperature of high-temperature hot water supplied by a hot water system"@en ;
+ brick:hasAssociatedTag tag:High,
+ tag:Hot,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Hold_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Hold ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ brick:hasAssociatedTag tag:Hold,
+ tag:Point,
+ tag:Status .
+
+brick:Hospitality_Box a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Hospitality ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b83 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A room at a stadium, usually overlooking the field of play, that is physical separate from the other seating at the venue"@en ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Hospitality,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Hot_Box a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b83 _:n237988efd09d4a5db929068104c81d05b198 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Laboratory ;
+ skos:definition "hot air chamber forming part of an air handler."@en ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Hot,
+ tag:Laboratory,
+ tag:Location,
+ tag:Room .
+
+brick:Hot_Water_Baseboard_Radiator a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b390 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b391 ) ],
+ brick:Baseboard_Radiator,
+ brick:Hot_Water_Radiator ;
+ skos:definition "Hydronic heating device located at or near the floor"@en ;
+ brick:hasAssociatedTag tag:Baseboard,
+ tag:Equipment,
+ tag:Hot,
+ tag:Radiator,
+ tag:Water .
+
+brick:Hot_Water_Coil a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b149 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Heating_Coil ;
+ skos:definition "A heating element typically made of pipe, tube or wire that emits heat that is filled with hot water."@en ;
+ brick:hasAssociatedTag tag:Coil,
+ tag:Equipment,
+ tag:Hot,
+ tag:Water .
+
+brick:Hot_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Differential_Pressure_Deadband_Setpoint,
+ brick:Hot_Water_Differential_Pressure_Setpoint ;
+ skos:definition "Sets the size of a deadband of differential pressure of hot water"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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_Differential_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Supply_Temperature_Sensor,
+ brick:Water_Differential_Temperature_Sensor ;
+ skos:definition "Measures the difference in temperature between the entering water to the boiler or other water heating device and leaving water from the same boiler or other water heating device"@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Hot,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Hot_Water_Discharge_Temperature_Load_Shed_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ 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_Loop a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b33 ) ],
+ brick:Water_Loop ;
+ skos:definition "A collection of equipment that transport and regulate hot water among each other"@en ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Loop,
+ tag:Water .
+
+brick:Hot_Water_Pump a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Water_Pump ;
+ skos:definition "A pump that performs work on hot water; typically part of a hot water system"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Hot,
+ tag:Pump,
+ tag:Water .
+
+brick:Hot_Water_Static_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Setpoint ;
+ skos:definition "Sets static pressure of hot air"@en ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static,
+ tag:Water .
+
+brick:Hot_Water_Supply_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Flow_Sensor,
+ brick:Supply_Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Flow ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Supply_Hot_Water ;
+ owl:onProperty brick:measures ] ) ],
+ brick:Hot_Water_Discharge_Flow_Sensor ;
+ skos:definition "Measures the rate of flow of hot supply water"@en ;
+ brick:hasAssociatedTag tag:Flow,
+ tag:Hot,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Water .
+
+brick:Hot_Water_Supply_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Hot_Water_Flow_Setpoint,
+ brick:Supply_Water_Flow_Setpoint ;
+ owl:equivalentClass brick:Hot_Water_Discharge_Flow_Setpoint ;
+ skos:definition "Sets the target flow rate of hot supply water"@en ;
+ brick:hasAssociatedTag tag:Flow,
+ tag:Hot,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Water .
+
+brick:Hot_Water_Usage_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b425 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Water_Usage_Sensor ;
+ skos:definition "Measures the amount of hot water that is consumed, over some period of time"@en ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Point,
+ tag:Sensor,
+ tag:Usage,
+ tag:Water .
+
+brick:Humidification_Start_Stop_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Humidification ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b247 _:n237988efd09d4a5db929068104c81d05b248 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Start_Stop_Status ;
+ brick:hasAssociatedTag tag:Humidification,
+ tag:Point,
+ tag:Start,
+ tag:Status,
+ tag:Stop .
+
+brick:Humidifier a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b603 ) ],
+ brick:HVAC_Equipment ;
+ skos:definition "A device that adds moisture to air or other gases"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Humidifier .
+
+brick:Humidifier_Fault_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b603 _:n237988efd09d4a5db929068104c81d05b495 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Fault_Status ;
+ skos:definition "Indicates the presence of a fault in a humidifier"@en ;
+ brick:hasAssociatedTag tag:Fault,
+ tag:Humidifier,
+ tag:Point,
+ tag:Status .
+
+brick:Humidify_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Humidify ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Humidify,
+ tag:Point .
+
+brick:Humidity_Tolerance_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b608 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b90 ) ],
+ brick:Humidity_Parameter,
+ brick:Tolerance_Parameter ;
+ skos:definition "A parameter determining the difference between upper and lower limits of humidity."@en ;
+ brick:hasAssociatedTag tag:Humidity,
+ tag:Parameter,
+ tag:Point,
+ tag:Tolerance .
+
+brick:IDF a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:IDF ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b535 _:n237988efd09d4a5db929068104c81d05b611 _:n237988efd09d4a5db929068104c81d05b443 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Distribution_Frame ;
+ skos:definition "An room for an intermediate distribution frame, where cables carrying signals from the main distrubtion frame terminate and then feed out to endpoints"@en ;
+ brick:hasAssociatedTag tag:Distribution,
+ tag:Frame,
+ tag:IDF,
+ tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:Telecom .
+
+brick:Ice_Tank_Leaving_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b613 _:n237988efd09d4a5db929068104c81d05b614 _:n237988efd09d4a5db929068104c81d05b615 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Leaving_Water_Temperature_Sensor ;
+ skos:definition "Measures the temperature of water leaving an ice tank"@en ;
+ brick:hasAssociatedTag tag:Ice,
+ tag:Leaving,
+ tag:Point,
+ tag:Sensor,
+ tag:Tank,
+ tag:Temperature,
+ tag:Water .
+
+brick:Information_Area a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b76 _:n237988efd09d4a5db929068104c81d05b77 [ a owl:Restriction ;
+ owl:hasValue tag:Information ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Outdoor_Area ;
+ skos:definition "An information booth or kiosk where visitors would look for information"@en ;
+ brick:hasAssociatedTag tag:Area,
+ tag:Information,
+ tag:Location,
+ tag:Outdoor .
+
+brick:Inside_Face_Surface_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b619 _:n237988efd09d4a5db929068104c81d05b620 _:n237988efd09d4a5db929068104c81d05b398 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Radiant_Panel_Temperature_Sensor ;
+ skos:definition "Measures the inside surface (relative to the space) of the radiant panel of the radiant heating and cooling HVAC system."@en ;
+ brick:hasAssociatedTag tag:Face,
+ tag:Inside,
+ tag:Point,
+ tag:Sensor,
+ tag:Surface,
+ tag:Temperature .
+
+brick:Inside_Face_Surface_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b619 _:n237988efd09d4a5db929068104c81d05b620 _:n237988efd09d4a5db929068104c81d05b398 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Radiant_Panel_Temperature_Setpoint ;
+ skos:definition "Sets temperature for the inside face surface temperature of the radiant panel."@en ;
+ brick:hasAssociatedTag tag:Face,
+ tag:Inside,
+ tag:Point,
+ tag:Setpoint,
+ tag:Surface,
+ tag:Temperature .
+
+brick:Intake_Air_Filter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b623 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b147 ) ],
+ brick:Filter ;
+ skos:definition "Filters air intake"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Equipment,
+ tag:Filter,
+ tag:Intake .
+
+brick:Intake_Air_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b623 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Outside_Air_Temperature_Sensor ;
+ skos:definition "Measures air at the interface between the building and the outside"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Intake,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature .
+
+brick:Intrusion_Detection_Equipment a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b16 [ a owl:Restriction ;
+ owl:hasValue tag:Intrusion ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b344 ) ],
+ brick:Security_Equipment ;
+ brick:hasAssociatedTag tag:Detection,
+ tag:Equipment,
+ tag:Intrusion,
+ tag:Security .
+
+brick:Inverter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Inverter ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "A device that changes direct current into alternating current"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Inverter .
+
+brick:Janitor_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Janitor ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A room set aside for the storage of cleaning equipment and supplies"@en ;
+ brick:hasAssociatedTag tag:Janitor,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Jet_Nozzle_Air_Diffuser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Jet ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Nozzle ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b358 ) ],
+ brick:Air_Diffuser ;
+ skos:definition "An air diffuser that is designed to produce high velocity discharge air stream to throw the air over a large distance or target the air stream to a localize area"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Diffuser,
+ tag:Equipment,
+ tag:Jet,
+ tag:Nozzle .
+
+brick:Laminar_Flow_Air_Diffuser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Laminar ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b358 ) ],
+ brick:Air_Diffuser ;
+ skos:definition "An air diffuser that is designed for low discharge air speeds to provide uniform and unidirectional air pattern which minimizes room air entrainment"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Diffuser,
+ tag:Equipment,
+ tag:Flow,
+ tag:Laminar .
+
+brick:Last_Fault_Code_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Last ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b495 [ a owl:Restriction ;
+ owl:hasValue tag:Code ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Fault_Status ;
+ skos:definition "Indicates the last fault code that occurred"@en ;
+ brick:hasAssociatedTag tag:Code,
+ tag:Fault,
+ tag:Last,
+ tag:Point,
+ tag:Status .
+
+brick:Lead_Lag_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b640 _:n237988efd09d4a5db929068104c81d05b641 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Enables lead/lag operation"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Lag,
+ tag:Lead,
+ tag:Point .
+
+brick:Lead_Lag_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b640 _:n237988efd09d4a5db929068104c81d05b641 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if lead/lag operation is enabled"@en ;
+ brick:hasAssociatedTag tag:Lag,
+ tag:Lead,
+ tag:Point,
+ tag:Status .
+
+brick:Lead_On_Off_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b640 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:On_Off_Command ;
+ skos:definition "Controls the active/inactive status of the \"lead\" part of a lead/lag system"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Lead,
+ tag:Off,
+ tag:On,
+ tag:Point .
+
+brick:Leaving_Water_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b615 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Flow ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Leaving_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the rate of flow of water that is leaving a piece of equipment or system"@en ;
+ brick:hasAssociatedTag tag:Flow,
+ tag:Leaving,
+ tag:Point,
+ tag:Sensor,
+ tag:Water .
+
+brick:Leaving_Water_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b615 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Flow_Setpoint ;
+ skos:definition "Sets the target flow rate of leaving water"@en ;
+ brick:hasAssociatedTag tag:Flow,
+ tag:Leaving,
+ tag:Point,
+ tag:Setpoint,
+ tag:Water .
+
+brick:Leaving_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b615 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b99 ) ],
+ brick:Water_Temperature_Setpoint ;
+ skos:definition "Sets temperature of leaving water"@en ;
+ brick:hasAssociatedTag tag:Leaving,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Lighting_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b651 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:System ;
+ skos:definition "The equipment, devices and interfaces that serve or are a part of the lighting subsystem in a building"@en ;
+ brick:hasAssociatedTag tag:Lighting,
+ tag:System .
+
+brick:Liquid_Detection_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b653 _:n237988efd09d4a5db929068104c81d05b344 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Alarm ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Detection,
+ tag:Liquid,
+ tag:Point .
+
+brick:Load_Current_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b267 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Current_Sensor ;
+ skos:definition "Measures the current consumed by a load"@en ;
+ brick:hasAssociatedTag tag:Current,
+ tag:Load,
+ tag:Point,
+ tag:Sensor .
+
+brick:Loading_Dock a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Loading ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Dock ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A part of a facility where delivery trucks can load and unload. Usually partially enclosed with specific traffic lanes leading to the dock"@en ;
+ brick:hasAssociatedTag tag:Dock,
+ tag:Loading,
+ tag:Location,
+ tag:Room,
+ tag:Space .
+
+brick:Locally_On_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Locally ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:On_Off_Status ;
+ brick:hasAssociatedTag tag:Locally,
+ tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Status .
+
+brick:Lockout_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b571 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if a piece of equipment, system, or functionality has been locked out from operation"@en ;
+ brick:hasAssociatedTag tag:Lockout,
+ tag:Point,
+ tag:Status .
+
+brick:Louver a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b662 _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Louver ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Equipment ;
+ skos:definition "Device consisting of an assembly of parallel sloping vanes, intended to permit the passage of air while providing a measure of protection against environmental influences"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Louver,
+ tag:Shade .
+
+brick:Low_Freeze_Protect_Temperature_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b520 [ a owl:Restriction ;
+ owl:hasValue tag:Protect ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Humidity_Alarm ;
+ skos:definition "An alarm that indicates low concentration of water vapor in the air."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Humidity,
+ tag:Low,
+ tag:Point .
+
+brick:Low_Humidity_Alarm_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Humidity_Parameter ;
+ skos:definition "A parameter determining the humidity level at which to trigger a low humidity alarm"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Humidity,
+ tag:Low,
+ tag:Parameter,
+ tag:Point .
+
+brick:Low_Outside_Air_Lockout_Temperature_Differential_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b571 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Outside_Air_Lockout_Temperature_Differential_Parameter ;
+ skos:definition "The lower bound of the outside air temperature lockout range"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Lockout,
+ tag:Low,
+ tag:Outside,
+ tag:Parameter,
+ tag:Point,
+ tag:Temperature .
+
+brick:Low_Outside_Air_Temperature_Enable_Differential_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Low_Temperature_Alarm,
+ brick:Return_Air_Temperature_Alarm ;
+ skos:definition "An alarm that indicates that return air temperature is too low"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Alarm,
+ tag:Low,
+ tag:Point,
+ tag:Return,
+ tag:Temperature .
+
+brick:Low_Suction_Pressure_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 [ a owl:Restriction ;
+ owl:hasValue tag:Suction ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Pressure_Alarm ;
+ skos:definition "An alarm that indicates a low suction pressure in the compressor in a refrigeration or air conditioning system."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Low,
+ tag:Point,
+ tag:Pressure,
+ tag:Suction .
+
+brick:Low_Temperature_Alarm_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Temperature_Parameter ;
+ skos:definition "A parameter determining the temperature level at which to trigger a low temperature alarm"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Low,
+ tag:Parameter,
+ tag:Point,
+ tag:Temperature .
+
+brick:Lowest_Exhaust_Air_Static_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Lowest ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b52 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Exhaust_Air_Static_Pressure_Sensor ;
+ skos:definition "The lowest observed static pressure of air in exhaust regions of an HVAC system over some period of time"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Exhaust,
+ tag:Lowest,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Static .
+
+brick:Luminaire_Driver a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b678 [ a owl:Restriction ;
+ owl:hasValue tag:Driver ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Lighting ;
+ skos:definition "A power source for a luminaire"@en ;
+ brick:hasAssociatedTag tag:Driver,
+ tag:Equipment,
+ tag:Luminaire .
+
+brick:Luminance_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b681 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Alarm ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Luminance,
+ tag:Point .
+
+brick:Luminance_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b681 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Controls the amount of luminance delivered by a lighting system"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Luminance,
+ tag:Point .
+
+brick:Luminance_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b681 ) ],
+ brick:Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Luminance ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the luminous intensity per unit area of light travelling in a given direction"@en ;
+ brick:hasAssociatedTag tag:Luminance,
+ tag:Point,
+ tag:Sensor .
+
+brick:Luminance_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b681 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Setpoint ;
+ skos:definition "Sets luminance"@en ;
+ brick:hasAssociatedTag tag:Luminance,
+ tag:Point,
+ tag:Setpoint .
+
brick:LuminousFlux a brick:EntityProperty ;
rdfs:range brick:LuminousFluxShape ;
skos:definition "luminous flux" .
+brick:Luminous_Flux a brick:Quantity ;
+ qudt:applicableUnit unit:LM ;
+ skos:broader brick:Luminance ;
+ brick:hasQUDTReference qudtqk:LuminousFlux .
+
+brick:Luminous_Intensity a brick:Quantity ;
+ qudt:applicableUnit unit:CD,
+ unit:CP ;
+ skos:broader brick:Luminance ;
+ brick:hasQUDTReference qudtqk:LuminousIntensity .
+
+brick:MDF a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:MDF ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b535 _:n237988efd09d4a5db929068104c81d05b611 _:n237988efd09d4a5db929068104c81d05b443 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Distribution_Frame ;
+ skos:definition "A room for the Main Distribution Frame, the central place of a building where cables carrying signals meet and connect to the outside world"@en ;
+ brick:hasAssociatedTag tag:Distribution,
+ tag:Frame,
+ tag:Location,
+ tag:MDF,
+ tag:Room,
+ tag:Space,
+ tag:Telecom .
+
+brick:Mail_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Mail ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A room where mail is recieved and sorted for distribution to the rest of the building"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Mail,
+ tag:Room,
+ tag:Space .
+
+brick:Maintenance_Mode_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b692 _:n237988efd09d4a5db929068104c81d05b42 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Mode_Command ;
+ skos:definition "Controls whether or not a device or controller is operating in \"Maintenance\" mode"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Maintenance,
+ tag:Mode,
+ tag:Point .
+
+brick:Maintenance_Required_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b692 [ a owl:Restriction ;
+ owl:hasValue tag:Required ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Alarm ;
+ skos:definition "An alarm that indicates that repair/maintenance is required on an associated device or equipment"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Maintenance,
+ tag:Point,
+ tag:Required .
+
+brick:Majlis a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Majlis ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b697 _:n237988efd09d4a5db929068104c81d05b39 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Lounge ;
+ skos:definition "In Arab countries, an Majlis is a private lounge where visitors are recieved and entertained"@en ;
+ brick:hasAssociatedTag tag:Common,
+ tag:Location,
+ tag:Lounge,
+ tag:Majlis,
+ tag:Space .
+
+brick:Makeup_Water_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b699 _:n237988efd09d4a5db929068104c81d05b653 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b700 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Water_Valve ;
+ skos:definition "A valve regulating the flow of makeup water into a water holding tank, e.g. a cooling tower, hot water tank"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Fluid,
+ tag:Liquid,
+ tag:Makeup,
+ tag:Valve,
+ tag:Water .
+
+brick:Manual_Auto_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Manual ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Auto ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates if a system is under manual or automatic operation"@en ;
+ brick:hasAssociatedTag tag:Auto,
+ tag:Manual,
+ tag:Point,
+ tag:Status .
+
+brick:Massage_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Massage ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "Usually adjunct to an athletic facility, a private/semi-private space where massages are performed"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Massage,
+ tag:Room,
+ tag:Space .
+
+brick:Max_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Temperature_Setpoint ;
+ skos:definition "Setpoint for maximum air temperature"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Max,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Differential_Pressure_Setpoint_Limit,
+ brick:Max_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Chilled_Water_Differential_Pressure_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Differential,
+ tag:Limit,
+ tag:Max,
+ tag:Parameter,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Water .
+
+brick:Max_Discharge_Air_Temperature_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Discharge_Air_Temperature_Setpoint_Limit,
+ brick:Max_Temperature_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Discharge,
+ tag:Limit,
+ tag:Max,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Max_Frequency_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b711 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Frequency_Command ;
+ skos:definition "Sets the maximum permitted frequency"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Fequency,
+ tag:Max,
+ tag:Point .
+
+brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Differential_Pressure_Setpoint_Limit,
+ brick:Max_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Hot_Water_Differential_Pressure_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Load_Parameter ;
+ brick:hasAssociatedTag tag:Load,
+ tag:Max,
+ tag:Parameter,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
+ 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_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Occupied_Heating_Supply_Air_Flow_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b279 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Limit,
+ brick:Position_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Position_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Limit,
+ tag:Max,
+ tag:Point,
+ tag:Position,
+ tag:Setpoint .
+
+brick:Max_Speed_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Limit,
+ brick:Speed_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Speed_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Limit,
+ brick:Max_Static_Pressure_Setpoint_Limit ;
+ owl:equivalentClass brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Supply_Air_Static_Pressure_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Limit,
+ tag:Max,
+ tag:Parameter,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static,
+ tag:Supply .
+
+brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
+ 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_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places an upper bound on the range of permitted values of a Unoccupied_Heating_Supply_Air_Flow_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Flow,
+ tag:Heat,
+ tag:Limit,
+ tag:Max,
+ tag:Parameter,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Unoccupied .
+
+brick:Max_Water_Level_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Water_Level_Alarm ;
+ skos:definition "Alarm indicating that the maximum water level was reached"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Level,
+ tag:Max,
+ tag:Point,
+ tag:Water .
+
+brick:Max_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b707 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Temperature_Setpoint ;
+ skos:definition "Setpoint for max water temperature"@en ;
+ brick:hasAssociatedTag tag:Max,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Media_Hot_Desk a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b88 [ a owl:Restriction ;
+ owl:hasValue tag:Desk ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "A non-enclosed space used by members of the media temporarily to cover an event while they are present at a venue"@en ;
+ brick:hasAssociatedTag tag:Desk,
+ tag:Location,
+ tag:Media,
+ tag:Space .
+
+brick:Media_Production_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Production ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b88 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Media_Room ;
+ skos:definition "A enclosed space used by media professionals for the production of media"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Media,
+ tag:Production,
+ tag:Room,
+ tag:Space .
+
+brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b105 ) ],
+ brick:Hot_Water_Differential_Pressure_Sensor ;
+ skos:definition "Measures the difference in water pressure between sections of a medium temperature hot water system"@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Hot,
+ tag:Medium,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Hot_Water_Differential_Pressure_Setpoint ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Hot,
+ tag:Medium,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Medium_Temperature_Hot_Water_Discharge_Temperature_High_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Return_Temperature_Sensor ;
+ skos:definition "Measures the temperature of medium-temperature hot water returned to a hot water system"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b730 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Hot_Water_Supply_Temperature_Sensor ;
+ skos:definition "Measures the temperature of medium-temperature hot water supplied by a hot water system"@en ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Medium,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Methane_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b128 [ a owl:Restriction ;
+ owl:hasValue tag:Methane ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Air_Quality_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Methane_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of methane in air"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:Methane,
+ tag:Point,
+ tag:Sensor .
+
+brick:Min_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Temperature_Setpoint ;
+ skos:definition "Setpoint for minimum air temperature"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Min,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Differential_Pressure_Setpoint_Limit,
+ brick:Min_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Chilled_Water_Differential_Pressure_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Differential,
+ tag:Limit,
+ tag:Min,
+ tag:Parameter,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Water .
+
+brick:Min_Discharge_Air_Temperature_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Discharge_Air_Temperature_Setpoint_Limit,
+ brick:Min_Temperature_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Discharge_Air_Temperature_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b524 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Fresh_Air_Setpoint_Limit,
+ brick:Min_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Fresh_Air_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Differential_Pressure_Setpoint_Limit,
+ brick:Min_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Hot_Water_Differential_Pressure_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Hot,
+ tag:Limit,
+ tag:Min,
+ tag:Parameter,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Water .
+
+brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
+ 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_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Occupied_Heating_Supply_Air_Flow_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Outside_Air_Flow_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Flow,
+ tag:Limit,
+ tag:Min,
+ tag:Outside,
+ tag:Parameter,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Min_Speed_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Limit,
+ brick:Speed_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Speed_Setpoint."@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Limit,
+ brick:Min_Static_Pressure_Setpoint_Limit ;
+ owl:equivalentClass brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Supply_Air_Static_Pressure_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Limit,
+ tag:Min,
+ tag:Parameter,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static,
+ tag:Supply .
+
+brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Cooling_Supply_Air_Flow_Setpoint."@en ;
+ 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_Supply_Air_Flow_Setpoint_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b195 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit ;
+ owl:equivalentClass brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit ;
+ skos:definition "A parameter that places a lower bound on the range of permitted values of a Unoccupied_Heating_Supply_Air_Flow_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Flow,
+ tag:Heat,
+ tag:Limit,
+ tag:Min,
+ tag:Parameter,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Unoccupied .
+
+brick:Min_Water_Level_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Water_Level_Alarm ;
+ skos:definition "Alarm indicating that the minimum water level was reached"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Level,
+ tag:Min,
+ tag:Point,
+ tag:Water .
+
+brick:Min_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b748 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Temperature_Setpoint ;
+ skos:definition "Setpoint for min water temperature"@en ;
+ brick:hasAssociatedTag tag:Min,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Mixed_Air_Filter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b764 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b147 ) ],
+ brick:Filter ;
+ skos:definition "A filter that is applied to the mixture of recirculated and outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Equipment,
+ tag:Filter,
+ tag:Mixed .
+
+brick:Mixed_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b764 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for mixed air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Humidity,
+ tag:Mixed,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Mixed_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b764 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Temperature_Setpoint ;
+ skos:definition "Sets temperature of mixed air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Mixed,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Mixed_Damper a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b764 ) ],
+ brick:Damper ;
+ skos:definition "A damper that modulates the flow of the mixed outside and return air streams"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Equipment,
+ tag:Mixed .
+
+brick:Motor_Control_Center a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b19 [ a owl:Restriction ;
+ owl:hasValue tag:Center ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "The Motor Control Center is a specialized type of switchgear which provides electrical power to major mechanical systems in the building such as HVAC components."@en ;
+ brick:hasAssociatedTag tag:Center,
+ tag:Control,
+ tag:Equipment .
+
+brick:Motor_Current_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b779 _:n237988efd09d4a5db929068104c81d05b267 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Current_Sensor ;
+ skos:definition "Measures the current consumed by a motor"@en ;
+ brick:hasAssociatedTag tag:Current,
+ tag:Motor,
+ tag:Point,
+ tag:Sensor .
+
+brick:Motor_Direction_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b779 _:n237988efd09d4a5db929068104c81d05b321 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Direction_Status ;
+ skos:definition "Indicates which direction a motor is operating in, e.g. forward or reverse"@en ;
+ brick:hasAssociatedTag tag:Direction,
+ tag:Motor,
+ tag:Point,
+ tag:Status .
+
+brick:Motor_On_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b779 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:On_Off_Status ;
+ brick:hasAssociatedTag tag:Motor,
+ tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Status .
+
+brick:Motor_Speed_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b779 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Speed_Sensor ;
+ brick:hasAssociatedTag tag:Motor,
+ tag:Point,
+ tag:Sensor,
+ tag:Speed .
+
+brick:Motor_Torque_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b779 _:n237988efd09d4a5db929068104c81d05b784 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Torque_Sensor ;
+ skos:definition "Measures the torque, or rotating power, of a motor"@en ;
+ brick:hasAssociatedTag tag:Motor,
+ tag:Point,
+ tag:Sensor,
+ tag:Torque .
+
+brick:NO2_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b128 [ a owl:Restriction ;
+ owl:hasValue tag:NO2 ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Air_Quality_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:NO2_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of NO2 in air"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:NO2,
+ tag:Point,
+ tag:Sensor .
+
+brick:No_Water_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:No ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Water_Alarm ;
+ skos:definition "Alarm indicating that there is no water in the equipment or system"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:No,
+ tag:Point,
+ tag:Water .
+
+brick:Noncondensing_Natural_Gas_Boiler a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Noncondensing ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b236 _:n237988efd09d4a5db929068104c81d05b103 _:n237988efd09d4a5db929068104c81d05b237 ) ],
+ brick:Natural_Gas_Boiler ;
+ skos:definition "A closed, pressure vessel that uses natural gas with no system to capture latent heat for heating water or other fluids to supply steam or hot water for heating, humidification, or other applications."@en ;
+ brick:hasAssociatedTag tag:Boiler,
+ tag:Equipment,
+ tag:Gas,
+ tag:Natural,
+ tag:Noncondensing .
+
+brick:Occupancy_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b795 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Controls whether or not a device or controller is operating in \"Occupied\" mode"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Occupancy,
+ tag:Point .
+
+brick:Occupancy_Count a brick:Quantity ;
+ rdfs:label "Occupancy_Count" ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Dimensionless,
+ brick:Occupancy ;
+ skos:definition "Number of people in an area",
+ "Number of people in an area"@en .
+
+brick:Occupancy_Percentage a brick:Quantity ;
+ rdfs:label "Occupancy_Percentage" ;
+ qudt:applicableUnit unit:PERCENT ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Dimensionless,
+ brick:Occupancy ;
+ skos:definition "Percent of total occupancy of space that is occupied",
+ "Percent of total occupancy of space that is occupied"@en .
+
+brick:Occupied_Cooling_Supply_Air_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Cooling_Supply_Air_Flow_Setpoint,
+ brick:Occupied_Supply_Air_Flow_Setpoint ;
+ owl:equivalentClass brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint ;
+ skos:definition "Sets supply air flow rate for cooling when occupied"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Cooling_Temperature_Setpoint,
+ brick:Temperature_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of temperature for cooling when occupied"@en ;
+ brick:hasAssociatedTag tag:Cool,
+ tag:Deadband,
+ tag:Occupied,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Occupied_Discharge_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b715 ) ],
+ brick:Discharge_Air_Temperature_Setpoint,
+ brick:Occupied_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Discharge,
+ tag:Heat,
+ tag:Occupied,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Occupied_Heating_Supply_Air_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Heating_Supply_Air_Flow_Setpoint,
+ brick:Occupied_Supply_Air_Flow_Setpoint ;
+ owl:equivalentClass brick:Occupied_Heating_Discharge_Air_Flow_Setpoint ;
+ skos:definition "Sets supply air flow rate for heating when occupied"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Heating_Temperature_Setpoint,
+ brick:Temperature_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of temperature for heating when occupied"@en ;
+ brick:hasAssociatedTag tag:Deadband,
+ tag:Heat,
+ tag:Occupied,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Occupied_Mode_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b715 _:n237988efd09d4a5db929068104c81d05b42 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Mode_Status ;
+ skos:definition "Indicates if a system, device or control loop is in \"Occupied\" mode"@en ;
+ brick:hasAssociatedTag tag:Mode,
+ tag:Occupied,
+ tag:Point,
+ tag:Status .
+
+brick:Occupied_Return_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b715 ) ],
+ brick:Occupied_Air_Temperature_Setpoint,
+ brick:Return_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Occupied,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Occupied_Room_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b715 ) ],
+ brick:Occupied_Air_Temperature_Setpoint,
+ brick:Room_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Occupied,
+ tag:Point,
+ tag:Room,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Occupied_Supply_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b715 ) ],
+ brick:Occupied_Air_Temperature_Setpoint,
+ brick:Supply_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Occupied,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Occupied_Zone_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b715 ) ],
+ brick:Occupied_Air_Temperature_Setpoint,
+ brick:Zone_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Occupied,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Zone .
+
+brick:Off_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:On_Off_Command ;
+ skos:definition "An Off Command controls or reports the binary 'off' status of a control loop, relay or equipment activity. It can only be used to stop/deactivate an associated equipment or process, or determine that the related entity is 'off'"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Off,
+ tag:Point .
+
+brick:On_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:On_Off_Command ;
+ skos:definition "An On Command controls or reports the binary 'on' status of a control loop, relay or equipment activity. It can only be used to start/activate an associated equipment or process, or determine that the related entity is 'on'"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:On,
+ tag:Point .
+
+brick:On_Timer_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b491 [ a owl:Restriction ;
+ owl:hasValue tag:Timer ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Duration_Sensor ;
+ owl:equivalentClass brick:Run_Time_Sensor ;
+ skos:definition "Measures the duration for which a device was in an active or \"on\" state"@en ;
+ brick:hasAssociatedTag tag:On,
+ tag:Point,
+ tag:Sensor,
+ tag:Timer .
+
+brick:Open_Close_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b811 _:n237988efd09d4a5db929068104c81d05b194 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates the open/close status of a device such as a damper or valve"@en ;
+ brick:hasAssociatedTag tag:Close,
+ tag:Open,
+ tag:Point,
+ tag:Status .
+
+brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b811 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:Operative_Temperature a brick:Quantity ;
+ rdfs:label "Operative_Temperature" ;
+ qudt:applicableUnit unit:DEG_C,
+ unit:DEG_F,
+ unit:K ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Temperature,
+ brick:Temperature ;
+ skos:definition "The uniform temperature of an imaginary black enclosure in which an occupant would exchange the same amount of heat by radiation plus convection as in the actual nonuniform environment (https://en.wikipedia.org/wiki/Operative_temperature)",
+ "The uniform temperature of an imaginary black enclosure in which an occupant would exchange the same amount of heat by radiation plus convection as in the actual nonuniform environment (https://en.wikipedia.org/wiki/Operative_temperature)"@en .
+
+brick:Output_Frequency_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b814 _:n237988efd09d4a5db929068104c81d05b815 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Frequency_Sensor ;
+ brick:hasAssociatedTag tag:Frequency,
+ tag:Output,
+ tag:Point,
+ tag:Sensor .
+
+brick:Output_Voltage_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b814 _:n237988efd09d4a5db929068104c81d05b74 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Voltage_Sensor ;
+ skos:definition "Measures the voltage output by some process or device"@en ;
+ brick:hasAssociatedTag tag:Output,
+ tag:Point,
+ tag:Sensor,
+ tag:Voltage .
+
+brick:Outside a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Location ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Outside .
+
+brick:Outside_Air_CO2_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b122 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO2_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the concentration of CO2 in outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:CO2,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor .
+
+brick:Outside_Air_CO_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b130 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Outside_Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:CO_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of CO in outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:CO,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor .
+
+brick:Outside_Air_Enthalpy_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b324 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Air_Enthalpy_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the total heat content of outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Enthalpy,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor .
+
+brick:Outside_Air_Flow_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Flow_Setpoint ;
+ skos:definition "Sets outside air flow rate"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Flow,
+ tag:Outside,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Outside_Air_Grains_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b840 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Air_Grains_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Outside_Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:GrainsOfMoisture ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the mass of water vapor in outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Grains,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor .
+
+brick:Outside_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b330 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Humidity,
+ tag:Outside,
+ tag:Point,
+ tag:Setpoint .
+
+brick:Outside_Air_Lockout_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b571 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Temperature_Low_Reset_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Low,
+ tag:Outside,
+ tag:Point,
+ tag:Reset,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Outside_Air_Wet_Bulb_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b853 _:n237988efd09d4a5db929068104c81d05b854 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Air_Wet_Bulb_Temperature_Sensor,
+ brick:Outside_Air_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Wet_Bulb_Temperature ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Outside_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "A sensor measuring the wet-bulb temperature of outside air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Bulb,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Wet .
+
+brick:Outside_Damper a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b330 ) ],
+ brick:Damper ;
+ skos:definition "A damper that modulates the flow of outside air"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Equipment,
+ tag:Outside .
+
+brick:Outside_Face_Surface_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b620 _:n237988efd09d4a5db929068104c81d05b398 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Radiant_Panel_Temperature_Sensor ;
+ skos:definition "Measures the outside surface (relative to the space) of the radiant panel of a radiant heating and cooling HVAC system."@en ;
+ brick:hasAssociatedTag tag:Face,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor,
+ tag:Surface,
+ tag:Temperature .
+
+brick:Outside_Face_Surface_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b330 _:n237988efd09d4a5db929068104c81d05b620 _:n237988efd09d4a5db929068104c81d05b398 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Radiant_Panel_Temperature_Setpoint ;
+ skos:definition "Sets temperature for the outside face surface temperature of the radiant panel."@en ;
+ brick:hasAssociatedTag tag:Face,
+ tag:Outside,
+ tag:Point,
+ tag:Setpoint,
+ tag:Surface,
+ tag:Temperature .
+
+brick:Outside_Illuminance_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b862 _:n237988efd09d4a5db929068104c81d05b330 ) ],
+ brick:Illuminance_Sensor ;
+ skos:definition "Measures the total luminous flux incident on an outside, per unit area"@en ;
+ brick:hasAssociatedTag tag:Illuminance,
+ tag:Outside,
+ tag:Point,
+ tag:Sensor .
+
+brick:Overload_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Overload ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Alarm ;
+ skos:definition "An alarm that can indicate when a full-load current is exceeded."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Overload,
+ tag:Point .
+
+brick:Overridden_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b866 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Off_Status,
+ brick:Overridden_Status ;
+ skos:definition "Indicates if a control loop, relay or equipment has been turned off when it would otherwise be scheduled to be on"@en ;
+ brick:hasAssociatedTag tag:Off,
+ tag:Overridden,
+ tag:Point,
+ tag:Status .
+
+brick:Overridden_On_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b866 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:On_Status,
+ brick:Overridden_Status ;
+ skos:definition "Indicates if a control loop, relay or equipment has been turned on when it would otherwise be scheduled to be off"@en ;
+ brick:hasAssociatedTag tag:On,
+ tag:Overridden,
+ tag:Point,
+ tag:Status .
+
+brick:Ozone_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b128 [ a owl:Restriction ;
+ owl:hasValue tag:Ozone ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Air_Quality_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Ozone_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of ozone in air"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:Ozone,
+ tag:Point,
+ tag:Sensor .
+
+brick:PAU a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:PAU ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:AHU ;
+ skos:definition "A type of AHU, use to pre-treat the outdoor air before feed to AHU"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:PAU .
+
+brick:PIR_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 [ a owl:Restriction ;
+ owl:hasValue tag:PIR ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Motion_Sensor,
+ brick:Occupancy_Sensor ;
+ skos:definition "Detects the presense of motion in some area using the differential change in infrared intensity between two or more receptors"@en ;
+ brick:hasAssociatedTag tag:PIR,
+ tag:Point,
+ tag:Sensor .
+
+brick:PM10_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b878 _:n237988efd09d4a5db929068104c81d05b879 _:n237988efd09d4a5db929068104c81d05b880 ) ],
+ brick:PM10_Sensor ;
+ skos:definition "Detects level of particulates of size 10 microns"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:Matter,
+ tag:PM10,
+ tag:Particulate,
+ tag:Point,
+ tag:Sensor .
+
+brick:PM1_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b878 _:n237988efd09d4a5db929068104c81d05b879 _:n237988efd09d4a5db929068104c81d05b882 ) ],
+ brick:PM1_Sensor ;
+ skos:definition "Detects level of particulates of size 1 micron"@en,
+ "Detects level of particulates of size 1 microns"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:Matter,
+ tag:PM1,
+ tag:Particulate,
+ tag:Point,
+ tag:Sensor .
+
+brick:PM2.5_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b878 _:n237988efd09d4a5db929068104c81d05b879 _:n237988efd09d4a5db929068104c81d05b884 ) ],
+ brick:PM2.5_Sensor ;
+ skos:definition "Detects level of particulates of size 2.5 microns"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:Matter,
+ tag:PM2.5,
+ tag:Particulate,
+ tag:Point,
+ tag:Sensor .
+
+brick:PVT_Panel a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b886 _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b563 _:n237988efd09d4a5db929068104c81d05b887 _:n237988efd09d4a5db929068104c81d05b399 _:n237988efd09d4a5db929068104c81d05b888 ) ],
+ brick:PV_Panel,
+ brick:Solar_Thermal_Collector ;
+ skos:definition "A type of solar panels that convert solar radiation into usable thermal and electrical energy"@en ;
+ brick:hasAssociatedTag tag:Collector,
+ tag:Equipment,
+ tag:PV,
+ tag:Panel,
+ tag:Solar,
+ tag:Thermal .
+
+brick:PV_Generation_System a owl:Class ;
+ rdfs:subClassOf brick:Energy_Generation_System ;
+ skos:definition "A collection of photovoltaic devices that generates energy"@en .
+
+brick:Parking_Level a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b890 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b64 ) ],
+ brick:Floor ;
+ skos:definition "A floor of a parking structure"@en ;
+ brick:hasAssociatedTag tag:Floor,
+ tag:Level,
+ tag:Location,
+ tag:Parking .
+
+brick:Parking_Space a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b890 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "An area large enough to park an individual vehicle"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Parking,
+ tag:Space .
+
+brick:Parking_Structure a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b890 [ a owl:Restriction ;
+ owl:hasValue tag:Structure ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b91 ) ],
+ brick:Building ;
+ skos:definition "A building or part of a building devoted to vehicle parking"@en ;
+ brick:hasAssociatedTag tag:Building,
+ tag:Location,
+ tag:Parking,
+ tag:Structure .
+
+brick:Peak_Power_Demand_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Peak ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b22 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b24 ) ],
+ brick:Demand_Sensor,
+ brick:Electrical_Power_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Peak_Power ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "The peak power consumed by a process over some period of time"@en ;
+ brick:hasAssociatedTag tag:Demand,
+ tag:Electrical,
+ tag:Peak,
+ tag:Point,
+ tag:Power,
+ tag:Sensor .
+
+brick:Phasor_Magnitude a brick:Quantity ;
+ rdfs:label "PhasorMagnitude" ;
+ qudt:applicableUnit unit:ARCMIN,
+ unit:ARCSEC,
+ unit:DEG,
+ unit:GON,
+ unit:GRAD,
+ unit:MIL,
+ unit:MicroRAD,
+ unit:MilliARCSEC,
+ unit:MilliRAD,
+ unit:RAD,
+ unit:REV ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:definition "Magnitude component of a phasor" ;
+ skos:related brick:Phasor .
+
+brick:Photovoltaic_Current_Output_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b899 _:n237988efd09d4a5db929068104c81d05b267 _:n237988efd09d4a5db929068104c81d05b814 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Current_Output_Sensor ;
+ owl:equivalentClass brick:PV_Current_Output_Sensor ;
+ skos:definition "Senses the amperes of electrical current produced as output by a photovoltaic device"@en ;
+ brick:hasAssociatedTag tag:Current,
+ tag:Output,
+ tag:Photovoltaic,
+ tag:Point,
+ tag:Sensor .
+
+brick:Piezoelectric_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 [ a owl:Restriction ;
+ owl:hasValue tag:Piezoelectric ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Sensor ;
+ skos:definition "Senses changes pressure, acceleration, temperature, force or strain via the piezoelectric effect"@en ;
+ brick:hasAssociatedTag tag:Piezoelectric,
+ tag:Point,
+ tag:Sensor .
+
+brick:PlugStrip a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:PlugStrip ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "A device containing a block of electrical sockets allowing multiple electrical devices to be powered from a single electrical socket."@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:PlugStrip .
+
+brick:Plumbing_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Plumbing ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Service_Room ;
+ skos:definition "A service room devoted to the operation and routing of water in a building. Usually distinct from the HVAC subsystems."@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Plumbing,
+ tag:Room,
+ tag:Service,
+ tag:Space .
+
+brick:Portfolio a owl:Class,
+ sh:NodeShape ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b202 [ a owl:Restriction ;
+ owl:hasValue tag:Portfolio ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Collection ;
+ skos:definition "A collection of sites"@en ;
+ sh:property [ sh:or ( [ sh:class brick:Site ] ) ;
+ sh:path brick:hasPart ] ;
+ brick:hasAssociatedTag tag:Collection,
+ tag:Portfolio .
+
+brick:Power_Factor a brick:Quantity ;
+ qudt:applicableUnit unit:UNITLESS ;
+ skos:definition "Power Factor, under periodic conditions, is the ratio of the absolute value of the active power (P) to the apparent power (S)."@en ;
+ brick:hasQUDTReference qudtqk:PowerFactor .
+
+brick:Power_Loss_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b22 _:n237988efd09d4a5db929068104c81d05b31 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Power_Alarm ;
+ skos:definition "An alarm that indicates a power failure."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Loss,
+ tag:Point,
+ tag:Power .
+
+brick:Prayer_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Prayer ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A room set aside for prayer"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Prayer,
+ tag:Room,
+ tag:Space .
+
+brick:Pre_Filter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b912 _:n237988efd09d4a5db929068104c81d05b147 ) ],
+ brick:Filter ;
+ skos:definition "A filter installed in front of a more efficient filter to extend the life of the more expensive higher efficiency filter"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Filter,
+ tag:Pre .
+
+brick:Pre_Filter_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b912 _:n237988efd09d4a5db929068104c81d05b147 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Filter_Status ;
+ skos:definition "Indicates if a prefilter needs to be replaced"@en ;
+ brick:hasAssociatedTag tag:Filter,
+ tag:Point,
+ tag:Pre,
+ tag:Status .
+
+brick:Preheat_Demand_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b915 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Demand_Setpoint ;
+ skos:definition "Sets the rate required for preheat"@en ;
+ brick:hasAssociatedTag tag:Demand,
+ tag:Point,
+ tag:Preheat,
+ tag:Setpoint .
+
+brick:Preheat_Hot_Water_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b915 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Hot_Water_System ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Preheat,
+ tag:System,
+ tag:Water .
+
+brick:Preheat_Hot_Water_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b915 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Hot_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b915 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Supply_Air_Temperature_Sensor ;
+ owl:equivalentClass brick:Preheat_Discharge_Air_Temperature_Sensor ;
+ skos:definition "Measures the temperature of supply air before it is heated"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Point,
+ tag:Preheat,
+ tag:Sensor,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Pump_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Controls or reports the speed of a pump (typically as a proportion of its full pumping capacity)"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Point,
+ tag:Pump .
+
+brick:Pump_On_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:On_Off_Status ;
+ brick:hasAssociatedTag tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Pump,
+ tag:Status .
+
+brick:Pump_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b922 _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Mechanical_Room ;
+ skos:definition "A mechanical room that houses pumps"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Mechanical,
+ tag:Pump,
+ tag:Room,
+ tag:Service,
+ tag:Space .
+
+brick:Pump_VFD a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b173 _:n237988efd09d4a5db929068104c81d05b493 ) ],
+ brick:VFD ;
+ skos:definition "Variable-frequency drive for pumps"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Pump,
+ tag:VFD .
+
+brick:Radiant_Ceiling_Panel a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b925 _:n237988efd09d4a5db929068104c81d05b142 _:n237988efd09d4a5db929068104c81d05b399 ) ],
+ brick:Radiant_Panel ;
+ owl:equivalentClass brick:RC_Panel ;
+ skos:definition "Radiant panel heating and cooling system that are usually made from metal and suspended under the ceiling or insulated from the building structure."@en ;
+ brick:hasAssociatedTag tag:Ceiling,
+ tag:Equipment,
+ tag:Panel,
+ tag:Radiant .
+
+brick:Radiant_Temperature a brick:Quantity ;
+ rdfs:label "Radiant_Temperature" ;
+ qudt:applicableUnit unit:DEG_C,
+ unit:DEG_F,
+ unit:K ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Temperature,
+ brick:Temperature ;
+ skos:definition "the uniform temperature of an imaginary enclosure in which the radiant heat transfer from the human body is equal to the radiant heat transfer in the actual non-uniform enclosure. (https://en.wikipedia.org/wiki/Mean_radiant_temperature)",
+ "the uniform temperature of an imaginary enclosure in which the radiant heat transfer from the human body is equal to the radiant heat transfer in the actual non-uniform enclosure. (https://en.wikipedia.org/wiki/Mean_radiant_temperature)"@en .
+
+brick:Radiation_Hot_Water_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 [ a owl:Restriction ;
+ owl:hasValue tag:Radiation ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Hot_Water_System ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Radiation,
+ tag:System,
+ tag:Water .
+
+brick:Radon_Concentration_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 [ a owl:Restriction ;
+ owl:hasValue tag:Radon ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b930 ) ],
+ brick:Radioactivity_Concentration_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Radon_Concentration ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of radioactivity due to radon"@en ;
+ brick:hasAssociatedTag tag:Concentration,
+ tag:Point,
+ tag:Radon,
+ tag:Sensor .
+
+brick:Rain_Duration_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b935 _:n237988efd09d4a5db929068104c81d05b936 ) ],
+ brick:Duration_Sensor,
+ brick:Rain_Sensor ;
+ skos:definition "Measures the duration of precipitation within some time frame"@en ;
+ brick:hasAssociatedTag tag:Duration,
+ tag:Point,
+ tag:Rain,
+ tag:Sensor .
+
+brick:Rated_Speed_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Rated ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Speed_Setpoint ;
+ skos:definition "Sets rated speed"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Rated,
+ tag:Setpoint,
+ tag:Speed .
+
+brick:Reactive_Power_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b22 [ a owl:Restriction ;
+ owl:hasValue tag:Reactive ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b24 ) ],
+ brick:Electrical_Power_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Reactive_Power ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the portion of power that, averaged over a complete cycle of the AC waveform, is due to stored energy which returns to the source in each cycle"@en ;
+ brick:hasAssociatedTag tag:Electrical,
+ tag:Point,
+ tag:Power,
+ tag:Reactive,
+ tag:Sensor .
+
+brick:Reception a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Reception ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A space, usually in a lobby, where visitors to a building or space can go to after arriving at a building and inform building staff that they have arrived"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Reception,
+ tag:Room,
+ tag:Space .
+
+brick:Region a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b5 [ a owl:Restriction ;
+ owl:hasValue tag:Region ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Location ;
+ skos:definition "A unit of geographic space, usually contigious or somehow related to a geopolitical feature"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Region .
+
+brick:Reheat_Hot_Water_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b948 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Hot_Water_System ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Reheat,
+ tag:System,
+ tag:Water .
+
+brick:Reheat_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b948 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Heating_Valve ;
+ skos:definition "A valve that controls air temperature by modulating the amount of hot water flowing through a reheat coil"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Heat,
+ tag:Reheat,
+ tag:Valve .
+
+brick:Remotely_On_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Remotely ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:On_Off_Status ;
+ brick:hasAssociatedTag tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Remotely,
+ tag:Status .
+
+brick:Retail_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Retail ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A space set aside for retail in a larger establishment, e.g. a gift shop in a hospital"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Retail,
+ tag:Room,
+ tag:Space .
+
+brick:Return_Air_CO2_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b122 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO2_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the concentration of CO2 in return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:CO2,
+ tag:Point,
+ tag:Return,
+ tag:Sensor .
+
+brick:Return_Air_CO2_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b122 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:CO2_Setpoint ;
+ skos:definition "Sets some property of CO2 in Return Air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:CO2,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint .
+
+brick:Return_Air_CO_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b130 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:CO_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Return_Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:CO ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the concentration of CO in return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:CO,
+ tag:Point,
+ tag:Return,
+ tag:Sensor .
+
+brick:Return_Air_Dewpoint_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b305 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b177 ) ],
+ brick:Dewpoint_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Senses the dewpoint temperature of return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Dewpoint,
+ tag:Point,
+ tag:Return,
+ tag:Sensor .
+
+brick:Return_Air_Differential_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Air_Differential_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Differential_Pressure ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Return_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference in pressure between the return and supply side"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Point,
+ tag:Pressure,
+ tag:Return,
+ tag:Sensor .
+
+brick:Return_Air_Differential_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Air_Differential_Pressure_Setpoint ;
+ skos:definition "Sets the target air differential pressure between an upstream and downstream point in a return air duct or conduit"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Point,
+ tag:Pressure,
+ tag:Return,
+ tag:Setpoint .
+
+brick:Return_Air_Enthalpy_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b324 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Air_Enthalpy_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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 ] ) ] ;
+ skos:definition "Measures the total heat content of return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Enthalpy,
+ tag:Point,
+ tag:Return,
+ tag:Sensor .
+
+brick:Return_Air_Filter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b147 ) ],
+ brick:Filter ;
+ skos:definition "Filters return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Equipment,
+ tag:Filter,
+ tag:Return .
+
+brick:Return_Air_Grains_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b840 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Air_Grains_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Return_Air ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:GrainsOfMoisture ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the mass of water vapor in return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Grains,
+ tag:Point,
+ tag:Return,
+ tag:Sensor .
+
+brick:Return_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b177 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for return air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Humidity,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint .
+
+brick:Return_Air_Plenum a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b991 ) ],
+ brick:Air_Plenum ;
+ skos:definition "A component of the HVAC the receives air from the room to recirculate or exhaust to or from the building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Equipment,
+ tag:Plenum,
+ tag:Return .
+
+brick:Return_Air_Temperature_High_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Temperature_High_Reset_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:High,
+ tag:Point,
+ tag:Reset,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Return_Air_Temperature_Low_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Temperature_Low_Reset_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Low,
+ tag:Point,
+ tag:Reset,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Return_Chilled_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b98 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Chilled_Water_Temperature_Setpoint,
+ brick:Return_Water_Temperature_Setpoint ;
+ skos:definition "Sets the temperature of return (downstream of the chilled water load) chilled water"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Return_Condenser_Water_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b225 ) ],
+ brick:Return_Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Flow ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Return_Condenser_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the flow of the return condenser water"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Flow,
+ tag:Point,
+ tag:Return,
+ tag:Sensor,
+ tag:Water .
+
+brick:Return_Condenser_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Condenser_Water_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Temperature ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Return_Condenser_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the temperature of the return condenser water"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Point,
+ tag:Return,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Water .
+
+brick:Return_Damper a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b278 _:n237988efd09d4a5db929068104c81d05b177 ) ],
+ brick:Damper ;
+ skos:definition "A damper that modulates the flow of return air"@en ;
+ brick:hasAssociatedTag tag:Damper,
+ tag:Equipment,
+ tag:Return .
+
+brick:Return_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b177 ) ],
+ brick:Fan ;
+ skos:definition "Fan moving return air -- air that is circulated from the building back into the HVAC system"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Fan,
+ tag:Return .
+
+brick:Return_Heating_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Heating_Valve ;
+ skos:definition "A valve installed on the return side of a heat exchanger"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Heat,
+ tag:Return,
+ tag:Valve .
+
+brick:Return_Hot_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b105 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b177 ) ],
+ brick:Hot_Water_Temperature_Setpoint,
+ brick:Return_Water_Temperature_Setpoint ;
+ skos:definition "Sets the temperature of return (downstream of the hot water load) hot water"@en ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Riser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b108 _:n237988efd09d4a5db929068104c81d05b1012 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Vertical_Space ;
+ skos:definition "A vertical shaft indented for installing building infrastructure e.g., electrical wire, network communication wire, plumbing, etc"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Riser,
+ tag:Space,
+ tag:Vertical .
+
+brick:Rooftop a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1014 _:n237988efd09d4a5db929068104c81d05b5 _:n237988efd09d4a5db929068104c81d05b64 ) ],
+ brick:Floor ;
+ brick:hasAssociatedTag tag:Floor,
+ tag:Location,
+ tag:Rooftop .
+
+brick:Run_Enable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b1016 ) ],
+ brick:Enable_Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Enable,
+ tag:Point,
+ tag:Run .
+
+brick:Run_Request_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Request ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1016 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Run_Status ;
+ skos:definition "Indicates if a request has been filed to start a device or equipment"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Request,
+ tag:Run,
+ tag:Status .
+
+brick:Safety_Shower a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b367 _:n237988efd09d4a5db929068104c81d05b368 _:n237988efd09d4a5db929068104c81d05b369 _:n237988efd09d4a5db929068104c81d05b370 _:n237988efd09d4a5db929068104c81d05b1020 ) ],
+ brick:Emergency_Wash_Station ;
+ brick:hasAssociatedTag tag:Emergency,
+ tag:Equipment,
+ tag:Safety,
+ tag:Shower,
+ tag:Station,
+ tag:Wash .
+
+brick:Sash_Position_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Sash ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b279 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Position_Sensor ;
+ skos:definition "Measures the current position of a sash in terms of the percent of fully open"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Position,
+ tag:Sash,
+ tag:Sensor .
+
+brick:Schedule_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 [ a owl:Restriction ;
+ owl:hasValue tag:Schedule ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Temperature_Setpoint ;
+ skos:definition "The current setpoint as indicated by the schedule"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Schedule,
+ tag:Setpoint,
+ tag:Temperature .
+
+brick:Server_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Server ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Server .
+
+brick:Shading_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b662 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:System ;
+ skos:definition "Devices that can control daylighting through various means"@en ;
+ brick:hasAssociatedTag tag:Shade,
+ tag:System .
+
+brick:Shared_Office a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Shared ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1030 _:n237988efd09d4a5db929068104c81d05b264 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Enclosed_Office ;
+ skos:definition "An office used by multiple people"@en ;
+ brick:hasAssociatedTag tag:Enclosed,
+ tag:Location,
+ tag:Office,
+ tag:Room,
+ tag:Shared,
+ tag:Space .
+
+brick:Short_Cycle_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Short ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1033 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Cycle_Alarm ;
+ skos:definition "An alarm that indicates a short cycle occurred. A short cycle occurs when a cooling cycle is prevented from completing its full cycle"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Cycle,
+ tag:Point,
+ tag:Short .
+
+brick:Shower a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1020 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A space containing showers, usually adjacent to an athletic or execise area"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Shower,
+ tag:Space .
+
+brick:Solar_Azimuth_Angle_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b886 [ a owl:Restriction ;
+ owl:hasValue tag:Azimuth ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1037 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Angle_Sensor ;
+ skos:definition "Measures the azimuth angle of the sun"@en ;
+ brick:hasAssociatedTag tag:Angle,
+ tag:Azimuth,
+ tag:Point,
+ tag:Sensor,
+ tag:Solar .
+
+brick:Solar_Irradiance a brick:Quantity ;
+ rdfs:label "SolarIrradiance" ;
+ qudt:applicableUnit unit:W-PER-CentiM2,
+ unit:W-PER-FT2,
+ unit:W-PER-IN2,
+ unit:W-PER-M2 ;
+ rdfs:isDefinedBy ;
+ skos:broader brick:Irradiance ;
+ skos:definition "The power per unit area of solar electromagnetic radiation incident on a surface",
+ "The power per unit area of solar electromagnetic radiation incident on a surface"@en .
+
+brick:Solar_Radiance_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 [ a owl:Restriction ;
+ owl:hasValue tag:Radiance ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b886 ) ],
+ brick:Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Solar_Radiance ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "The amount of light that passes through or is emitted from the sun and falls within a given solid angle in a specified direction"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Radiance,
+ tag:Sensor,
+ tag:Solar .
+
+brick:Solar_Zenith_Angle_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b886 [ a owl:Restriction ;
+ owl:hasValue tag:Zenith ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1037 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Angle_Sensor ;
+ skos:definition "Measures the zenith angle of the sun"@en ;
+ brick:hasAssociatedTag tag:Angle,
+ tag:Point,
+ tag:Sensor,
+ tag:Solar,
+ tag:Zenith .
+
+brick:Space_Heater a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b204 ) ],
+ brick:HVAC_Equipment ;
+ skos:definition "A heater used to warm the air in an enclosed area, such as a room or office"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Heater,
+ tag:Space .
+
+brick:Speed_Reset_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Reset_Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Point,
+ tag:Reset,
+ tag:Speed .
+
+brick:Speed_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates the operating speed of a device or equipment, e.g. fan"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Speed,
+ tag:Status .
+
+brick:Sports_Service_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Sports ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A class of spaces used in the support of sports"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Service,
+ tag:Space,
+ tag:Sports .
+
+brick:Stage_Enable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1050 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Enable_Command ;
+ skos:definition "A point representing a discrete stage which the equipment should be operating at. The desired stage number should be identified by an entity property"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Enable,
+ tag:Point,
+ tag:Stage .
+
+brick:Stage_Riser a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b1052 _:n237988efd09d4a5db929068104c81d05b1050 _:n237988efd09d4a5db929068104c81d05b108 ) ],
+ brick:Furniture ;
+ skos:definition "A low platform in a space or on a stage"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Furniture,
+ tag:Riser,
+ tag:Stage .
+
+brick:Stages_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Stages ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status ;
+ skos:definition "Indicates which stage a control loop or equipment is in"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Stages,
+ tag:Status .
+
+brick:Standby_CRAC a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b1056 _:n237988efd09d4a5db929068104c81d05b1057 ) ],
+ brick:CRAC ;
+ skos:definition "A CRAC that is activated as part of a lead/lag operation or when an alarm occurs in a primary unit"@en ;
+ brick:hasAssociatedTag tag:CRAC,
+ tag:Equipment,
+ tag:Standby .
+
+brick:Standby_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b1057 ) ],
+ brick:Fan ;
+ skos:definition "Fan that is activated as part of a lead/lag operation or when a primary fan raises an alarm"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Fan,
+ tag:Standby .
+
+brick:Standby_Glycool_Unit_On_Off_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b1057 [ a owl:Restriction ;
+ owl:hasValue tag:Glycool ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b489 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Standby_Unit_On_Off_Status ;
+ skos:definition "Indicates the on/off status of a standby glycool unit"@en ;
+ brick:hasAssociatedTag tag:Glycool,
+ tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Standby,
+ tag:Status,
+ tag:Unit .
+
+brick:Start_Stop_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b247 _:n237988efd09d4a5db929068104c81d05b248 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:On_Off_Command ;
+ skos:definition "A Start/Stop Command controls or reports the active/inactive status of a control sequence"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Point,
+ tag:Start,
+ tag:Stop .
+
+brick:Steam_Baseboard_Radiator a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b390 _:n237988efd09d4a5db929068104c81d05b391 _:n237988efd09d4a5db929068104c81d05b1063 ) ],
+ brick:Baseboard_Radiator,
+ brick:Steam_Radiator ;
+ skos:definition "Steam heating device located at or near the floor"@en ;
+ brick:hasAssociatedTag tag:Baseboard,
+ tag:Equipment,
+ tag:Radiator,
+ tag:Steam .
+
+brick:Steam_Distribution a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1063 _:n237988efd09d4a5db929068104c81d05b535 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Equipment ;
+ skos:definition "Utilize a steam distribution source to represent how steam is distributed across multiple destinations"@en ;
+ brick:hasAssociatedTag tag:Distribution,
+ tag:Equipment,
+ tag:Steam .
+
+brick:Steam_On_Off_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b1063 _:n237988efd09d4a5db929068104c81d05b491 _:n237988efd09d4a5db929068104c81d05b409 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:On_Off_Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Off,
+ tag:On,
+ tag:Point,
+ tag:Steam .
+
+brick:Steam_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1063 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Heating_Ventilation_Air_Conditioning_System ;
+ skos:definition "The equipment, devices and conduits that handle the production and distribution of steam in a building"@en ;
+ brick:hasAssociatedTag tag:Steam,
+ tag:System .
+
+brick:Steam_Usage_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b425 _:n237988efd09d4a5db929068104c81d05b1063 ) ],
+ brick:Usage_Sensor ;
+ skos:definition "Measures the amount of steam that is consumed or used, over some period of time"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Sensor,
+ tag:Steam,
+ tag:Usage .
+
+brick:Steam_Valve a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1063 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Valve ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Steam,
+ tag:Valve .
+
+brick:Studio a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Studio ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b88 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Media_Room ;
+ skos:definition "A room used for the production or media, usually with either a specialized set or a specialized sound booth for recording"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Media,
+ tag:Room,
+ tag:Space,
+ tag:Studio .
+
+brick:Supply_Air_Differential_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Air_Differential_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Differential_Pressure ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Supply_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the difference in pressure between an upstream and downstream of an air duct or other air conduit used to supply air into the building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Supply .
+
+brick:Supply_Air_Differential_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b123 ) ],
+ brick:Air_Differential_Pressure_Setpoint ;
+ skos:definition "Sets the target air differential pressure between an upstream and downstream point in a supply air duct or conduit"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Supply .
+
+brick:Supply_Air_Duct_Pressure_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b1077 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Pressure_Status ;
+ owl:equivalentClass brick:Discharge_Air_Duct_Pressure_Status ;
+ skos:definition "Indicates if air pressure in supply duct is within expected bounds"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Duct,
+ tag:Point,
+ tag:Pressure,
+ tag:Status,
+ tag:Supply .
+
+brick:Supply_Air_Flow_Demand_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b48 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Air_Flow_Demand_Setpoint,
+ brick:Supply_Air_Flow_Setpoint ;
+ owl:equivalentClass brick:Discharge_Air_Flow_Demand_Setpoint ;
+ skos:definition "Sets the rate of supply air flow required for a process"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Demand,
+ tag:Flow,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply .
+
+brick:Supply_Air_Humidity_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b461 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b58 ) ],
+ brick:Relative_Humidity_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Relative_Humidity ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Supply_Air ;
+ owl:onProperty brick:measures ] ) ],
+ brick:Discharge_Air_Humidity_Sensor ;
+ skos:definition "Measures the relative humidity of supply air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Humidity,
+ tag:Point,
+ tag:Relative,
+ tag:Sensor,
+ tag:Supply .
+
+brick:Supply_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b58 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for supply air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Humidity,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply .
+
+brick:Supply_Air_Integral_Gain_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b299 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 _:n237988efd09d4a5db929068104c81d05b299 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Deadband_Setpoint,
+ brick:Supply_Air_Static_Pressure_Setpoint ;
+ owl:equivalentClass brick:Discharge_Air_Static_Pressure_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of static pressure of supply air"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ brick:Static_Pressure_Integral_Time_Parameter ;
+ owl:equivalentClass brick:Discharge_Air_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ brick:Static_Pressure_Proportional_Band_Parameter ;
+ owl:equivalentClass brick:Discharge_Air_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b58 ) ],
+ brick:Static_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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:Discharge_Air_Static_Pressure_Sensor ;
+ skos:definition "The static pressure of air within supply regions of an HVAC system"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Static,
+ tag:Supply .
+
+brick:Supply_Air_Temperature_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Air_Temperature_Alarm ;
+ owl:equivalentClass brick:Discharge_Air_Temperature_Alarm ;
+ skos:definition "An alarm that indicates the off-normal conditions associated with the temperature of supply air."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Alarm,
+ tag:Point,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Supply_Air_Temperature_High_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b338 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Temperature_High_Reset_Setpoint ;
+ owl:equivalentClass brick:Discharge_Air_Temperature_High_Reset_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:High,
+ tag:Point,
+ tag:Reset,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Supply_Air_Temperature_Low_Reset_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b340 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Temperature_Low_Reset_Setpoint ;
+ owl:equivalentClass brick:Discharge_Air_Temperature_Low_Reset_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Low,
+ tag:Point,
+ tag:Reset,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Supply_Air_Temperature_Reset_Differential_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b156 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Temperature_Differential_Reset_Setpoint ;
+ owl:equivalentClass brick:Discharge_Air_Temperature_Reset_Differential_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Differential,
+ tag:Point,
+ tag:Reset,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature .
+
+brick:Supply_Air_Temperature_Step_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b166 _:n237988efd09d4a5db929068104c81d05b36 ) ],
+ brick:Air_Temperature_Step_Parameter ;
+ owl:equivalentClass brick:Discharge_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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b478 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 ) ],
+ brick:Velocity_Pressure_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ 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:Discharge_Air_Velocity_Pressure_Sensor ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Point,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Supply,
+ tag:Velocity .
+
+brick:Supply_Chilled_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b98 ) ],
+ brick:Chilled_Water_Temperature_Setpoint,
+ brick:Supply_Water_Temperature_Setpoint ;
+ skos:definition "Temperature setpoint for supply chilled water"@en ;
+ brick:hasAssociatedTag tag:Chilled,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Supply_Condenser_Water_Flow_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b225 ) ],
+ brick:Supply_Water_Flow_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Flow ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Supply_Condenser_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the flow of the supply condenser water"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Flow,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Water .
+
+brick:Supply_Condenser_Water_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b225 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b11 ) ],
+ brick:Condenser_Water_Temperature_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Temperature ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Supply_Condenser_Water ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the temperature of the supply condenser water"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Point,
+ tag:Sensor,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Supply_Condenser_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b225 ) ],
+ brick:Supply_Water_Temperature_Setpoint ;
+ skos:definition "The temperature setpoint for the supply condenser water"@en ;
+ brick:hasAssociatedTag tag:Condenser,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Supply_Fan a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b80 _:n237988efd09d4a5db929068104c81d05b58 ) ],
+ brick:Fan ;
+ owl:equivalentClass brick:Discharge_Fan ;
+ skos:definition "Fan moving supply air -- air that is supplied from the HVAC system into the building"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Fan,
+ tag:Supply .
+
+brick:Supply_Hot_Water_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b105 ) ],
+ brick:Hot_Water_Temperature_Setpoint,
+ brick:Supply_Water_Temperature_Setpoint ;
+ skos:definition "Temperature setpoint for supply hot water"@en ;
+ brick:hasAssociatedTag tag:Hot,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Supply_Water_Differential_Pressure_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Differential_Pressure_Deadband_Setpoint ;
+ owl:equivalentClass brick:Discharge_Water_Differential_Pressure_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of differential pressure of supply water"@en ;
+ brick:hasAssociatedTag tag:Deadband,
+ tag:Differential,
+ tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Water .
+
+brick:Supply_Water_Differential_Pressure_Integral_Time_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Water_Temperature_Alarm ;
+ owl:equivalentClass brick:Discharge_Water_Temperature_Alarm ;
+ skos:definition "An alarm that indicates the off-normal conditions associated with temperature of the supply water."@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Point,
+ tag:Supply,
+ tag:Temperature,
+ tag:Water .
+
+brick:Supply_Water_Temperature_Deadband_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b175 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Supply_Water_Temperature_Setpoint,
+ brick:Temperature_Deadband_Setpoint ;
+ skos:definition "Sets the size of a deadband of temperature of supply water"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b151 _:n237988efd09d4a5db929068104c81d05b12 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b159 _:n237988efd09d4a5db929068104c81d05b160 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b152 ) ],
+ 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:Surveillance_Camera a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b16 _:n237988efd09d4a5db929068104c81d05b1122 _:n237988efd09d4a5db929068104c81d05b1123 _:n237988efd09d4a5db929068104c81d05b1124 ) ],
+ brick:Camera,
+ brick:Video_Surveillance_Equipment ;
+ brick:hasAssociatedTag tag:Camera,
+ tag:Equipment,
+ tag:Security,
+ tag:Surveillance,
+ tag:Video .
+
+brick:Switch_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b318 _:n237988efd09d4a5db929068104c81d05b443 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Telecom_Room ;
+ skos:definition "A telecommuncations room housing network switches"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:Switch,
+ tag:Telecom .
+
+brick:Switchgear a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Switchgear ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "A main disconnect or service disconnect feeds power to a switchgear, which then distributes power to the rest of the building through smaller amperage-rated disconnects."@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Switchgear .
+
+brick:System_Shutdown_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b70 [ a owl:Restriction ;
+ owl:hasValue tag:Shutdown ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Status,
+ brick:System_Status ;
+ skos:definition "Indicates if a system has been shutdown"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Shutdown,
+ tag:Status,
+ tag:System .
+
+brick:TETRA_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:TETRA ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b443 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Telecom_Room ;
+ skos:definition "A room used for local two-way radio networks, e.g. the portable radios carried by facilities staff"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:TETRA,
+ tag:Telecom .
+
+brick:TVOC_Level_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b128 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b878 _:n237988efd09d4a5db929068104c81d05b879 _:n237988efd09d4a5db929068104c81d05b1133 ) ],
+ brick:TVOC_Sensor ;
+ skos:definition "A sensor measuring the level of all VOCs in air"@en ;
+ brick:hasAssociatedTag tag:Level,
+ tag:Matter,
+ tag:Particulate,
+ tag:Point,
+ tag:Sensor,
+ tag:TVOC .
+
+brick:Team_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Team ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1030 _:n237988efd09d4a5db929068104c81d05b264 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Enclosed_Office ;
+ skos:definition "An office used by multiple team members for specific work tasks. Distinct from Conference Room"@en ;
+ brick:hasAssociatedTag tag:Enclosed,
+ tag:Location,
+ tag:Office,
+ tag:Room,
+ tag:Space,
+ tag:Team .
+
+brick:Temperature_Tolerance_Parameter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b608 _:n237988efd09d4a5db929068104c81d05b36 _:n237988efd09d4a5db929068104c81d05b60 ) ],
+ brick:Temperature_Parameter,
+ brick:Tolerance_Parameter ;
+ skos:definition "A parameter determining the difference between upper and lower limits of temperature."@en ;
+ brick:hasAssociatedTag tag:Parameter,
+ tag:Point,
+ tag:Temperature,
+ tag:Tolerance .
+
+brick:Temporary_Occupancy_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Temporary ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b795 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Occupancy_Status ;
+ skos:definition "For systems that differentiate between scheduled occupied/unoccupied mode, this indicates if a space is temporarily occupied when it would otherwise be unoccupied"@en ;
+ brick:hasAssociatedTag tag:Occupancy,
+ tag:Point,
+ tag:Status,
+ tag:Temporary .
+
+brick:Thermal_Energy a brick:Quantity ;
+ qudt:applicableUnit unit:BTU_IT,
+ unit:BTU_MEAN,
+ unit:BTU_TH,
+ unit:CAL_15_DEG_C,
+ unit:CAL_IT,
+ unit:CAL_MEAN,
+ unit:CAL_TH,
+ unit:GigaJ,
+ unit:J,
+ unit:KiloCAL,
+ unit:KiloCAL_IT,
+ unit:KiloCAL_Mean,
+ unit:KiloCAL_TH,
+ unit:KiloJ,
+ unit:MegaJ,
+ unit:N-M,
+ unit:THM_EEC,
+ unit:THM_US ;
+ skos:broader brick:Energy ;
+ skos:definition "Thermal Energy} is the portion of the thermodynamic or internal energy of a system that is responsible for the temperature of the system. From a macroscopic thermodynamic description, the thermal energy of a system is given by its constant volume specific heat capacity C(T), a temperature coefficient also called thermal capacity, at any given absolute temperature (T): (U_{thermal = C(T) \\cdot T)."@en ;
+ brick:hasQUDTReference qudtqk:ThermalEnergy .
+
+brick:Thermal_Power a brick:Quantity ;
+ rdfs:label "ThermalPower" ;
+ qudt:applicableUnit unit:BTU_IT,
+ unit:KiloW,
+ unit:MegaW,
+ unit:MilliW,
+ unit:W ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader qudtqk:Power,
+ brick:Power ;
+ skos:definition "`"@en .
+
+brick:Thermal_Power_Meter a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b100 _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b563 _:n237988efd09d4a5db929068104c81d05b22 ) ],
+ brick:Meter ;
+ skos:definition "A standalone thermal power meter"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Meter,
+ tag:Power,
+ tag:Thermal .
+
+brick:Thermally_Activated_Building_System_Panel a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Thermally ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Activated ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b91 _:n237988efd09d4a5db929068104c81d05b70 _:n237988efd09d4a5db929068104c81d05b399 ) ],
+ brick:Radiant_Panel ;
+ owl:equivalentClass brick:TABS_Panel ;
+ skos:definition "Radiant panel heating and cooling system where the energy heat source or sink is embedded in the building structure such as in slabs and walls."@en ;
+ brick:hasAssociatedTag tag:Activated,
+ tag:Building,
+ tag:Equipment,
+ tag:Panel,
+ tag:System,
+ tag:Thermally .
+
+brick:Thermostat a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 [ a owl:Restriction ;
+ owl:hasValue tag:Thermostat ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:HVAC_Equipment ;
+ skos:definition "An automatic control device used to maintain temperature at a fixed or adjustable setpoint."@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Thermostat .
+
+brick:Ticketing_Booth a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Ticketing ;
+ owl:onProperty brick:hasTag ] [ a owl:Restriction ;
+ owl:hasValue tag:Booth ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "A room or space used to sell or distribute tickets to events at a venue"@en ;
+ brick:hasAssociatedTag tag:Booth,
+ tag:Location,
+ tag:Space,
+ tag:Ticketing .
+
+brick:Touchpanel a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b317 [ a owl:Restriction ;
+ owl:hasValue tag:Touchpanel ;
+ owl:onProperty brick:hasTag ] ) ],
+ brick:Interface ;
+ skos:definition "A switch used to operate all or part of a lighting installation that uses a touch-based mechanism (typically resistive or capacitive) rather than a mechanical actuator"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Interface,
+ tag:Touchpanel .
+
+brick:Trace_Heat_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Trace ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Heat_Sensor ;
+ skos:definition "Measures the surface temperature of pipelines carrying temperature-sensitive products; typically used to avoid frosting/freezing"@en ;
+ brick:hasAssociatedTag tag:Heat,
+ tag:Point,
+ tag:Sensor,
+ tag:Trace .
+
+brick:Transformer a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1153 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Electrical_Equipment ;
+ skos:definition "A Transformer is usually fed by a high-voltage source and then steps down the voltage to a lower-voltage feed for low-voltage application (such as lights). Transformers also can step up voltage, but this generally does not apply to in building distribution."@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Transformer .
+
+brick:Transformer_Room a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1153 _:n237988efd09d4a5db929068104c81d05b24 _:n237988efd09d4a5db929068104c81d05b72 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Electrical_Room ;
+ skos:definition "An electrical room where electricity enters and is transformed to different voltages and currents by the equipment contained in the room"@en ;
+ brick:hasAssociatedTag tag:Electrical,
+ tag:Location,
+ tag:Room,
+ tag:Service,
+ tag:Space,
+ tag:Transformer .
+
+brick:Tunnel a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Tunnel ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "An enclosed space that connects buildings. Often underground"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Space,
+ tag:Tunnel .
+
+brick:Underfloor_Air_Plenum a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b1158 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b991 ) ],
+ brick:Supply_Air_Plenum ;
+ skos:definition "An open space between a structural concrete slab and the underside of a raised access floor system that connects to an air handling unit to receive conditioned and/or ventilating air before delivery to the room(s)"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Equipment,
+ tag:Plenum,
+ tag:Underfloor .
+
+brick:Underfloor_Air_Plenum_Static_Pressure_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1158 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b991 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Static_Pressure_Sensor ;
+ skos:definition "Measures the outward push of air against the plenum surfaces and used to measure the resistance when air moves through the plenum"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Plenum,
+ tag:Pressure,
+ tag:Sensor,
+ tag:Static,
+ tag:Underfloor .
+
+brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1158 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b991 _:n237988efd09d4a5db929068104c81d05b53 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Static_Pressure_Setpoint ;
+ skos:definition "Sets the underfloor air plenum static pressure"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Plenum,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Static,
+ tag:Underfloor .
+
+brick:Underfloor_Air_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b1158 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Air_Temperature_Sensor ;
+ skos:definition "Measures the temperature of underfloor air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Underfloor .
+
+brick:Unit_Failure_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b489 _:n237988efd09d4a5db929068104c81d05b1163 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Failure_Alarm ;
+ skos:definition "An alarm that indicates the failure of an equipment or device"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Failure,
+ tag:Point,
+ tag:Unit .
+
+brick:Unoccupied_Air_Temperature_Cooling_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Cooling_Temperature_Setpoint,
+ brick:Unoccupied_Air_Temperature_Setpoint ;
+ skos:definition "Sets temperature of air when unoccupied for cooling"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Cool,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Unoccupied .
+
+brick:Unoccupied_Air_Temperature_Heating_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Heating_Temperature_Setpoint,
+ brick:Unoccupied_Air_Temperature_Setpoint ;
+ skos:definition "Sets temperature of air when unoccupied for heating"@en ;
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b49 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b30 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Cooling_Discharge_Air_Flow_Setpoint ;
+ skos:definition "Sets discharge air flow for cooling when unoccupied"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Cool,
+ tag:Discharge,
+ tag:Flow,
+ tag:Point,
+ tag:Setpoint,
+ tag:Unoccupied .
+
+brick:Unoccupied_Discharge_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b333 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b721 ) ],
+ brick:Discharge_Air_Temperature_Setpoint,
+ brick:Unoccupied_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Discharge,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Unoccupied .
+
+brick:Unoccupied_Return_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b177 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b721 ) ],
+ brick:Return_Air_Temperature_Setpoint,
+ brick:Unoccupied_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Point,
+ tag:Return,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Unoccupied .
+
+brick:Unoccupied_Room_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b721 ) ],
+ brick:Room_Air_Temperature_Setpoint,
+ brick:Unoccupied_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Point,
+ tag:Room,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Unoccupied .
+
+brick:Unoccupied_Supply_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b58 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b721 ) ],
+ brick:Supply_Air_Temperature_Setpoint,
+ brick:Unoccupied_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Supply,
+ tag:Temperature,
+ tag:Unoccupied .
+
+brick:Unoccupied_Zone_Air_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b56 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b721 ) ],
+ brick:Unoccupied_Air_Temperature_Setpoint,
+ brick:Zone_Air_Temperature_Setpoint ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Heat,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Unoccupied,
+ tag:Zone .
+
+brick:VFD_Enable_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b190 _:n237988efd09d4a5db929068104c81d05b43 _:n237988efd09d4a5db929068104c81d05b493 ) ],
+ brick:Enable_Command ;
+ skos:definition "Enables operation of a variable frequency drive"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Enable,
+ tag:Point,
+ tag:VFD .
+
+brick:Valve_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Command ;
+ skos:definition "Controls or reports the openness of a valve (typically as a proportion of its full range of motion)"@en ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Point,
+ tag:Valve .
+
+brick:Valve_Position_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b192 _:n237988efd09d4a5db929068104c81d05b279 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Position_Sensor ;
+ skos:definition "Measures the current position of a valve in terms of the percent of fully open"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Position,
+ tag:Sensor,
+ tag:Valve .
+
+brick:Variable_Air_Volume_Box_With_Reheat a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b1176 _:n237988efd09d4a5db929068104c81d05b240 _:n237988efd09d4a5db929068104c81d05b83 _:n237988efd09d4a5db929068104c81d05b948 ) ],
+ brick:Variable_Air_Volume_Box ;
+ owl:equivalentClass brick:RVAV ;
+ skos:definition "A VAV box with a reheat coil mounted on the discharge end of the unit that can heat the air delivered to a zone"@en ;
+ brick:hasAssociatedTag tag:Box,
+ tag:Equipment,
+ tag:Reheat,
+ tag:Variable,
+ tag:Volume .
+
+brick:Variable_Frequency_Drive a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b1176 _:n237988efd09d4a5db929068104c81d05b815 _:n237988efd09d4a5db929068104c81d05b374 ) ],
+ brick:Motor ;
+ 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."@en ;
+ brick:hasAssociatedTag tag:Drive,
+ tag:Equipment,
+ tag:Frequency,
+ tag:Variable .
+
+brick:Velocity_Pressure_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b478 _:n237988efd09d4a5db929068104c81d05b54 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Pressure_Setpoint ;
+ skos:definition "Sets static veloicty pressure"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Pressure,
+ tag:Setpoint,
+ tag:Velocity .
+
+brick:Vent_Operating_Mode_Status a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Vent ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b1181 _:n237988efd09d4a5db929068104c81d05b42 _:n237988efd09d4a5db929068104c81d05b46 ) ],
+ brick:Operating_Mode_Status ;
+ skos:definition "Indicates the current operating mode of a vent"@en ;
+ brick:hasAssociatedTag tag:Mode,
+ tag:Operating,
+ tag:Point,
+ tag:Status,
+ tag:Vent .
+
+brick:Ventilation_Air_Flow_Ratio_Limit a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b1183 _:n237988efd09d4a5db929068104c81d05b28 [ a owl:Restriction ;
+ owl:hasValue tag:Ratio ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b195 ) ],
+ brick:Limit ;
+ skos:definition "A parameter that places a lower or upper bound on the range of permitted values of a Ventilation_Air_Flow_Ratio_Setpoint."@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Limit,
+ tag:Point,
+ tag:Ratio,
+ tag:Ventilation .
+
+brick:Ventilation_Air_System a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b1183 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b70 ) ],
+ brick:Air_System ;
+ skos:definition "The equipment, devices, and conduits that handle the introduction and distribution of ventilation air in the building"@en,
+ "The equipment, distribution systems and terminals that introduce or exhaust, either collectively or individually, the air used for the ventilation system of the building"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:System,
+ tag:Ventilation .
+
+brick:Video_Intercom a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b7 _:n237988efd09d4a5db929068104c81d05b16 _:n237988efd09d4a5db929068104c81d05b406 _:n237988efd09d4a5db929068104c81d05b1122 ) ],
+ brick:Intercom_Equipment ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Intercom,
+ tag:Security,
+ tag:Video .
+
+brick:Visitor_Lobby a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Visitor ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b418 _:n237988efd09d4a5db929068104c81d05b39 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Lobby ;
+ skos:definition "A lobby for visitors to the building. Sometimes used to distinguish from an employee entrance looby"@en ;
+ brick:hasAssociatedTag tag:Common,
+ tag:Lobby,
+ tag:Location,
+ tag:Space,
+ tag:Visitor .
+
+brick:Voltage_Angle a brick:Quantity ;
+ rdfs:label "VoltageAngle" ;
+ qudt:applicableUnit unit:ARCMIN,
+ unit:ARCSEC,
+ unit:DEG,
+ unit:GON,
+ unit:GRAD,
+ unit:MIL,
+ unit:MicroRAD,
+ unit:MilliARCSEC,
+ unit:MilliRAD,
+ unit:RAD,
+ unit:REV ;
+ qudt:hasDimensionVector ;
+ rdfs:isDefinedBy ;
+ skos:broader brick:Phasor_Angle ;
+ skos:definition "Angle of voltage phasor",
+ "Angle of voltage phasor"@en ;
+ skos:related brick:Voltage .
+
+brick:Voltage_Imbalance_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b266 _:n237988efd09d4a5db929068104c81d05b74 ) ],
+ brick:Imbalance_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Voltage_Imbalance ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "A sensor which measures the voltage difference (imbalance) between phases of an electrical system"@en ;
+ brick:hasAssociatedTag tag:Imbalance,
+ tag:Point,
+ tag:Sensor,
+ tag:Voltage .
+
+brick:Wardrobe a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Wardrobe ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "Storage for clothing, costumes, or uniforms"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:Wardrobe .
+
+brick:Warm_Cool_Adjust_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b1195 [ a owl:Restriction ;
+ owl:hasValue tag:Warm ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b49 ) ],
+ brick:Adjust_Sensor ;
+ skos:definition "User provided adjustment of zone temperature, typically in the range of +/- 5 degrees"@en ;
+ brick:hasAssociatedTag tag:Adjust,
+ tag:Cool,
+ tag:Point,
+ tag:Sensor,
+ tag:Warm .
+
+brick:Warmest_Zone_Air_Temperature_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 [ a owl:Restriction ;
+ owl:hasValue tag:Warmest ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b21 ) ],
+ brick:Zone_Air_Temperature_Sensor ;
+ skos:definition "The zone temperature that is warmest; drives the supply temperature of cold air. A computed value rather than a physical sensor. Also referred to as a 'Highest Zone Air Temperature Sensor'"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Point,
+ tag:Sensor,
+ tag:Temperature,
+ tag:Warmest,
+ tag:Zone .
+
+brick:Waste_Storage a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Waste ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b68 _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Storage_Room ;
+ skos:definition "A room used for storing waste such as trash or recycling"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:Storage,
+ tag:Waste .
+
+brick:Water_Differential_Temperature_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b123 _:n237988efd09d4a5db929068104c81d05b60 _:n237988efd09d4a5db929068104c81d05b13 ) ],
+ brick:Water_Temperature_Setpoint ;
+ skos:definition "Sets the target differential temperature between the start and end of a heat transfer cycle in a water circuit"@en ;
+ brick:hasAssociatedTag tag:Differential,
+ tag:Point,
+ tag:Setpoint,
+ tag:Temperature,
+ tag:Water .
+
+brick:Water_Distribution a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b535 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Equipment ;
+ skos:definition "Utilize a water distribution source to represent how water is distributed across multiple destinations (pipes)"@en ;
+ brick:hasAssociatedTag tag:Distribution,
+ tag:Equipment,
+ tag:Water .
+
+brick:Water_Loss_Alarm a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b31 _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b29 ) ],
+ brick:Water_Alarm ;
+ skos:definition "An alarm that indicates a loss of water e.g. during transport"@en ;
+ brick:hasAssociatedTag tag:Alarm,
+ tag:Loss,
+ tag:Point,
+ tag:Water .
+
+brick:Water_Tank a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b99 _:n237988efd09d4a5db929068104c81d05b614 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Space ;
+ skos:definition "A space used to hold water"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Space,
+ tag:Tank,
+ tag:Water .
+
+brick:Weather_Condition a brick:Quantity .
+
+brick:Weather_Station a owl:Class ;
+ rdfs:seeAlso ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Weather ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b369 _:n237988efd09d4a5db929068104c81d05b7 ) ],
+ brick:Equipment ;
+ skos:definition "A dedicated weather measurement station"@en ;
+ brick:hasAssociatedTag tag:Equipment,
+ tag:Station,
+ tag:Weather .
+
+brick:Wind_Direction_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b321 _:n237988efd09d4a5db929068104c81d05b1208 ) ],
+ brick:Direction_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Wind_Direction ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures the direction of wind in degrees relative to North"@en ;
+ brick:hasAssociatedTag tag:Direction,
+ tag:Point,
+ tag:Sensor,
+ tag:Wind .
+
+brick:Wind_Speed_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b309 _:n237988efd09d4a5db929068104c81d05b1208 ) ],
+ brick:Speed_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Wind_Speed ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measured speed of wind, caused by air moving from high to low pressure"@en ;
+ brick:hasAssociatedTag tag:Point,
+ tag:Sensor,
+ tag:Speed,
+ tag:Wind .
+
+brick:Wing a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Wing ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Location ;
+ skos:definition "A wing is part of a building – or any feature of a building – that is subordinate to the main, central structure."@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Wing .
+
+brick:Workshop a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue tag:Workshop ;
+ owl:onProperty brick:hasTag ] _:n237988efd09d4a5db929068104c81d05b3 _:n237988efd09d4a5db929068104c81d05b4 _:n237988efd09d4a5db929068104c81d05b5 ) ],
+ brick:Room ;
+ skos:definition "A space used to house equipment that can be used to repair or fabricate things"@en ;
+ brick:hasAssociatedTag tag:Location,
+ tag:Room,
+ tag:Space,
+ tag:Workshop .
+
+brick:Zone_Air_Dewpoint_Sensor a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b21 _:n237988efd09d4a5db929068104c81d05b305 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b61 ) ],
+ brick:Dewpoint_Sensor ;
+ owl:equivalentClass [ a owl:Class ;
+ owl:intersectionOf ( [ a owl:Restriction ;
+ owl:hasValue brick:Dewpoint ;
+ owl:onProperty brick:measures ] [ a owl:Restriction ;
+ owl:hasValue brick:Zone_Air ;
+ owl:onProperty brick:measures ] ) ] ;
+ skos:definition "Measures dewpoint of zone air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Dewpoint,
+ tag:Point,
+ tag:Sensor,
+ tag:Zone .
+
+brick:Zone_Air_Humidity_Setpoint a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b90 _:n237988efd09d4a5db929068104c81d05b13 _:n237988efd09d4a5db929068104c81d05b28 _:n237988efd09d4a5db929068104c81d05b61 ) ],
+ brick:Air_Humidity_Setpoint ;
+ skos:definition "Humidity setpoint for zone air"@en ;
+ brick:hasAssociatedTag tag:Air,
+ tag:Humidity,
+ tag:Point,
+ tag:Setpoint,
+ tag:Zone .
+
+brick:Zone_Standby_Load_Shed_Command a owl:Class ;
+ rdfs:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b1057 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ 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:subClassOf [ a owl:Class ;
+ owl:intersectionOf ( _:n237988efd09d4a5db929068104c81d05b11 _:n237988efd09d4a5db929068104c81d05b61 _:n237988efd09d4a5db929068104c81d05b721 _:n237988efd09d4a5db929068104c81d05b154 _:n237988efd09d4a5db929068104c81d05b155 _:n237988efd09d4a5db929068104c81d05b43 ) ],
+ brick:Unoccupied_Load_Shed_Command ;
+ brick:hasAssociatedTag tag:Command,
+ tag:Load,
+ tag:Point,
+ tag:Shed,
+ tag:Unoccupied,
+ tag:Zone .
+
+brick:aggregate a brick:EntityProperty ;
+ rdfs:domain brick:Point ;
+ rdfs:range brick:AggregationShape ;
+ skos:definition "Description of how the dta for this point is aggregated" .
+
+brick:azimuth a brick:EntityProperty ;
+ rdfs:range brick:AzimuthShape ;
+ skos:definition "(Horizontal) angle between a projected vector and a reference vector (typically a compass bearing). The projected vector usually indicates the direction of a face or plane." .
+
+brick:buildingPrimaryFunction a brick:EntityProperty ;
+ rdfs:domain brick:Building ;
+ rdfs:range brick:BuildingPrimaryFunctionShape ;
+ rdfs:seeAlso "https://project-haystack.org/tag/primaryFunction" ;
+ skos:definition "Enumerated string applied to a site record to indicate the building's primary function. The list of primary functions is derived from the US Energy Star program (adopted from Project Haystack)" .
+
+brick:buildingThermalTransmittance a brick:EntityProperty ;
+ rdfs:domain brick:Building ;
+ rdfs:range brick:ThermalTransmittanceShape ;
+ rdfs:seeAlso "https://www.iso.org/obp/ui/#iso:std:iso:13789:ed-3:v1:en" ;
+ rdfs:subPropertyOf brick:thermalTransmittance ;
+ skos:definition "The area-weighted average heat transfer coefficient (commonly referred to as a U-value) for a building envelope" .
+
+brick:coolingCapacity a brick:EntityProperty ;
+ rdfs:domain brick:Chiller ;
+ rdfs:range brick:CoolingCapacityShape ;
+ rdfs:seeAlso "https://project-haystack.org/tag/coolingCapacity" ;
+ skos:definition "Measurement of a chiller ability to remove heat (adopted from Project Haystack)" .
+
+brick:coordinates a brick:EntityProperty ;
+ rdfs:range brick:CoordinateShape ;
+ skos:definition "The location of an entity in latitude/longitude" .
+
+brick:currentFlowType a brick:EntityProperty ;
+ rdfs:range brick:CurrentFlowTypeShape ;
+ skos:definition "The current flow type of the entity" .
+
+brick:electricalPhaseCount a brick:EntityProperty ;
+ rdfs:range brick:PhaseCountShape ;
+ skos:definition "Entity has these phases" .
+
+brick:electricalPhases a brick:EntityProperty ;
+ rdfs:range brick:PhasesShape ;
+ skos:definition "Entity has these electrical AC phases" .
+
+brick:feedsAir a owl:ObjectProperty ;
+ rdfs:subPropertyOf brick:feeds ;
+ skos:definition "Passes air"@en .
+
+brick:grossArea a brick:EntityProperty ;
+ rdfs:range brick:AreaShape ;
+ rdfs:subPropertyOf brick:area ;
+ skos:definition "Entity has gross 2-dimensional area" .
+
+brick:hasAddress a owl:ObjectProperty ;
+ rdfs:domain brick:Building ;
+ rdfs:range vcard:Address ;
+ rdfs:subPropertyOf vcard:hasAddress ;
+ skos:definition "To specify the address of a building."@en .
+
+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"@en .
+
+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"@en .
+
+brick:hasQUDTReference a owl:AsymmetricProperty,
+ owl:IrreflexiveProperty,
+ owl:ObjectProperty ;
+ skos:definition "Points to the relevant QUDT definition"@en .
+
+brick:latitutde a owl:ObjectProperty ;
+ rdfs:subPropertyOf sdo:latitude .
+
+brick:measuredModuleConversionEfficiency a brick:EntityProperty ;
+ rdfs:domain brick:PV_Panel ;
+ rdfs:range brick:EfficiencyShape ;
+ rdfs:subPropertyOf brick:conversionEfficiency ;
+ skos:definition "The measured percentage of sunlight that is converted into usable power" .
+
+brick:measuredPowerOutput a brick:EntityProperty ;
+ rdfs:range brick:PowerOutputShape ;
+ skos:definition "The nominal measured power output of the entity" .
+
+brick:netArea a brick:EntityProperty ;
+ rdfs:range brick:AreaShape ;
+ rdfs:subPropertyOf brick:area ;
+ skos:definition "Entity has net 2-dimensional area" .
+
+brick:operationalStage a brick:EntityProperty ;
+ rdfs:range brick:StageShape ;
+ skos:definition "The associated operational stage" .
+
+brick:operationalStageCount a brick:EntityProperty ;
+ rdfs:domain brick:Equipment ;
+ rdfs:range brick:StageShape ;
+ skos:definition "The number of operational stages supported by this eqiupment" .
+
+brick:panelArea a brick:EntityProperty ;
+ rdfs:range brick:AreaShape ;
+ rdfs:subPropertyOf brick:area ;
+ skos:definition "Surface area of a panel, such as a PV panel" .
+
+brick:powerComplexity a brick:EntityProperty ;
+ rdfs:range brick:PowerComplexityShape ;
+ skos:definition "Entity has this power complexity" .
+
+brick:powerFlow a brick:EntityProperty ;
+ rdfs:range brick:PowerFlowShape ;
+ skos:definition "Entity has this power flow relative to the building'" .
+
+brick:ratedModuleConversionEfficiency a brick:EntityProperty ;
+ rdfs:domain brick:PV_Panel ;
+ rdfs:range brick:EfficiencyShape ;
+ rdfs:subPropertyOf brick:conversionEfficiency ;
+ skos:definition "The *rated* percentage of sunlight that is converted into usable power, as measured using Standard Test Conditions (STC): 1000 W/sqm irradiance, 25 degC panel temperature, no wind" .
+
brick:ratedPowerInput a brick:EntityProperty ;
rdfs:range brick:PowerShape ;
skos:definition "The rated power input of the entity" .
+brick:ratedPowerOutput a brick:EntityProperty ;
+ rdfs:range brick:PowerOutputShape ;
+ skos:definition "The nominal rated power output of the entity" .
+
+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"@en .
+
+brick:temperatureCoefficientofPmax a brick:EntityProperty ;
+ rdfs:range brick:TemperatureCoefficientPerDegreeCelsiusShape ;
+ skos:definition "The % change in power output for every degree celsius that the entity is hotter than 25 degrees celsius" .
+
+brick:tilt a brick:EntityProperty ;
+ rdfs:range brick:TiltShape ;
+ skos:definition "The direction an entity is facing in degrees above the horizon" .
+
+brick:timeseries a owl:AsymmetricProperty,
+ owl:IrreflexiveProperty,
+ owl:ObjectProperty ;
+ rdfs:domain brick:Point ;
+ rdfs:range brick:TimeseriesReference ;
+ skos:definition "Relates a Brick point to the TimeseriesReference that indicates where and how the data for this point is stored"@en .
+
+brick:volume a brick:EntityProperty ;
+ rdfs:range brick:VolumeShape ;
+ skos:definition "Entity has 3-dimensional volume" .
+
+brick:yearBuilt a brick:EntityProperty ;
+ rdfs:domain brick:Building ;
+ rdfs:range brick:YearBuiltShape ;
+ rdfs:seeAlso "https://project-haystack.org/tag/yearBuilt" ;
+ skos:definition "Four digit year that a building was first built. (adopted from Project Haystack)" .
+
+bsh:EquipmentShape a sh:NodeShape ;
+ sh:and ( [ sh:message "Equipment is an exclusive top class." ;
+ sh:not [ sh:class brick:Point ] ] [ sh:message "Equipment is an exclusive top class." ;
+ sh:not [ sh:class brick:Location ] ] [ sh:message "Equipment is an exclusive top class." ;
+ sh:not [ sh:class brick:Substance ] ] [ sh:message "Equipment is an exclusive top class." ;
+ sh:not [ sh:class brick:Quantity ] ] ) ;
+ sh:message "Equipment is an exclusive top class." ;
+ sh:or ( sh:property [ sh:class brick:System ;
+ sh:message "Equipment can be part of a System or other Equipment" ;
+ sh:path brick:isPartOf ] sh:property [ sh:class brick:Equipment ;
+ sh:message "Equipment can be part of a System or other Equipment" ;
+ sh:path brick:isPartOf ] ),
+ ( sh:property [ sh:class brick:Equipment ;
+ sh:message "A piece of Equipment can feed a Equipment" ;
+ sh:path brick:feeds ] sh:property [ sh:class brick:Location ;
+ sh:message "A piece of Equipment can feed a Location" ;
+ sh:path brick:feeds ] ) ;
+ sh:property [ sh:class brick:Equipment ;
+ sh:message "A piece of Equipment's parts should be always other Equipment." ;
+ sh:path brick:hasPart ],
+ [ sh:class brick:Location ;
+ sh:message "A piece of Equipment can be located only at a Location" ;
+ sh:path brick:hasLocation ],
+ [ sh:class brick:Point ;
+ sh:message "A piece of Equipment may have associated Points" ;
+ sh:path brick:hasPoint ] ;
+ sh:targetClass brick:Equipment .
+
+bsh:LocationShape a sh:NodeShape ;
+ sh:and ( [ sh:message "Location is an exclusive top class." ;
+ sh:not [ sh:class brick:Point ] ] [ sh:message "Location is an exclusive top class." ;
+ sh:not [ sh:class brick:Equipment ] ] [ sh:message "Location is an exclusive top class." ;
+ sh:not [ sh:class brick:Substance ] ] [ sh:message "Location is an exclusive top class." ;
+ sh:not [ sh:class brick:Quantity ] ] ) ;
+ sh:property [ sh:class brick:Location ;
+ sh:message "A Location's parts should be always Locations." ;
+ sh:path brick:hasPart ],
+ [ sh:class brick:Location ;
+ sh:message "A Location's parts should be always Locations." ;
+ sh:path brick:isPartOf ],
+ [ sh:class brick:Equipment ;
+ sh:message "Locations can be fed only by other Equipment." ;
+ sh:path brick:isFedBy ],
+ [ sh:class brick:Point ;
+ sh:message "A Location may have associated Points" ;
+ sh:path brick:hasPoint ] ;
+ sh:targetClass brick:Location .
+
+bsh:PointShape a sh:NodeShape ;
+ sh:and ( [ sh:message "Point is an exclusive top class." ;
+ sh:not [ sh:class brick:Equipment ] ] [ sh:message "Point is an exclusive top class." ;
+ sh:not [ sh:class brick:Location ] ] [ sh:message "Point is an exclusive top class." ;
+ sh:not [ sh:class brick:Substance ] ] [ sh:message "Point is an exclusive top class." ;
+ sh:not [ sh:class brick:Quantity ] ] ) ;
+ sh:message "Point is an exclusive top class." ;
+ sh:or ( sh:property [ sh:class brick:Location ;
+ sh:message "A point can be associated with Locations or Equipment" ;
+ sh:path brick:isPointOf ] sh:property [ sh:class brick:Equipment ;
+ sh:message "A point can be associated with Locations or Equipment" ;
+ sh:path brick:isPointOf ] ) ;
+ sh:targetClass brick:Point .
+
+bsh:hasLocationShape a sh:Nodeshape ;
+ sh:message "Points are a virtual concept and always belonging to a physical device, represented by Equipment. Thus, it cannot have a Location alone." ;
+ sh:not [ sh:class brick:Point ] ;
+ sh:targetSubjectsOf brick:hasLocation .
+
bdg:5-Zone-PVAV-1-Fan a brick:Fan_VFD ;
rdfs:label "5-Zone-PVAV-1-Fan" ;
brick:isPartOf bdg:5-Zone-PVAV-1 .
@@ -16716,1052 +24822,9590 @@ bdg:5-Zone-PVAV-Fan a brick:Fan_VFD ;
brick:hasUnit unit:M2 ;
brick:value 1.203862e+02 .
-brick:CorrectedColorTemperatureShape a owl:Class,
- sh:NodeShape ;
- sh:property [ a sh:PropertyShape ;
- sh:in ( unit:K ) ;
- sh:minCount 1 ;
- sh:path brick:hasUnit ] .
+unit:A a unit:Unit ;
+ qudt:symbol "A" .
-brick:LuminousFluxShape a owl:Class,
- sh:NodeShape ;
- sh:property [ a sh:PropertyShape ;
- sh:in ( unit:LM ) ;
- sh:minCount 1 ;
- sh:path brick:hasUnit ] .
+unit:AMU a unit:Unit ;
+ qudt:symbol "Da",
+ "u",
+ "μ" .
-brick:PowerShape a owl:Class,
- sh:NodeShape ;
- sh:property [ a sh:PropertyShape ;
- sh:in ( unit:BAR-L-PER-SEC unit:BAR-M3-PER-SEC unit:BTU_IT-PER-HR unit:BTU_IT-PER-SEC unit:ERG-PER-SEC unit:FT-LB_F-PER-HR unit:FT-LB_F-PER-MIN unit:FT-LB_F-PER-SEC unit:GigaW unit:HP unit:HP-PER-M unit:HP-PER-V unit:HP_Boiler unit:HP_Brake unit:HP_Electric unit:HP_Metric unit:J-PER-HR unit:J-PER-SEC unit:KiloCAL-PER-MIN unit:KiloCAL-PER-SEC unit:KiloW unit:MegaJ-PER-SEC unit:MegaPA-L-PER-SEC unit:MegaPA-M3-PER-SEC unit:MegaW unit:MicroW unit:MilliBAR-L-PER-SEC unit:MilliBAR-M3-PER-SEC unit:MilliW unit:NanoW unit:PA-L-PER-SEC unit:PA-M3-PER-SEC unit:PSI-IN3-PER-SEC unit:PSI-M3-PER-SEC unit:PSI-YD3-PER-SEC unit:PicoW unit:PlanckPower unit:TON_FG unit:TeraW unit:W ) ;
- sh:minCount 1 ;
- sh:path brick:hasUnit ] .
+unit:A_Ab a unit:Unit ;
+ qudt:symbol "Bi",
+ "abA" .
- a brick:Lighting_Zone ;
- rdfs:label "102-1E" .
+unit:A_Stat a unit:Unit ;
+ qudt:symbol "statA" .
- a brick:Lighting_Zone ;
- rdfs:label "103-1E" .
+unit:AttoJ a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "103-2E" .
+unit:BBL_UK_PET-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "108-1J" .
+unit:BBL_UK_PET-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "108-2J" .
+unit:BBL_UK_PET-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "110-6E" .
+unit:BBL_UK_PET-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "112-2B" .
+unit:BBL_US-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "113-1A" .
+unit:BBL_US-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "113-2B" .
+unit:BBL_US_PET-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "115-1A" .
+unit:BBL_US_PET-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "115-2B" .
+unit:BFT a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "116-1A" .
+unit:BIOT a unit:Unit ;
+ qudt:symbol "Bi",
+ "abA" .
- a brick:Lighting_Zone ;
- rdfs:label "116-2B" .
+unit:BTU_MEAN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "117-1A" .
+unit:BU_UK-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "117-2B" .
+unit:BU_UK-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "118-1A" .
+unit:BU_UK-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "118-2B" .
+unit:BU_UK-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "119-1A" .
+unit:BU_US_DRY-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "119-2B" .
+unit:BU_US_DRY-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "120-1A" .
+unit:BU_US_DRY-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "120-2B" .
+unit:BU_US_DRY-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "121-1F" .
+unit:CAL_15_DEG_C a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "123-2G" .
+unit:CAL_MEAN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "125-5E" .
+unit:CARAT a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "127-1A" .
+unit:CD a unit:Unit ;
+ qudt:symbol "cd" .
- a brick:Lighting_Zone ;
- rdfs:label "127-2B" .
+unit:CD-PER-IN2 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "128-1A" .
+unit:CD-PER-M2 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "128-2B" .
+unit:CP a unit:Unit ;
+ qudt:symbol "cd" .
- a brick:Lighting_Zone ;
- rdfs:label "129-1A" .
+unit:CWT_LONG a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "129-2B" .
+unit:CWT_SHORT a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "130-1A" .
+unit:CentiGM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "130-2B" .
+unit:CentiM3-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "131-1A" .
+unit:CentiM3-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "131-2B" .
+unit:CentiM3-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "132-1A" .
+unit:CentiM3-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "132-2B" .
+unit:CentiN-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "134-1A" .
+unit:CentiPOISE-PER-BAR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "134-2B" .
+unit:DAY a unit:Unit ;
+ qudt:symbol "d" .
- a brick:Lighting_Zone ;
- rdfs:label "135-2B" .
+unit:DAY_Sidereal a unit:Unit ;
+ qudt:symbol "d" .
- a brick:Lighting_Zone ;
- rdfs:label "201-1E" .
+unit:DRAM_UK a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "201-2E" .
+unit:DRAM_US a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "202-1L" .
+unit:DWT a unit:Unit ;
+ qudt:symbol "dwt" .
- a brick:Lighting_Zone ;
- rdfs:label "204-1J" .
+unit:DYN-CentiM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "204-2J" .
+unit:Da a unit:Unit ;
+ qudt:symbol "Da",
+ "u",
+ "μ" .
- a brick:Lighting_Zone ;
- rdfs:label "205-1F" .
+unit:DecaGM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "206-1F" .
+unit:DeciGM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "207-1F" .
+unit:DeciM3-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "208-1F" .
+unit:DeciM3-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "213-1C" .
+unit:DeciM3-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "214-1J" .
+unit:DeciM3-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "216-1L" .
+unit:DeciN-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "219-2B" .
+unit:DeciS-PER-M a unit:Unit ;
+ qudt:symbol "ds/m" .
- a brick:Lighting_Zone ;
- rdfs:label "220-1A" .
+unit:DeciTONNE a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "220-2B" .
+unit:DeciTON_Metric a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "221-1A" .
+unit:ERG a unit:Unit ;
+ qudt:symbol "erg" .
- a brick:Lighting_Zone ;
- rdfs:label "221-2B" .
+unit:EV a unit:Unit ;
+ qudt:symbol "eV" .
- a brick:Lighting_Zone ;
- rdfs:label "222-1A" .
+unit:E_h a unit:Unit ;
+ qudt:symbol "E_h" .
- a brick:Lighting_Zone ;
- rdfs:label "222-2B" .
+unit:EarthMass a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "223-1A" .
+unit:ExaJ a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "223-2B" .
+unit:FC a unit:Unit ;
+ qudt:symbol "fc" .
- a brick:Lighting_Zone ;
- rdfs:label "224-1A" .
+unit:FT-LA a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "224-2B" .
+unit:FT-LB_F a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "225-1A" .
+unit:FT-PDL a unit:Unit ;
+ qudt:symbol "ft-pdl" .
- a brick:Lighting_Zone ;
- rdfs:label "225-2B" .
+unit:FT3-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "226-2B" .
+unit:FT3-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "229-1E" .
+unit:FT3-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "229-3E" .
+unit:FT3-PER-MIN-FT2 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "301-1E" .
+unit:FT3-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "301-2E" .
+unit:FemtoJ a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "302-1L" .
+unit:GAL_UK-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "303-5E" .
+unit:GAL_UK-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "306-2B" .
+unit:GAL_UK-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "307-1A" .
+unit:GAL_UK-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "307-2B" .
+unit:GAL_US-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "308-1A" .
+unit:GAL_US-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "308-2B" .
+unit:GAL_US-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "309-1A" .
+unit:GAL_US-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "309-2B" .
+unit:GI_UK-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "310-1A" .
+unit:GI_UK-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "310-2B" .
+unit:GI_UK-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "311-1A" .
+unit:GI_UK-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "311-2B" .
+unit:GI_US-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "312-1A" .
+unit:GI_US-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "312-2B" .
+unit:GI_US-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "314-1A" .
+unit:GI_US-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "315-1A" .
+unit:GM a unit:Unit ;
+ qudt:symbol "g" .
- a brick:Lighting_Zone ;
- rdfs:label "315-2B" .
+unit:GRAIN-PER-GAL a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "316-1A" .
+unit:GigaC-PER-M3 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "316-2B" .
+unit:GigaEV a unit:Unit ;
+ qudt:symbol "GeV" .
- a brick:Lighting_Zone ;
- rdfs:label "318-1A" .
+unit:GigaHZ-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "318-2B" .
+unit:GigaW-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "320-1A" .
+unit:H-PER-KiloOHM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "320-2B" .
+unit:H-PER-OHM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "321-1E" .
+unit:HR a unit:Unit ;
+ qudt:symbol "h" .
- a brick:Lighting_Zone ;
- rdfs:label "322-1A" .
+unit:HR_Sidereal a unit:Unit ;
+ qudt:symbol "hr" .
- a brick:Lighting_Zone ;
- rdfs:label "322-2B" .
+unit:HZ-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "324-1A" .
+unit:HectoGM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "324-2B" .
+unit:Hundredweight_UK a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "326-1F" .
+unit:Hundredweight_US a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "327-1K" .
+unit:IN3-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "327-4L" .
+unit:IN3-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "330-1A" .
+unit:IN3-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "330-2B" .
+unit:KiloA a unit:Unit ;
+ qudt:symbol "kA" .
- a brick:Lighting_Zone ;
- rdfs:label "331-1F" .
+unit:KiloCAL_IT a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "332-1A" .
+unit:KiloCAL_Mean a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "332-2B" .
+unit:KiloCAL_TH a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "333-1F" .
+unit:KiloEV a unit:Unit ;
+ qudt:symbol "keV" .
- a brick:Lighting_Zone ;
- rdfs:label "334-1F" .
+unit:KiloGM a unit:Unit ;
+ qudt:symbol "kg" .
- a brick:Lighting_Zone ;
- rdfs:label "335-1F" .
+unit:KiloGM-PER-M3 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "336-1J" .
+unit:KiloGM_F-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "336-2J" .
+unit:KiloGM_F-PER-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "338-1L" .
+unit:KiloL-PER-HR a unit:Unit .
-bdg:Core_bottom-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Core_bottom-ZN-Electric-Reheat-Coil" .
+unit:KiloN-M a unit:Unit .
-bdg:Core_mid-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Core_mid-ZN-Electric-Reheat-Coil" .
+unit:KiloS-PER-M a unit:Unit .
-bdg:Core_top-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Core_top-ZN-Electric-Reheat-Coil" .
+unit:KiloSEC a unit:Unit ;
+ qudt:symbol "ks" .
- a brick:Lighting_Zone ;
- rdfs:label "101-1C" .
+unit:KiloTONNE a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "102-3E" .
+unit:KiloTON_Metric a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "106-1H" .
+unit:KiloV a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "107-1H" .
+unit:KiloV-A_Reactive a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "110-2C" .
+unit:KiloV-A_Reactive-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "110-5E" .
+unit:L-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "125-4E" .
+unit:L-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "137-1J" .
+unit:L-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "203-1H" .
+unit:L-PER-SEC a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "212-1F" .
+unit:LA a unit:Unit ;
+ qudt:symbol "L" .
- a brick:Lighting_Zone ;
- rdfs:label "214-2J" .
+unit:LB a unit:Unit ;
+ qudt:symbol "lbm" .
- a brick:Lighting_Zone ;
- rdfs:label "215-1H" .
+unit:LB-PER-FT3 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "304-1H" .
+unit:LB-PER-GAL a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "305-1J" .
+unit:LB-PER-GAL_UK a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "313-2B" .
+unit:LB-PER-GAL_US a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "317-1F" .
+unit:LB-PER-IN3 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "323-2G" .
+unit:LB-PER-M3 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "329-1A" .
+unit:LB-PER-YD3 a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "329-2B" .
+unit:LB_F-FT a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "337-1H" .
+unit:LB_F-IN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "341-2B" .
+unit:LB_T a unit:Unit ;
+ qudt:symbol "lbt" .
-bdg:Perimeter_bot_ZN_1-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_bot_ZN_1-ZN-Electric-Reheat-Coil" .
+unit:LUX a unit:Unit ;
+ qudt:symbol "lx" .
-bdg:Perimeter_bot_ZN_2-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_bot_ZN_2-ZN-Electric-Reheat-Coil" .
+unit:LunarMass a unit:Unit .
-bdg:Perimeter_bot_ZN_3-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_bot_ZN_3-ZN-Electric-Reheat-Coil" .
+unit:M3-PER-DAY a unit:Unit .
-bdg:Perimeter_bot_ZN_4-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_bot_ZN_4-ZN-Electric-Reheat-Coil" .
+unit:M3-PER-HR a unit:Unit .
-bdg:Perimeter_mid_ZN_1-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_mid_ZN_1-ZN-Electric-Reheat-Coil" .
+unit:M3-PER-MIN a unit:Unit .
-bdg:Perimeter_mid_ZN_2-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_mid_ZN_2-ZN-Electric-Reheat-Coil" .
+unit:MIN a unit:Unit ;
+ qudt:symbol "min" .
-bdg:Perimeter_mid_ZN_3-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_mid_ZN_3-ZN-Electric-Reheat-Coil" .
+unit:MIN_Sidereal a unit:Unit ;
+ qudt:symbol "min" .
-bdg:Perimeter_mid_ZN_4-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_mid_ZN_4-ZN-Electric-Reheat-Coil" .
+unit:MO a unit:Unit ;
+ qudt:symbol "mo" .
-bdg:Perimeter_top_ZN_1-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_top_ZN_1-ZN-Electric-Reheat-Coil" .
+unit:MO_MeanGREGORIAN a unit:Unit .
-bdg:Perimeter_top_ZN_2-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_top_ZN_2-ZN-Electric-Reheat-Coil" .
+unit:MO_MeanJulian a unit:Unit .
-bdg:Perimeter_top_ZN_3-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_top_ZN_3-ZN-Electric-Reheat-Coil" .
+unit:MO_Synodic a unit:Unit ;
+ qudt:symbol "mo" .
-bdg:Perimeter_top_ZN_4-ZN-Electric-Reheat-Coil a brick:Heating_Coil ;
- rdfs:label "Perimeter_top_ZN_4-ZN-Electric-Reheat-Coil" .
+unit:MegaA a unit:Unit .
- a brick:Staircase ;
- rdfs:label "104" ;
- brick:grossArea .
+unit:MegaEV a unit:Unit ;
+ qudt:symbol "MeV" .
- a brick:Staircase ;
- rdfs:label "105" ;
- brick:grossArea .
+unit:MegaGM a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "325" ;
- brick:grossArea .
+unit:MegaHZ-M a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "319" ;
- brick:grossArea .
+unit:MegaN-M a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "339" ;
- brick:grossArea .
+unit:MegaS-PER-M a unit:Unit .
-bdg:bdg a brick:Building ;
- rdfs:label "bdg" .
+unit:MegaTOE a unit:Unit ;
+ qudt:symbol "megatoe" .
- a brick:Lighting_Zone ;
- rdfs:label "102-4E" .
+unit:MegaV a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "108-3J" .
+unit:MegaV-A-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "110-7B" .
+unit:MegaV-A_Reactive a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "112-1A" .
+unit:MegaV-A_Reactive-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "114-1A" .
+unit:MegaYR a unit:Unit ;
+ qudt:symbol "Myr" .
- a brick:Lighting_Zone ;
- rdfs:label "124-1F" .
+unit:MicroA a unit:Unit ;
+ qudt:symbol "µA" .
- a brick:Lighting_Zone ;
- rdfs:label "125-6B" .
+unit:MicroGM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "126-2K" .
+unit:MicroH-PER-KiloOHM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "133-1A" .
+unit:MicroH-PER-OHM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "135-1A" .
+unit:MicroN-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "137-2J" .
+unit:MicroS-PER-CentiM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "204-3J" .
+unit:MicroS-PER-M a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "210-2G" .
+unit:MicroSEC a unit:Unit ;
+ qudt:symbol "μs" .
- a brick:Lighting_Zone ;
- rdfs:label "211-1F" .
+unit:MicroV a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "214-3J" .
+unit:MilliA a unit:Unit ;
+ qudt:symbol "mA" .
- a brick:Lighting_Zone ;
- rdfs:label "219-1A" .
+unit:MilliGM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "226-1A" .
+unit:MilliGM-PER-DeciL a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "305-2J" .
+unit:MilliH-PER-KiloOHM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "306-1A" .
+unit:MilliH-PER-OHM a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "313-1A" .
+unit:MilliJ a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "327-3K" .
+unit:MilliL-PER-DAY a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "328-1A" .
+unit:MilliL-PER-HR a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "328-2B" .
+unit:MilliL-PER-MIN a unit:Unit .
- a brick:Lighting_Zone ;
- rdfs:label "336-3J" .
+unit:MilliL-PER-SEC a unit:Unit .
- a owl:Class ;
- rdfs:label "H-1" ;
- rdfs:subClassOf brick:Luminaire ;
- skos:definition "Downlight"@en .
+unit:MilliN-M a unit:Unit .
- a brick:Staircase ;
- rdfs:label "202" ;
- brick:grossArea .
+unit:MilliPA-SEC-PER-BAR a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "208" ;
- brick:grossArea .
+unit:MilliS-PER-CentiM a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "207" ;
- brick:grossArea .
+unit:MilliS-PER-M a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "205" ;
- brick:grossArea .
+unit:MilliSEC a unit:Unit ;
+ qudt:symbol "ms" .
- a brick:Storage_Room ;
- rdfs:label "206" ;
- brick:grossArea .
+unit:MilliV a unit:Unit .
- a brick:Staircase ;
- rdfs:label "216" ;
- brick:grossArea .
+unit:N-CentiM a unit:Unit .
- a brick:Staircase ;
- rdfs:label "338" ;
- brick:grossArea .
+unit:NUM-PER-HR a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "326" ;
- brick:grossArea .
+unit:NUM-PER-SEC a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "331" ;
- brick:grossArea .
+unit:NUM-PER-YR a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "333" ;
- brick:grossArea .
+unit:NanoA a unit:Unit ;
+ qudt:symbol "nA" .
- a brick:Telecom_Room ;
- rdfs:label "334" ;
- brick:grossArea .
+unit:NanoGM a unit:Unit .
- a brick:Storage_Room ;
- rdfs:label "335" ;
- brick:grossArea .
+unit:NanoS-PER-CentiM a unit:Unit .
- a brick:Staircase ;
- rdfs:label "302" ;
- brick:grossArea .
+unit:NanoS-PER-M a unit:Unit .
- a brick:Telecom_Room ;
- rdfs:label "121" ;
- brick:grossArea .
+unit:NanoSEC a unit:Unit ;
+ qudt:symbol "ns" .
- a brick:Lounge ;
- rdfs:label "213" ;
- brick:grossArea .
+unit:OZ a unit:Unit ;
+ qudt:symbol "ozm" .
- a brick:Lounge ;
- rdfs:label "321" ;
- brick:grossArea .
+unit:OZ_F-IN a unit:Unit .
- a brick:Cooling_Coil ;
- rdfs:label "5-Zone-PVAV-1-2spd-DX-Clg-Coil-360kBtu/hr-9.8EER" ;
- brick:isPartOf bdg:5-Zone-PVAV-1 .
+unit:OZ_PER-GAL a unit:Unit .
-bdg:5-Zone-PVAV-1-Main-Gas-Htg-Coil a brick:Heating_Coil ;
- rdfs:label "5-Zone-PVAV-1-Main-Gas-Htg-Coil" ;
- brick:isPartOf bdg:5-Zone-PVAV-1 .
+unit:OZ_PER-IN3 a unit:Unit .
- a brick:Cooling_Coil ;
- rdfs:label "5-Zone-PVAV-2-2spd-DX-Clg-Coil-376kBtu/hr-9.8EER" ;
- brick:isPartOf bdg:5-Zone-PVAV-2 .
+unit:OZ_TROY a unit:Unit ;
+ qudt:symbol "oz" .
-bdg:5-Zone-PVAV-2-Main-Gas-Htg-Coil a brick:Heating_Coil ;
- rdfs:label "5-Zone-PVAV-2-Main-Gas-Htg-Coil" ;
- brick:isPartOf bdg:5-Zone-PVAV-2 .
+unit:OZ_VOL_UK-PER-DAY a unit:Unit .
-